Jump to content

Recommended Posts

Posted
i got the videos from the "coinOps showcase" torrent; HQ videos, they work well

 

 

Where did You get CoinOPS showcase torrent? All torrent I found are already dead :)

Is there any FTP server or rapidshare links that those video can be downloaded from?

there are not any links for videos as far as i know...just the torrent.

 

Does someone have working torrent of video files?

  • Replies 31
  • Created
  • Last Reply

Top Posters In This Topic

Posted
i got the videos from the "coinOps showcase" torrent; HQ videos, they work well

 

 

Where did You get CoinOPS showcase torrent? All torrent I found are already dead :)

Is there any FTP server or rapidshare links that those video can be downloaded from?

there are not any links for videos as far as i know...just the torrent.

 

Does someone have working torrent of video files?

the only thing i can give you are links to older versions of reignite which have about 10 vidoes in each release,so say about 30 videos.

Posted
i got the videos from the "coinOps showcase" torrent; HQ videos, they work well

 

 

Where did You get CoinOPS showcase torrent? All torrent I found are already dead :)

Is there any FTP server or rapidshare links that those video can be downloaded from?

there are not any links for videos as far as i know...just the torrent.

 

Does someone have working torrent of video files?

the only thing i can give you are links to older versions of reignite which have about 10 vidoes in each release,so say about 30 videos.

 

 

That would be nice. Please send me them -> PW

Posted

@dam-soft

 

here is how I got my CoinOps Videos:

 

1. Download all the Videos from here:

 

http://www.mamext.net/movies_3.php

 

About 2800 files (20 GB) I used a download tool for that...

 

 

2. Batch convert all the AVI files to WMV format.

Google up a batch tool for that...

(The reason for this is because I could not find a tool that goes directly from AVI to XMV.)

 

3. Batch convert all the WMV Videos to XMV format.

Google up "XMVConverter.rar"

 

This way you end up with about 2800 XMV Videos (23 GB) that can go to the videos folder in CoinOps

The conversion took 2 nights on my machine... ;)

Posted
@dam-soft

 

here is how I got my CoinOps Videos:

 

1. Download all the Videos from here:

 

http://www.mamext.net/movies_3.php

 

About 2800 files (20 GB) I used a download tool for that...

 

 

2. Batch convert all the AVI files to WMV format.

Google up a batch tool for that...

(The reason for this is because I could not find a tool that goes directly from AVI to XMV.)

 

3. Batch convert all the WMV Videos to XMV format.

Google up "XMVConverter.rar"

 

This way you end up with about 2800 XMV Videos (23 GB) that can go to the videos folder in CoinOps

The conversion took 2 nights on my machine... ;)

 

Oh, that's great. I just start downloading and it looks that it is just what I need. Thanx!

Posted
@dam-soft

 

here is how I got my CoinOps Videos:

 

1. Download all the Videos from here:

 

http://www.mamext.net/movies_3.php

 

About 2800 files (20 GB) I used a download tool for that...

 

 

2. Batch convert all the AVI files to WMV format.

Google up a batch tool for that...

(The reason for this is because I could not find a tool that goes directly from AVI to XMV.)

 

3. Batch convert all the WMV Videos to XMV format.

Google up "XMVConverter.rar"

 

This way you end up with about 2800 XMV Videos (23 GB) that can go to the videos folder in CoinOps

The conversion took 2 nights on my machine... ;)

 

Sorry to bother by I have small problem converting AVI to proper WMV file. All converters I use makes WMV that cannot be convertet into XMV format using application from XMVCoverter.rar. What tool did You use to batch convert AVI to WMV?

Posted

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.

Posted (edited)

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
Posted

PS. They have to be old format WMV8.

If you struggle i will give you the codec pack and the tools to pre-set up.

 

 

PM. me if you have further problems.

Posted

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

Posted
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.

Posted

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.

Posted

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

Posted
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.

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...