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()
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()