Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#21 | Link |
|
Registered User
Join Date: Nov 2003
Posts: 422
|
Moitah, could you list the downloads in your FIRST post, if possible please?
Its a lot easier to keep track of the latest version. Or link to a little webpage that lists them. Thanks
__________________
OS: Paldo (Linux) AviSynth for Linux, go go go! |
|
|
|
|
|
#22 | Link | |
|
Registered User
Join Date: May 2005
Posts: 29
|
I am getting this error in mono:
Quote:
|
|
|
|
|
|
|
#23 | Link |
|
Registered User
Join Date: Feb 2004
Location: Virginia, USA
Posts: 334
|
@nickrout: Try Mono 1.2.3 which was just released yesterday. It now supports the Form_Shown event. I was able to run MPEG4 Modifier 1.4.4 in Mono 1.2.3 in Windows without any changes.
__________________
moitah.net |
|
|
|
|
|
#24 | Link |
|
Registered User
Join Date: Dec 2005
Posts: 5
|
Hi,
I need a batch program for windows like the one which is shown in the entry posting. But I don't want to change the packet bitstream stuff in my avis. Aspect Ratio is my problem! I want to batch the Pixel AR to 4:3 PAL with the aid of a command line batch program. I've tried to replace the "unpack" string into --par<43pal>, but it didn't work. So, may somebody help me with the command lines and the synthax? Thanks |
|
|
|
|
|
#27 | Link | |
|
Registered User
Join Date: Dec 2003
Posts: 216
|
Quote:
Is everything still playable if You just add "DivX999b000p" to the existing (or not) UserData? That shouldn't be too difficult to implement for batch-mode. If this isn't a solution there won't be another one I think, because You can have 0, 1 or multiple Userdata-strings and in batch-modus, You do not know if You should add or edit (in second case which one) the string(s). Olnima P.S.: ...or maybe I could give You the ability to enter a string (like "DivX999b000p") which is added (if no UserData exists) or replaces the first UD-entry. Last edited by olnima; 4th May 2007 at 12:06. |
|
|
|
|
|
|
#28 | Link |
|
Registered User
Join Date: Feb 2007
Posts: 6
|
See In-place search & replace (ipsr) on this forum as well
Tiny lean & mean C prog for in-place manipulation of UserData in xvid's. Works great in Batch mode ![]() Btw: MPEGModifierCL & GUI both rock The unpack functionality is great and I've learned many things from it's code
|
|
|
|
|
|
#29 | Link |
|
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 |
|
|
|
|
|
#31 | Link |
|
Registered User
Join Date: Sep 2005
Posts: 9
|
Moitah:
Do you have a version of MPEG4 Modifier CL in callable library form, like a .dll or .ocx? I would love to be able to use this from a program "natively" rather than shelling the .exe, e.g. (especially just for the unpacking ability). |
|
|
|
|
|
#32 | Link |
|
Registered User
Join Date: Feb 2004
Location: Virginia, USA
Posts: 334
|
@intellimoo: No, but if your code is .NET also it would be easy to compile it into a class library and use the classes yourself. Or just compile the .cs files right into your project if it's C#.
__________________
moitah.net |
|
|
|
|
|
#33 | Link | |
|
Registered User
Join Date: Sep 2005
Posts: 9
|
Quote:
If anyone is willing to make just the --unpack function (with an --always-write option) into a class I can use in vb.net, that would rock.
|
|
|
|
|
|
|
#37 | Link | |
|
User of free A/V tools
Join Date: Jul 2006
Location: SK
Posts: 826
|
Quote:
Code:
@ECHO OFF FOR %%I IN (*.avi) DO "C:\Program Files\MPEG4 Modifier\mmcl.exe" --unpack "%%~fI" "%%~nIunpack%%~xI" |
|
|
|
|
|
|
#38 | Link |
|
likes to tinker
Join Date: Jan 2004
Location: girt by sea
Posts: 635
|
One of the best programs ever. Kills the "non packed bitstream .AVI returning frames out of order under certain circumstances" issue dead... http://forum.doom9.org/showthread.ph...22#post1244222
Pity about the .Net requirement, but there you go. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|