Log in

View Full Version : Interlace + Weightp not implemented ?


lutinor
5th September 2011, 19:37
Hi all, i'm enconding a mpg file like this :

=

x264 --bitrate 1000 --fps 30000/1001 --force-cfr --preset superfast --tune film --bluray-compat --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 30 --open-gop --slices 4 --tff --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 -o out1.264 ep1.mpg

=

I get a 'warning' message in x264 cli aka : Interlace + weightp is not implemented. What does that mean ? Is it a fatal error or i can burn in on a blueray ?

Thx in adv,

Max.

shon3i
5th September 2011, 19:44
It's says warning which is not equal to fatal error, and it means what is says. Interlace in x264 still not have same power like progressive, which mean some optimisations like weightp have no effect.

lutinor
5th September 2011, 19:55
It's says warning which is not equal to fatal error, and it means what is says. Interlace in x264 still not have same power like progressive, which mean some optimisations like weightp have no effect.
Thx for your fast reply :thanks: