PDA

View Full Version : Help with resizing xvid compressed videos


sera
29th September 2006, 19:09
Hi, I'm using DScaler to capture videos and using the xvid mpeg-4 codec to compress these videos.

These are the xvid settings I'm using:
http://xs.to/xs.php?h=xs106&d=06373&f=xvid.JPG

I'm following the guide from
http://www.divxland.org/video_edition.php#7

7. Enlarge / shrink the video size

Open the movie in VirtualDub, and at the Video menu select Full processing mode, and at the Audio menu select Direct stream copy. Go to Video > Compression and select the desired video codec. Configure it as explained here. Now go to Video > Filters and click the Add... button. Double click the Resize filter and configure it with a new resolution. Note: The DivX 5 codec requires a width number multiplier of 4, and a height multiple of 2. The recommended mode to have a good quality is Bicubic, but you can check out the Preview window to see the result of each mode instantly.


Go to the File menu and select Save as AVI to save the converted file.

When I try to save the editted AVI, I get this error:
An integer division by zero occurred in module 'xvidcore'...
...while decompressing video frame 119 (VideoSource.cpp:1727)...
...while using input buffer at 01e50000-01e52d4e (VideoSource.cpp:1726)...
...while using output buffer at 01360000-01408c03 (VideoSource.cpp:1725)...
...while running thread "Processing" (thread.cpp:150).

I appreciate any help.