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