-
Notifications
You must be signed in to change notification settings - Fork 682
Ideas for additional export dialog features #5965
Description
OpenShot currently takes a very long time to export videos on my laptop despite being recent and high end with a Ryzen 7 350. It would be nice to have an option which allows you to choose the x264 encoding speed preset in the advanced tab of the export dialog so you can choose the encoding speed to quality per bit ratio you would like.
It would also be nice to see an option to switch to the CRF bitrate mode, which lets you choose a target quality such as CRF 23 which the x264 encoder will maintain across a video by automatically adjusting the bitrate. That means that you will not have to give a video that is mostly still but has some high motion parts a needlessly high bitrate so the high motion parts stay clean.
It would also be nice if there was a custom box which allows you to pass custom parameters to the encoder so you can fine tune it depending on your needs.