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.

 

Go Back   Doom9's Forum > General > Linux, Mac OS X, & Co

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th January 2007, 03:04   #21  |  Link
shevegen
Registered User
 
Join Date: Nov 2003
Posts: 420
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!
shevegen is offline   Reply With Quote
Old 5th February 2007, 11:08   #22  |  Link
nickrout
Registered User
 
Join Date: May 2005
Posts: 29
I am getting this error in mono:
Quote:
[nick@bilbo ~/mpeg4modifier]$ mono MPEG4Modifier.exe
Mono System.Windows.Forms Assembly [$auto_build_revision$]
Keyboard: United States keyboard layout (phantom key version)
Could not set X locale modifiers
KDE colorscheme read

** (MPEG4Modifier.exe:36789): WARNING **: Missing member add_Shown in type Form, assembly /usr/local/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

Unhandled Exception: System.MissingMethodException: Method not found: 'System.Windows.Forms.Form.add_Shown'.
in <0x00000> <unknown method>
in <0x00015> JDP.frmMPEG4Modifier:.ctor (System.String[] args)
in (wrapper remoting-invoke-with-check) JDP.frmMPEG4Modifier:.ctor (string[])
in <0x00028> JDP.Program:Main (System.String[] args)
Anyone got an ideas on how to diagnose and fix this?
nickrout is offline   Reply With Quote
Old 8th February 2007, 18:46   #23  |  Link
Moitah
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
Moitah is offline   Reply With Quote
Old 24th April 2007, 17:23   #24  |  Link
bollstedt
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
bollstedt is offline   Reply With Quote
Old 24th April 2007, 19:30   #25  |  Link
ilovejedd
insane college undergrad
 
ilovejedd's Avatar
 
Join Date: Jun 2006
Location: middle of nowhere
Posts: 405
Change --unpack to --par 43pal.
ilovejedd is offline   Reply With Quote
Old 24th April 2007, 20:22   #26  |  Link
bollstedt
Registered User
 
Join Date: Dec 2005
Posts: 5
it works!!

thanks a lot
bollstedt is offline   Reply With Quote
Old 4th May 2007, 11:59   #27  |  Link
olnima
Registered User
 
olnima's Avatar
 
Join Date: Dec 2003
Posts: 216
Quote:
Originally Posted by likeatim View Post
maybe you could make that an option?
cause for some weird reason, my standalone player plays everything (even packed bitstream) if the userdata is set to "DivX999b000p"

also, an option to delete or overwrite the original file would be tha bomb...

thanks for the great tool!
I'm working on another GUI-batch-mode-version right now.
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.
olnima is offline   Reply With Quote
Old 25th May 2007, 16:51   #28  |  Link
subspawn
Registered User
 
subspawn's Avatar
 
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
subspawn is offline   Reply With Quote
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
Old 2nd June 2007, 00:54   #30  |  Link
shevegen
Registered User
 
Join Date: Nov 2003
Posts: 420
This weekend I finally have the time to test this all
more thoroughly so hopefully I can provide some feedback soon
__________________
OS: Paldo (Linux)
AviSynth for Linux, go go go!
shevegen is offline   Reply With Quote
Old 13th November 2007, 00:10   #31  |  Link
intellimoo
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).
intellimoo is offline   Reply With Quote
Old 13th November 2007, 00:20   #32  |  Link
Moitah
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
Moitah is offline   Reply With Quote
Old 30th November 2007, 09:49   #33  |  Link
intellimoo
Registered User
 
Join Date: Sep 2005
Posts: 9
Quote:
Originally Posted by Moitah View Post
@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#.
Ah, darn, vb.net for me. Hopefully I can figure something out....

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.
intellimoo is offline   Reply With Quote
Old 31st March 2008, 21:27   #34  |  Link
plugh
A hollow voice says
 
Join Date: Sep 2006
Posts: 269
Quote:
Originally Posted by Moitah View Post
Per-frame quant info would be useful, I might look into it.
Just ran into a situation where being able to --frame-list the frame quants would be extremely helpful. Are you taking requests?
plugh is offline   Reply With Quote
Old 4th February 2009, 01:41   #35  |  Link
J-Wo
Registered User
 
Join Date: Jan 2003
Posts: 213
This batch file is great! But instead of unpacking them to another folder, can I write the new files in the same folder as the originals only with the word "unpack" at the end of the file name?
J-Wo is offline   Reply With Quote
Old 6th February 2009, 10:28   #36  |  Link
halsboss
likes to tinker
 
Join Date: Jan 2004
Location: girt by sea
Posts: 635
hello. is there a non .NET version ?
halsboss is offline   Reply With Quote
Old 6th February 2009, 13:55   #37  |  Link
kypec
User of free A/V tools
 
kypec's Avatar
 
Join Date: Jul 2006
Location: SK
Posts: 826
Quote:
Originally Posted by J-Wo View Post
This batch file is great! But instead of unpacking them to another folder, can I write the new files in the same folder as the originals only with the word "unpack" at the end of the file name?
Try this:
Code:
@ECHO OFF
FOR %%I IN (*.avi) DO "C:\Program Files\MPEG4 Modifier\mmcl.exe" --unpack "%%~fI" "%%~nIunpack%%~xI"
kypec is offline   Reply With Quote
Old 23rd February 2009, 14:29   #38  |  Link
halsboss
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.
halsboss is offline   Reply With Quote
Old 21st March 2009, 00:26   #39  |  Link
halsboss
likes to tinker
 
Join Date: Jan 2004
Location: girt by sea
Posts: 635
Thinking of trying to convert this to non .Net ... any hints or suggestions, or even better has anyone else had a go ?
halsboss is offline   Reply With Quote
Old 21st April 2009, 11:27   #40  |  Link
Nexin
Registered User
 
Join Date: Dec 2007
Posts: 150
Please do,do,do dah da,da,da Convert it not to use .NET then let us have it spread everywhere for us to use. Maybe then Moitah will appreciate the need for non .NET tools.
Nexin is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:58.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.