[MPlayer-users] Is there a program that can multiplex theencodedmpeg2 file into VOB(suitable for dvdauthor) in one go?

Nico Sabbi nsabbi at tiscali.it
Sun Dec 5 17:05:16 CET 2004


VJ wrote:

> ----- Original Message ----- From: "Nico Sabbi" <nsabbi at tiscali.it>
> To: "MPlayer usage questions, feature requests, bug reports" 
> <mplayer-users at mplayerhq.hu>
> Sent: Sunday, December 05, 2004 3:56 PM
> Subject: Re: [MPlayer-users] Is there a program that can multiplex 
> theencodedmpeg2 file into VOB(suitable for dvdauthor) in one go?
>
>
>> VJ wrote:
>>
>>> ----- Original Message ----- From: "RC" <rcooley at spamcop.net>
>>> To: "MPlayer usage questions, feature requests, bug reports" 
>>> <mplayer-users at mplayerhq.hu>
>>> Sent: Sunday, December 05, 2004 3:28 PM
>>> Subject: Re: [MPlayer-users] Is there a program that can multiplex 
>>> theencoded mpeg2 file into VOB(suitable for dvdauthor) in one go?
>>>
>>>
>>>> On Sun, 5 Dec 2004 13:32:15 -0000
>>>> "VJ" <vj at vijaygill.homelinux.net> wrote:
>>>>
>>>>> Currently I am using mpgcut to demux and then mplex to mux my encoded
>>>>> files so that they may be used by dvdauthor.
>>>>
>>>>
>>>>
>>>> Well, you can take mpgcut out of the process.  MPlayer is able to 
>>>> demux
>>>> video/audio from MPEG files just fine, and it only needs a very simple
>>>> patch to demux AVI files properly (attached).
>>>>
>>>>>  I could not apply that patch to the latest CVS and I am
>>>>> still stuck with the solution that I have now.
>>>>
>>>>
>>>>
>>>> I just got the latest CVS sources, and the patch applies just fine.
>>>> What problem are you having with it?
>>>>
>>>
>>
>> what's the problem with my patch? it always applied fine.
>> Can you post the log of
>> $ patch -p0 < patch.diff
>> please?
>>
>> _______________________________________________
>> MPlayer-users mailing list
>> MPlayer-users at mplayerhq.hu
>> http://mplayerhq.hu/mailman/listinfo/mplayer-users
>>
>
> Hey Nico!
>    Thanks for your mail.
>    There was no problem with your patch mate, it was with my skills 
> :-) I tried doing following
> ********************************************************************
> [root at dxr tmp]# patch -p0 <patch.diff
> can't find file to patch at input line 8
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:
> --------------------------
> |Index: cfg-mencoder.h
> |===================================================================
> |RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
> |retrieving revision 1.89
> |diff -c -u -c -u -r1.89 cfg-mencoder.h
> |--- cfg-mencoder.h 21 Sep 2004 19:45:49 -0000 1.89
> |+++ cfg-mencoder.h 21 Nov 2004 09:55:24 -0000
> --------------------------
> File to patch:
> ********************************************************************
> I could not figure out what to do and gave up. Well this is what I 
> have to say :-)
>
> Regards from
> VJ
> _______________________________________________


cd mplayer
patch -p0 < ../patch.diff

in other words you have to be in mplayer's top directory to apply it.

Good luck.




More information about the MPlayer-users mailing list