[MPlayer-dev-eng] [PATCH] Multiple files for MEncoder

Matthias Schwarzott zzam at gmx.de
Fri Feb 25 13:45:43 CET 2005


On Friday 25 February 2005 03:38, D Richard Felker III wrote:
> On Fri, Feb 25, 2005 at 04:00:56AM +0200, Oded Shimon wrote:
> > On Tuesday 22 February 2005 23:47, Oded Shimon wrote:
> > > On Wednesday 16 February 2005 19:55, Oded Shimon wrote:
> > > > <bla bla bla>
> > >
> > > cfg-mencoder.h has changed and a 'CONF_TYPE_GLOBAL' wasn't added where
> > > necessary, new patch fixes this. rest of the patches are the same.
> >
> > Combined all 4 files to one big patch.
> >
> > - ods15
>
> committed.
> rich

First: I love mplayer/mencoder! You have done a great work!


I have a problem with using multiple files with mencoder.
Up to now I used this construction to encode films recoded with vdr to divx:

cat dir/[0-9][0-9][0-9].vdr | mencoder -o result.avi .... -
This was working good.

I don't know wheather the new code is apropriate for this kind of input but 
nevertheless:

When I do
mencoder -o test.avi ... -frames 1000 001.vdr 002.vdr 003.vdr

I get 1000 frames out of every file (is that really intended?). But trying 
two-pass encoding the divx2pass.log file only contains 998 lines. Should that 
be around three times 1000 lines, as my output file has around 3000 frames?

Is there a possibility to seek to any point in the concatenated files and 
encode exactly n frames oder n seconds from that point.

Matthias Schwarzott




More information about the MPlayer-dev-eng mailing list