i cant seem to find the divx settings it the program you told me about mabey
you can help me encoding with program creates a bit of a better picture still the
audio and video or out of sync and its choppy
Usage of w100/IPP optimized player:
1) if you have 320x240 44100/128/stereo portrait video
$mplayer -vo w100 -fs -dr -vop rotate=1 -quiet test.avi
2) if you have 640x352 22050/32/mono landscape video
$mplayer -vo w100 -fs -dr -af resample=44100:0:0 -quiet -framedrop test.avi
Important: if you have encoded video with samplerate lower than 44100 you must add -af resample=44100:0:0 parameter!!! Else you miss audio/video sync and perfomance drop down.
Note: you can play files with resolution more than 320x240 for example 428x240 (16x9) without loosing perfomance if you add smart crop -vf crop=320x240.
About using PocketDivXEncoder read help
Good luck,
Konstantin