FFmpeg, x264: "Interlace + weightp is not implemented"
Posted: Tue Apr 25, 2017 3:42 pm
Encoding interlaced source to H.264 (libx264):
Works, but there's a warning of some sort:
Okay.
Source: http://forum.doom9.org/showthread.php?t=162457
Code: Select all
$ ffmpeg -i VIDEO_IN -c:a copy -c:v libx264 -preset slow -crf 23 -flags +ildct+ilme VIDEO_OUT.avi
Seems like this is just saying that some optimizations (like weightp, for example) have no effect when encoding interlaced.[libx264 @ 0x4143540] interlace + weightp is not implemented
Okay.
Source: http://forum.doom9.org/showthread.php?t=162457