PDA

View Full Version : Help with corrupt AVIs


jrjazzman
18th August 2003, 00:37
Hi, I'm producing AVIs with two apparent issues: 1) sound does not play and 2) upon opening in vdubmod I get "reconstructing missing index block", which never completes and thus chops off anything after 4 minutes.

This is my process:

- In VdubMod, open avisynth script
- Choose HuffYUV compression
- Leave streams default (1 pcm stream)
- Save w/ fast recompress

I have the same problem with any source clip.

Any ideas?

Thanks

Jeremy

Avisynth script:

LoadPLugin("D:\Program Files\AviSynth 2.5\plugins\PeachSmoother.dll")
AVISource("g:\clip1.avi")
FixBrokenChromaUpsampling()
ConvertToYUY2
SeparateFields()
temporal_chroma=16, scenechange=8, method="strong", downsizer="bilinear", upsizer="bicubic", scalefactor=.75)
PeachSmoother(NoiseReduction=60,Stability=20,DoSpatial=True,Spatial=100)
Weave()

jrjazzman
20th August 2003, 02:04
Update:

The problems is with VirtualDubMod 1.5.1.1a. Any avi file written that is >2GB is corrupt. 1.5.4.1 seems to have fixed it. The author acknowledged the problem and claism it is fixed in the new version.