Log in

View Full Version : MeGUI and XVID interlaced encoding


Renzz
3rd September 2006, 11:34
I've just started using MeGUI so please don't shout at me if this has been mentioned before :o (I did do a search but found nothing).

I have some interlaced material that I want to encode with XVID, keeping it interlaced. Under the config for XVID there is an Interlaced checkbox, but selecting that adds "-interlaced 1" to the xvid_encraw command line, which means BFF - my source is TFF.

I've tried creating a profile and editing the XML, changing the relevant line to "<BottomFieldFirst>false</BottomFieldFirst>", but this seems to be ignored - the xvid_encraw command line stays the same.

Am I doing something wrong here? How do I force a TFF XVID interlaced encode?

foxyshadis
3rd September 2006, 14:08
With the custom commandline. Add -interlaced 0 to it, and make sure the option is unchecked.