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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to