VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. The video gets always encoded as TopFieldFirst, regardless of the -top 1 or -top 0 setting in the ffmpeg commandline
    Am I missing something?

    Code:
    ffmpeg.exe -y -i "in.avs" -an -c:v libx264 -preset slow -crf 18 -flags +ilme+ildct -top 0 "out.mp4"
    Quote Quote  
  2. Try ffmpeg -i "INPUT_FILE" -vf tinterlace=interleave_top,fieldorder=tff -flags +ildct+ilme "OUTPUT_FILE"

    Info: https://www.ffmpeg.org/ffmpeg-all.html#tinterlace
    Quote Quote  
  3. Originally Posted by ProWo View Post
    Try ffmpeg -i "INPUT_FILE" -vf tinterlace=interleave_top,fieldorder=tff -flags +ildct+ilme "OUTPUT_FILE"

    Info: https://www.ffmpeg.org/ffmpeg-all.html#tinterlace
    Thanks, but no luck. It outputted half the framerate and didn't change the field order of the x264 encoding.

    What seems to work so far is via the -x264opts
    Code:
    ffmpeg.exe -y -i "in.avs" -an -c:v libx264 -preset slow -crf 18 -flags +ilme+ildct -x264opts bff "out.mp4"
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!