Log in

View Full Version : MeGui 1st-pass stats file?


GG-Xtreme
16th June 2011, 04:11
I need to create a .stats file from an input video in order to get keyframes for using in another program. However, when I specify "2pass - 1st pass" and the output log filename in the Xvid window and run the analysis pass, no files are created. I also have "Delete intermediate files" unchecked in the settings. The MeGui log shows no errors. What am I missing? :confused:

I'm using the latest development server build of MeGUI and Windows 7 64-bit.

GG-Xtreme
17th June 2011, 02:05
bumptenchars

GG-Xtreme
18th June 2011, 03:37
Really? No one at all?

GG-Xtreme
19th June 2011, 11:36
Last try... :(

Any suggestions of where I can get help with this if not here?

AMED
20th June 2011, 00:08
You should be able to copy and paste the first pass commandline from the MeGUI log and manually run it in a CMD window.

Post a copy of your log please and i'll try to help.

GG-Xtreme
20th June 2011, 01:16
You should be able to copy and paste the first pass commandline from the MeGUI log and manually run it in a CMD window.

Post a copy of your log please and i'll try to help.

Thanks a lot for the response.
http://pastebin.com/eJBk2zyj (The text you have entered is too long (209328 characters).)

At no point during the process running did there appear any .stats or .pass file in the encoder program folder or the specified output folder. Searching the entire computer for such a file after the process was run yielded no results.

AMED
20th June 2011, 01:29
Can you edit the below to fix the paths to the avs and the location where you want to save the stats and the log at the end and copy and paste it into run or an open CMD window.

"C:\Program Files (x86)\MeGUI\tools\xvid_encraw>xvid_encraw" -i "C:\path\to\folder\test.mkv.avs" -pass1 "C:\path\to\folder\video.pass" -bitrate 700 -kboost 100 -nopacked -lumimasking >> "C:\path\to\folder\log.log"

I'm at work at the moment so i can't test it.

GG-Xtreme
20th June 2011, 03:17
Can you edit the below to fix the paths to the avs and the location where you want to save the stats and the log at the end and copy and paste it into run or an open CMD window.

"C:\Program Files (x86)\MeGUI\tools\xvid_encraw>xvid_encraw" -i "C:\path\to\folder\test.mkv.avs" -pass1 "C:\path\to\folder\video.pass" -bitrate 700 -kboost 100 -nopacked -lumimasking >> "C:\path\to\folder\log.log"

I'm at work at the moment so i can't test it.

I can't put quotes before the command line. The line I'm using is
xvid_encraw -i "C:\path\to\folder\test.mkv.avs" -pass1 "C:\path\to\folder\video.pass" -bitrate 700 -kboost 100 -nopacked -lumimasking >> "C:\path\to\folder\log.log"
from already inside the "C:\Program Files (x86)\MeGUI\tools\xvid_encraw" directory.

AMED
20th June 2011, 07:20
i have just tested something similar"C:\Program Files (x86)\MeGUI\tools\xvid_encraw\xvid_encraw.exe" -i "D:\Bluray Backup\Movies\VTS_01_1.avs" -pass1 "D:\Bluray Backup\Movies\VTS_01_1.stats" -bitrate 2319 and the stats file is in D:\Bluray Backup\Movies\

GG-Xtreme
20th June 2011, 09:38
i have just tested something similar"C:\Program Files (x86)\MeGUI\tools\xvid_encraw\xvid_encraw.exe" -i "D:\Bluray Backup\Movies\VTS_01_1.avs" -pass1 "D:\Bluray Backup\Movies\VTS_01_1.stats" -bitrate 2319 and the stats file is in D:\Bluray Backup\Movies\

I ran the same exact command, both with and without the bitrate argument (except specifying folders that exist on my end and my own avs file). Still no files being created at all =/

AMED
20th June 2011, 21:05
Can you post the exact commandline you are trying to run pls.

GG-Xtreme
20th June 2011, 22:00
"C:\Program Files (x86)\MeGUI\tools\xvid_encraw\xvid_encraw.exe" -i "C:\testfolder\testraw.avs" -pass1 "C:\testfolder\testraw.stats"

The contents of my avs file:
LoadPlugin("C:\Program Files (x86)\Haali\MatroskaSplitter\avss.dll")
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\ffms\ffms2.dll")
FFVideoSource("C:\testfolder\testraw.mkv").AssumeFPS(24000,1001)
#deinterlace
#crop
#resize
#denoise

The command runs successfully with no errors, the command window if filled with frame info (like in the log I posted) but testraw.stats never appears.

AMED
20th June 2011, 22:11
hmm, well I'm starting to run out of ideas.

Do you have another partition or drive you can output the stats file to?

GG-Xtreme
21st June 2011, 01:22
Yea, but I highly doubt that's the issue. I'll give it a try anyway when I get the chance. Maybe I'll just give up on this soon.

Overdrive80
21st June 2011, 02:22
Maybe if you disable option "delete intermediate files", will can copy stats file.

GG-Xtreme
21st June 2011, 04:29
Maybe if you disable option "delete intermediate files", will can copy stats file.

Thanks for the response. I already have that disabled. That shouldn't affect anything when invoking the Xvid encoder from the commandline, since it bypasses MeGUI anyway.