Jump to content

playing with my arcade cab


Gilou9999

Recommended Posts

I used "AVI to WMV Converter (TG-16).rar"

I also edited the WME profile that comes with it to 640x480 resolution and best quality, to minimize quality loss...

 

Another tip...

Create and use the following batch file for converting from WMV to XMV:

for /f "tokens=*" %%a IN ('dir /b ^"*.wmv^"') do xmvtool -i "%%a" -o "%%~na.xmv"

Put the batch in the same dir as xmvtool.exe and the videos.

Link to comment
Share on other sites

  • Replies 31
  • Created
  • Last Reply

Top Posters In This Topic

you could also add the "c" switch here after the "-i"

This compresses the audio also with no audible loss, makes files smaller.

 

for /f "tokens=*" %%a IN ('dir /b ^"*.wmv^"') do xmvtool -i "%%a" -o "%%~na.xmv"

 

for /f "tokens=*" %%a IN ('dir /b ^"*.wmv^"') do xmvtool -ic "%%a" -o "%%~na.xmv"

Edited by cba.gy
Link to comment
Share on other sites

HI,

I have a little problem to convert avi to wmv files with "AVI to WMV Converter (TG-16)" it doesn't work!

I have open the batch file called "WMVXMV.bat" to see how it is work.

I saw this :

 

"@REM wmedir = The directory Windows Media Encoder is installed (omit the trailing "\")

@REM idir = The directory containing the input avi files

@REM odir = The directory the resulting output files will be copied to

 

set wmedir=C:\Program Files\Windows Media Components

set idir=C:\WME\Raw

set odir=C:\WME\Converted

 

for /f "tokens=*" %%a IN ('dir /b "%idir%\*.avi"') do cscript.exe "%wmedir%\Encoder\wmcmd.vbs" -input "%idir%\%%a" -output "%odir%\%%~na.wmv" -loadprofile "C:\WME\App\WMVXMV.prx"

 

 

but I don't have in my "program files" the directory "Windows Media Components"

is this the problem?

thank you for your answers

Link to comment
Share on other sites

HI,

I have a little problem to convert avi to wmv files with "AVI to WMV Converter (TG-16)" it doesn't work!

I have open the batch file called "WMVXMV.bat" to see how it is work.

I saw this :

 

"@REM wmedir = The directory Windows Media Encoder is installed (omit the trailing "\")

@REM idir = The directory containing the input avi files

@REM odir = The directory the resulting output files will be copied to

 

set wmedir=C:\Program Files\Windows Media Components

set idir=C:\WME\Raw

set odir=C:\WME\Converted

 

for /f "tokens=*" %%a IN ('dir /b "%idir%\*.avi"') do cscript.exe "%wmedir%\Encoder\wmcmd.vbs" -input "%idir%\%%a" -output "%odir%\%%~na.wmv" -loadprofile "C:\WME\App\WMVXMV.prx"

 

 

but I don't have in my "program files" the directory "Windows Media Components"

is this the problem?

thank you for your answers

 

 

You need to change

"C:\Program Files\Windows Media Components" into the proper folder where Your Windows Media Encoder has been installed.

Link to comment
Share on other sites

If indeed it is installed !

Ill put a little pack together with basic instructions for you both.

Pre-Set up. Don't know where you got those version from ?

Will PM link for you.

Link to comment
Share on other sites

ok, thank you for your answers.

but I don't know where the "Windows Media Encoder" is.

can you help me or says me if I need to install something?

thank you

 

If You already have WME it should be in Your start menu. If it is not, You need to install it first. Google "Windows Media Encoder 9" and it can be downloaded from microsoft www. It's free tool.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...