PDA

View Full Version : Anyone have the free add-on for ImagoMpeg-Muxer to enable batch processing?


sumptor
31st October 2007, 15:44
Hi,

ImagoMpeg-Muxer is a free multiplexer that I've used for a while now. Someone had written an add-on to this program that enabled batch processing but I haven't been able to locate that anywhere on the net. Anyone here have that add-on or know of a link that has it available for download?

Thanks.

Taktaal
3rd November 2007, 20:47
Does it have a command line mode? If yes you can use the "for" batch command.

Something like
for %a in (*.avi) do programname.exe %a