[FFmpeg-devel] [PATCH]Add -absf and -vbsf as compatibility options
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Sep 11 00:52:09 CEST 2011
Michael Niedermayer <michaelni <at> gmx.at> writes:
> > { "bsf", HAS_ARG | OPT_STRING | OPT_SPEC, {.off =
> > OFFSET(bitstream_filters)}, "A comma-separated list
> of bitstream filters", "bitstream_filters" },
> > + { "absf", HAS_ARG | OPT_STRING | OPT_SPEC, {.off =
> > OFFSET(bitstream_filters)}, "deprecated",
> "bitstream_filters" },
> > + { "vbsf", HAS_ARG | OPT_STRING | OPT_SPEC, {.off =
> > OFFSET(bitstream_filters)}, "deprecated",
> "bitstream_filters" },
>
> does this work?
> or does this use the -absf also for video and -vbsf for audio ?
The following command works fine with the patch (with and without --vcodec copy)
for an input file containing aac and mpeg2video:
ffmpeg -i out.ts -acodec copy -absf aac_adtstoasc -vcodec copy out.mp4
Carl Eugen
More information about the ffmpeg-devel
mailing list