FFmpeg, x264: "Interlace + weightp is not implemented"

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
peter_b
Chatterbox
Posts: 370
Joined: Tue Nov 12, 2013 2:05 am

FFmpeg, x264: "Interlace + weightp is not implemented"

Post by peter_b »

Encoding interlaced source to H.264 (libx264):

Code: Select all

$ ffmpeg -i VIDEO_IN -c:a copy -c:v libx264 -preset slow -crf 23 -flags +ildct+ilme VIDEO_OUT.avi
Works, but there's a warning of some sort:
[libx264 @ 0x4143540] interlace + weightp is not implemented
Seems like this is just saying that some optimizations (like weightp, for example) have no effect when encoding interlaced.
Okay.

Source: http://forum.doom9.org/showthread.php?t=162457
Post Reply