[MEncoder-users] distributing input to multiple mencode processes

Bill Crockett wsc4 at optusnet.com.au
Fri Nov 4 01:07:00 CET 2011


On 3/11/2011 11:34 PM, Bibrak Qamar wrote:
> Hi all,
>
> I am new to the mencode and its abilities, I would appreciate help.
>
> Is there any way to split the input file and then with some special
> arguments run the mencoder.
>
> means if the input file is lets say 1GB, so split it into 2 files of 600 MB
> and 400 MB and then compress on different machines using mencoder.
>
> Thanks
>
> Bibrak
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>

Yes, In mplayer.html or the man page depending on your OS.

-ss <time> Seek to given time position.

-endpos Stop at given time or byte position.

There is also this, but I have tried it:

-sb <byte position> Seek to byte position.

There are examples there to experiment with.


More information about the MEncoder-users mailing list