Help needed for custom ffmpeg video settings

ronnny

New Member
Hallo,

I am struggling with the ffmpeg settings when using the custom export / save option in OBS.
When using the ffmpeg directly to convert my h264 files to something I can import into davinci resolve free version under linux I use the following command:

ffmpeg -i input.mp4 -c:v mpeg2video -vf "fps=24" -q:v 1 -c:a pcm_s16le output.mov

When trying to use this settings in OBS I totally fail. I am not able to change the OBS ffmpeg settings to get similar results as when using ffmpeg directly.
I tried to adjust the bitrate but the quality was staying quite bad.
Most forum posts regarding this topic end in the void so I thought I might ask again if anyone could share some working settings which give good results without errors. Any hints?
 
Top