Hi,
how can I change the default settings for the export movie dialog?
I’d like to change the default resolution, fps, codec and quality.
cheers
Hi,
how can I change the default settings for the export movie dialog?
I’d like to change the default resolution, fps, codec and quality.
cheers
That is currently not supported but I will add it as an RFE for future versions.
There is a trick you could use to workaround this, but the settings will be saved in each .toe file, so it would be like setting different defaults for just that .toe file not TouchDesigner in general.
Here’s how to do it. Once you’ve opened the Export Movie dialog once, it will be loaded into /ui/dialogs. Go there and copy and paste it to another network in your project, say the root (/) for example. Now this is your own stand alone Export Movie dialog and any settings you make in it will be saved out with the .toe file. (the default export movie dialog is reloaded from disk everytime you restart TouchDesigner) You can right-click on it and select “View…” and use it as you would the default dialog. Note that using the File menu to open the Export Movie… dialog will still open the default one, so don’t go there to open it, just open your custom one from the component you pasted.
This works totally fine for me. In my case, it makes even more sense to have the movie settings .toe-related rather than having them globally.
Very appreciated, thanks.