[MPlayer-dev-eng] Any plan to add libavformat mencoder -of driver?
Nico Sabbi
nsabbi at tiscali.it
Mon Feb 21 13:31:59 CET 2005
Michael Niedermayer wrote:
>
>s/priv->pb/priv->oc->pb/
>
>and
>
>+ fmt = guess_format(NULL, out_filename, NULL);
>- fmt = guess_format(out_filename, NULL, NULL);
>
>and IMHO this should be commited ASAP so its easier to test/debug/improve
>though iam not sure why many of the changes in mencoder.c and muxer.c/h are
>needed, maybe you could elaborate on these?
>
>[...]
>
>
the changes in mencoder.c are needed to identify the codecs and the
parameters
(samplerate, bitrate, channels, etc.) of the streams being encoded and
muxed.
They are used both by muxer_lavf and the new muxer_mpeg that I will commit
tonight.
They can be reduced if I dereference directly WAVEFORMAT and BITMAP*
in mux_a and mux_v.
The other changes in muxer*.[ch] guarantee that muxers can really be
initialized
and used, and exit gracefully otherwise.
I can't commit anything before tonight, sorry.
Nico
More information about the MPlayer-dev-eng
mailing list