Closed ZachAR3 closed 1 year ago
Would not be too difficult to implement this into the render screen (which is still a wip). We could possible have some advanced settings in which people can select some of the options themselves like which codec to use, what bitrate, which pixel format (this is a difficult one as choosing the wrong one makes your video look so terrible), ...
I'll try to first implement some presets using the data from ffmpeg-encoders
and see how that goes. I will have to make the GD Extension for this first, but it is just a matter of creating arguments for all the data required.
Add an option to select the desired codec used to save the video as. E.g:
You could even add and option for AV1 encoding which many editors don't support yet. You could see what encoders the hardware supports via
ffmpeg -encoders
(source:https://ffmpeg.org/ffmpeg-codecs.html#Encoders)