Sako73
2nd August 2005, 05:50
I have a .avi video file (imported from my video camera). I have it opened via AviSynth script in VirtualDubMod. I try to output it as a DivX 5.1 compressed video clip (.avi), but the audo is gigantic. Is there a way to use AviSynth to reduce the audio size (I understand that the quality will also suffer). Currently, I am using KillAudio to remove it completely, but that isn't what I am ultimately after. Any other suggestions to improve the script would also be appreciated.
Thanks.
My current script is:
AVISource("C:\DVD_Work\Video-20050731-172025.avi")
Bob
SelectOdd
KillAudio
trim(655, 12352) + trim(13768, 14075) + trim(14718, 15077) + trim(16477, 17030) + trim(17977, 18750)
Thanks.
My current script is:
AVISource("C:\DVD_Work\Video-20050731-172025.avi")
Bob
SelectOdd
KillAudio
trim(655, 12352) + trim(13768, 14075) + trim(14718, 15077) + trim(16477, 17030) + trim(17977, 18750)