gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS Misc > Monshell DPG Conversion Blues...

#116590 - Gunnex - Sat Jan 27, 2007 5:11 am

I try to convert an XviD avi file and I get "cannot get fps from file error".
Can you help me with this or post a WORKING version of BatchDPG?

#116605 - Firon - Sat Jan 27, 2007 7:17 am

What BatchDPG version are you using?

#116665 - Gunnex - Sun Jan 28, 2007 1:03 am

1.2

#116672 - Firon - Sun Jan 28, 2007 2:42 am

Upgrade. The newest is 1.3 b4.5

#116730 - Gunnex - Sun Jan 28, 2007 10:56 pm

Where?

#116743 - Firon - Mon Jan 29, 2007 1:19 am

http://ls5.cydonianknight.com/index.php?download=BatchDPG_v1.3_beta_4.exe

http://ls5.cydonianknight.com/index.php?download=BatchDPG_v1.3_beta_4.5.7z

Install the first one, then overwrite the installed BatchDPG.exe with 4.5

#116791 - Gunnex - Mon Jan 29, 2007 7:39 pm

Got an error about MediaInfo

#116818 - Firon - Tue Jan 30, 2007 12:03 am

Did you install 4 first (you know, by running the exe), and then extracting 4.5 to that installed folder?

What exactly was the error?

#116832 - Gunnex - Tue Jan 30, 2007 2:42 am

1) Yes I followed your instructions.
2) The error message:
Line 0 (File "C:\Program Files\BatchDPG\DatchDPG.exe"):

$sMediaInfo = Run(@ComSpec & "/c" & FileGetShortName(@ScriptDir & "\MediaInfo.exe") & "-f""" & $sTmpFile & """", "", "", 2)

Error: Unable to execute the external program.

The system cannot find the file specified.

(Yet it is IN the folder)

#116836 - Firon - Tue Jan 30, 2007 3:27 am

That's a little strange... Try running MediaInfo from the command-line on a file to see if that works at all.

#116892 - Gunnex - Tue Jan 30, 2007 7:00 pm

It does work on it's own.