pintree3
5th August 2005, 09:08
Hi
I have a series of avi files all from the same source--all are fine except one. It has sound that is too low. I tried to find a simple way of boosting the sound (before burning it to CD) but could not find one. So the only thing I came close to was to use NanDub (or VirtualDubMod) in combination with aviSynth. I never did command lines before.But I created an avs file like this:
AviSource("d:\name of movie title.avi")
AmplifydB(+12)
And that is all I wrote. Anyhow, I then used the above programs, tried 'Direct stream Copy" "Quick Compress' tried the Divx Codex, etc. All gave me a file tha was over 4Gig big. The original is only about 225,000K. So I was trying to find a command line I could add to the .avs file so the final .avi remains the same size as the original (or make it smaller).
Or if anyone knows of a simpler way, for example another program that does it in simpler steps, I would truly appreciate it.
Thanks
I have a series of avi files all from the same source--all are fine except one. It has sound that is too low. I tried to find a simple way of boosting the sound (before burning it to CD) but could not find one. So the only thing I came close to was to use NanDub (or VirtualDubMod) in combination with aviSynth. I never did command lines before.But I created an avs file like this:
AviSource("d:\name of movie title.avi")
AmplifydB(+12)
And that is all I wrote. Anyhow, I then used the above programs, tried 'Direct stream Copy" "Quick Compress' tried the Divx Codex, etc. All gave me a file tha was over 4Gig big. The original is only about 225,000K. So I was trying to find a command line I could add to the .avs file so the final .avi remains the same size as the original (or make it smaller).
Or if anyone knows of a simpler way, for example another program that does it in simpler steps, I would truly appreciate it.
Thanks