View Single Post
Old 30th May 2007, 17:34   #29  |  Link
mkgordon
Registered User
 
Join Date: Nov 2006
Posts: 1
MPEG4 Modifer-Mac-batch-Any Terminal whizzes out there?

Greetings,

I have a bunch of AVI files on an external Firewire drive. I'd like to run them through the --unpack process, prior to burning the files to a DivX disk so I can eventually watch them on my DivX enabled DVD player.

I tired just now to use the CLI version of 1.4.4 via Mono 1.2.3 to do this.

I used the following code:

----------------
Machine-iMac-G5:/volumes/400Gig/FolderName mike$ for i in 'ls'; do mono /Users/me/Desktop/MPEG4ModifierCLFolder/mmcl.exe --unpack $i converted_$i;done

----------------

This code always works well when I used it on files on my main hard drive. But I keep on getting errors when I try it on files on my external drive.


----------------
Error: Source file doesn't exist
MPEG4 Modifer CL v1.4.4
http://www.moitah.net/

----------------


But when I run it on a single file on my external drive, it works fine:


----------------
Machine-iMac-G5:/volumes/FolderName mike$ mono /users/mike/Desktop/MPEG4ModifierFolder/mmcl.exe --unpack /Volumes/400Gig/FolderName/Filename1.avi /users/mike/Desktop/MPEG4ModifierFolder/mmcl.exe --unpack /Volumes/400Gig/FolderName/Filename1.unpack.avi

Loading: 100.0%
Aborting: Video already has the desired format.

----------------
Any suggestions? If you don't know, can you refer me to someone?

Cheers,



Mike
mkgordon is offline   Reply With Quote