Schauerland
Member
Hey,
I'm just testing the new version with multi audio in custom ffmpeg output.
I wonder how (or if) i can set ffmpeg parameters like
bf (bframes) g (gop aka keyframes) or r (rate = framerate)
so as i understand i have to add the encoder settings like key=value
instead of ffmpeg style -key value
stuff like profile, preset etc is working. Is there any workaround because if I cannot set -r premiere always thinks mkv files have 1000 fps :/
heres an example ffmpeg setting i usually use with ffmpeg, how would this look like in the custom ffmpeg parameters?
-c:v h264_nvenc -profile:v high -rc constqp -qp 18 -preset slow -r 60 -g 30 -bf 0
this results in an nvenc encoded h264 with 60fps, keyint of 30 (0.5 seconds) 0 bframes qp 18 with preset slow and profile high
I'm just testing the new version with multi audio in custom ffmpeg output.
I wonder how (or if) i can set ffmpeg parameters like
bf (bframes) g (gop aka keyframes) or r (rate = framerate)
so as i understand i have to add the encoder settings like key=value
instead of ffmpeg style -key value
stuff like profile, preset etc is working. Is there any workaround because if I cannot set -r premiere always thinks mkv files have 1000 fps :/
heres an example ffmpeg setting i usually use with ffmpeg, how would this look like in the custom ffmpeg parameters?
-c:v h264_nvenc -profile:v high -rc constqp -qp 18 -preset slow -r 60 -g 30 -bf 0
this results in an nvenc encoded h264 with 60fps, keyint of 30 (0.5 seconds) 0 bframes qp 18 with preset slow and profile high