Log in

View Full Version : MeGUI Error: No Output file


stiky
21st August 2009, 01:22
[Error] An error occurred: x264 [error]: No output file. Run x264 --help for a list of options.

im using this command line:

program --profile high --level 4.1 --preset slow --tune film --pass 2 --bitrate 1500 --stats ".stats" --slow-firstpass --thread-input --deblock 1:2 --b-adapt 2 --b-pyramid --direct auto --ref 1 --vbv-bufsize 14000 --vbv-maxrate 17500 --subme 2 --partitions all --trellis 0 --no-mixed-refs --sar 10/11--output "output" "input"

What is going on? I noticed the "output" "input" at the end of the cmd line, but does that even do anything? Or am i using a bad x264 version? im using 1183 - Jeeb's patched build fyi.

Guest
21st August 2009, 01:24
You're missing a space before --output.

stiky
21st August 2009, 01:32
dont worry about this post.

stiky
21st August 2009, 01:51
Nevermind, figured it out, i just added a space to my --sar 10/11 ahaha im such a dork.