junglemike
27th November 2004, 01:18
Hi folx,
I'm encoding a video for a hendheld computer (palm)480x320 screen. This is scrip i'm using:
LoadPlugin ("D:\Program Files\AviSynth 2.5\plugins\FluxSmooth.dll")
LoadPlugin ("D:\Program Files\AviSynth 2.5\plugins\convolution3d.dll")
avisource("L:\my_movie.avi")
bilinearresize(480,256)
selecteven()
ConvertToYUY2()
Convolution3D (0, 3, 4, 3, 4, 2.8, 0)
FluxSmoothT()
turnleft()
I'm aiming for 128 or 256mb total final size (size of SD card)
So i use about 200kbits/sec bitrate.
Everything runs perfect,except paces where there is many action (like shooting, chase...) In these moments player stucks and resets itself.
I know that this is by no means an Xvid problem. In fact Xvid does really wonderful job. I know that this is a limitations of a my palm device. I'me just trying to find out how to fix it. What is the difference between regular moments in the movie and fast action? The only thing i can think of is bitrate(am i right?). So can i some how limit bitrate somehow in Xvid settings?
Ps: i use 2-pass, 1-bframe, rest=defaults
TIA
I'm encoding a video for a hendheld computer (palm)480x320 screen. This is scrip i'm using:
LoadPlugin ("D:\Program Files\AviSynth 2.5\plugins\FluxSmooth.dll")
LoadPlugin ("D:\Program Files\AviSynth 2.5\plugins\convolution3d.dll")
avisource("L:\my_movie.avi")
bilinearresize(480,256)
selecteven()
ConvertToYUY2()
Convolution3D (0, 3, 4, 3, 4, 2.8, 0)
FluxSmoothT()
turnleft()
I'm aiming for 128 or 256mb total final size (size of SD card)
So i use about 200kbits/sec bitrate.
Everything runs perfect,except paces where there is many action (like shooting, chase...) In these moments player stucks and resets itself.
I know that this is by no means an Xvid problem. In fact Xvid does really wonderful job. I know that this is a limitations of a my palm device. I'me just trying to find out how to fix it. What is the difference between regular moments in the movie and fast action? The only thing i can think of is bitrate(am i right?). So can i some how limit bitrate somehow in Xvid settings?
Ps: i use 2-pass, 1-bframe, rest=defaults
TIA