View Single Post
Old 21st June 2005, 09:10   #49  |  Link
odyn1982
Registered User
 
Join Date: Jun 2005
Location: Poland
Posts: 25
My job always looks like this:
Next job job1 is a video job. encoder commandline:
"x264.exe" --bitrate 700 --ref 5 --bframes 3 --b-pyramid --subme 6 --weightb --analyse p8x8,b8x8,i4x4,p4x4,i8x8 --me umh --progress --no-psnr --output "E:\DIVX\FILMY\TRAILERS\HP2\Test\new.mp4" "E:\DIVX\FILMY\TRAILERS\HP2\Test\TEST5.avs"
successfully set up video encoder and callbacks for job job1

Then I press "start", a progress window opens... and nothing happens! x264.exe is present in the process list, it seems to work, but there's no progress seen.

But if I copy the command-line from MeGUI log window, and start it from the command-line window - it works well...

Last edited by odyn1982; 21st June 2005 at 09:32.
odyn1982 is offline