[FFmpeg-devel] [PATCH 2/2] lavf/concatdef: pass options to nested input
Nicolas George
george at nsup.org
Thu Mar 5 12:06:30 CET 2015
Le quintidi 15 ventôse, an CCXXIII, Zhang Rui a écrit :
> Subject: [FFmpeg-devel] [PATCH 2/2] lavf/concatdef: pass options to
"concatdec" I suppose?
> ---
> libavformat/concatdec.c | 24 +++++++++++++++++-------
> 1 file changed, 17 insertions(+), 7 deletions(-)
Can you explain the use case you have in mind? The current code, if I
understand correctly, uses the same options for all concatenated segments,
which may or may not desirable.
My intent, regarding options, was to allow per-file options in the concat
script. Maybe something like that:
file seg1.vob
option analyzeduration 50M
file seg2.vob
option analyzeduration 20M
...
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150305/a67434e4/attachment.asc>
More information about the ffmpeg-devel
mailing list