Log in

View Full Version : trying to put 2 and 2 together..


niv
3rd January 2005, 17:54
hay all,
Kind of new here.

I am trying to write a batch file that will process recorded tv shows. this script will be trigered by windows schdualer at night. the next day I will have a cleaner compact file :-)

Muxing the audio back in. I use avs2avi to filter and compress. as avs2avi doesn't handle the audio, I need to mux the audio back in.
Following the Audio FAQ I am trying to use AVIMux_GUI.
the information on their site isn't clear to me.
script howto (http://www-user.tu-chemnitz.de/%7Enoe/Video-Zeug/AVIMux%20GUI/script.html)
how do I use it? say:
c:> AVIMux_GUI file_name -z -q
?


Thanks,
Niv

niv
4th January 2005, 14:45
seems adding:
SetMemoryMax(40)

at the start of the AVS solved it all.