<div dir="ltr"><div>I get a couple of errors:</div><div><br></div><div>michael@michael-desktop:~/Desktop/darktable training$ ffmpeg -i 2022-04-02\ darktabletraining.flv -channel_layout 5.1 -c:v libx264 -vf yadif -crf 28 -force_key_frames "expr:gte(t,n_forced*4)" -x264-params log-level=none  -c:a aac -b:a 192k -preset -preset fast -strict experimental -loglevel warning -stats  outfile.mp4<br>[NULL @ 0x559f08654080] Unable to find a suitable output format for 'fast'<br>fast: Invalid argument<br> </div><div>I noticed that there were two 'preset's so I removed the one with the fast argument and I got the second error:<br></div><div><br></div><div>michael@michael-desktop:~/Desktop/darktable training$ ffmpeg -i 2022-04-02\ darktabletraining.flv -channel_layout 5.1 -c:v libx264 -vf yadif -crf 28 -force_key_frames "expr:gte(t,n_forced*4)" -x264-params log-level=none  -c:a aac -b:a 192k -preset -strict experimental -loglevel warning -stats  2022-04-02\ darktabletraining.ogg<br>[NULL @ 0x56408b444040] Unable to find a suitable output format for 'experimental'<br>experimental: Invalid argument<br></div><div><br></div><div>And then decided that since I don't know what I'm doing I better ask before I blindly remove another command.<br></div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br></div></div></div></div></div></div></div>