Great! Thanks for that... bit of a pain to do, but I can play the vid, so wonderful! If I was to create a VCD out of these (not that I have the software yet) would I have to do something to these files to prepare them differently than the others?
To make this less of a pain you could somehow rewrite the aspect ratio stored in the avi header. The easiest way to do this is probably doing a direct copy of the video and audio stream to a new avi with the aspect ratio you want. Also this way there is no quality loss.
In MEncoder I used the following command and it seemed to work.
mencoder "W - Robo Kiss.avi" -ovc copy -oac copy -force-avi-aspect 4/3 -o "W - Robo Kiss2.avi"
NOTE: mencoder will most likely be mencoder.exe in Windows.
Quick explanation of the options just incase someone is interested:
-ovc copy = copy video stream
-oac copy = copy audio stream
-force-avi-aspect 4/3 = use the aspect 4:3
-o "W - Robo Kiss2.avi" = output to file named "W - Robo Kiss2.avi"
Now I'll make a guess that you're using Windows (

) and give some extra help on doing this. The MPlayer package for Windows should come with MEncoder. Atleast the package that I found on the official MPlayer site comes with it. (The zip from
here.)
1. Open a command line.
[INDENT]1a Start menu -> Run..
1b Type "cmd" in the box
1c Click OK[/INDENT]
2 Go to the your mplayer folder
[INDENT]2a type cd C:\path\to\mplayer[/INDENT]
3 Run the command
[INDENT]3a mencoder.exe "C:\path\to\W - Robo Kiss.avi" -ovc copy -oac copy -force-avi-aspect 4/3 -o "C:\path\to\W - Robo Kiss2.avi"[/INDENT]
Also, I've seen a bunch of references lately to "using a command line"... sorry for basic ignorance, but where can I learn something about this?
What I just showed was some pretty basic usage. With a quick search with the term "command line windows" I found
this guide. I don't know if it's good. :|
Heh heh, just went to xvid.org and it seems that right here they give it to you as source code
Now, for someone who doesn't know about command lines, I'm obviously not gonna know what to do with that
So, can I d/l a working version somewhere? Also, how do I tell which version I have (like, there are bunch of different .exe files in the Xvid folder, so how do I know which one runs the program so I can look at the 'About' details... or doesn't it work like that)?
Someone suggested
this site for XviD binaries. You could try them.
Thanks for all your help, Janihan!!
No problem. Helping Sayumi's fans is always a worthy cause.