Log in

View Full Version : How to encode x264 using MeGUI 0.3.1.1056 ?


Abdur Rafi
1st February 2010, 06:59
how i x264-mkv file encode using MeGUI 0.3.1.1056.
Please some give Answer.
i m a new in Encode World .

mariush
1st February 2010, 07:19
You can do it without MeGUI

Start, run, cmd.exe

x:\path\to\x264.exe --bitrate <number> --output x:\path\to\destination.mkv x:\path\to\input.file

optionally use mkvtoolnix to mux audio with your video.

see x264.exe --help for more info. For example experiment with using --pass 1 and --pass 2

To do it with MeGUI read the help file or the website of MeGUI, it explains there.