I would like to do a two-pass x264 encoding with the following settings:
Preset: slower
Bitrate: 7500 kbps
Deblock: -2:-2
Min and Max keyframe interval: 30 and 300, respectively.
How to do this in Shotcut?
I would like to do a two-pass x264 encoding with the following settings:
Preset: slower
Bitrate: 7500 kbps
Deblock: -2:-2
Min and Max keyframe interval: 30 and 300, respectively.
How to do this in Shotcut?
In Export > Codec, change:
In Export > Other:
-option value
syntax to option=value
. However, Shotcut is not a ffmpeg command line front-end; so it does not support everything especially things related to file/stream mappings, codec:copy, sync, libavfilter options, etc. Basically, things listed under AVOptions when you run ffmpeg -h full
. See also MLT avformat consumer documentation.This topic was automatically closed after 90 days. New replies are no longer allowed.