For illustrative purposes, here is an example of the options files that need to be added for using the ffmpeg ProRes 422 format. This makes it possible to transcode to h264.mov with FFmpeg retaining 10-bit yuv422p from the source to the target output video.
Add the file named ./ffmpeg/audio/aac256k.pro which contains the following lines:
mov aac strict -2 b 256000 |
(Note that in the example above, even though the bitrate is set here to 256000, it can be overridden by the render menu settings).
Add the file named ./ffmpeg/audio/pro.dfl which contains the following lines:
aac256k.pro |
Add the file named ./ffmpeg/video/prores.pro which contains the following lines:
mov prores profile=2 # lines of comments |
Add the file named ./ffmpeg/video/pro.dfl which contains the following lines:
prores.pro |
Then to use and to get 10 bit depth and preserve depth from decode to encode:
The CINELERRA-GG Community, 2021