[FFmpeg-devel] [PATCH] Add raw VC-1 muxer to match demuxer.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Dec 27 08:46:11 CET 2012


On Wed, Dec 26, 2012 at 07:25:20PM +0000, Paul B Mahol wrote:
> On 12/9/12, Reimar Doeffinger <Reimar.Doeffinger at gmx.de> wrote:
> > On Sun, Dec 09, 2012 at 01:39:05PM +0000, Paul B Mahol wrote:
> >> On 12/9/12, Reimar Doeffinger <Reimar.Doeffinger at gmx.de> wrote:
> >> > This is admittedly kind of pointless since usually -f image2pipe
> >> > can be used for the purpose, but this is more user-friendly.
> >> >
> >> > Signed-off-by: Reimar Doeffinger <Reimar.Doeffinger at gmx.de>
> >> > ---
> >> >  libavformat/allformats.c |    2 +-
> >> >  libavformat/rawenc.c     |   12 ++++++++++++
> >> >  2 files changed, 13 insertions(+), 1 deletion(-)
> >> >
> >>
> >> There was no such muxer probably because there is no encoder.
> >
> > Yes, I guess so. That doesn't mean there aren't still use-cases
> > for them, e.g. extracting VC-1 streams from MPEG-TS for testing
> > against decoders that can't easily accept muxed streams.
> 
> It was not NO for the patch.

Sorry, too busy with other stuff currently.
If nobody else does I'll commit in January at the latest.
But this specific patch I think is wrong/suboptimal, it should
use CODEC_ID_VC1 instead of CODEC_ID_WMV3, I wrongly thought
they were the same when I wrote the patch.


More information about the ffmpeg-devel mailing list