Videos


foleyjo

Active Member
Joined
Apr 25, 2007
Messages
550
Im going on holiday in a few weeks so Im converting films to watch on my GP2X while traveling.

What is the best format to put films in for space on sd card and for battery length. I dont want to loose too much quality in the film itself.

Also assuming the answer will be DivX or Xvid what exactly is the difference between the 2? Is there more than the fact they are just reversed??

One last thing Im using Total Video Converter to do conversions and I had an Xvid file which I converted to a smaller screen size but this seemed to increase the file size!! Anyone know why this would happen
 
I use PocketDivX to convert my videos for the GP2X. I can get a 25 minute video to weight around 55Mb, with good visual and sound quality. I use the standard PDA/Pocket PC setting (any 320x240 will do well enough).

http://www.pocketdivxencoder.net/
 
I just use ffmpeg and made a .bat file (for windows) with the following:
CODE
ffmpeg -i %1 -s 320x240 -r 29.97 -b 1024 -ab 128 %2

After that I just do the following from a commandprompt:
CODE
avi2gp2x.bat input.avi output.avi

It will use Divx4 as default I think if you don't specify something else.. Looks good on the GP2X though.
 
Back
Top