[FFmpeg-devel] [PATCH] lavfi: add aconcat variant for the concat filter

Nicolas George nicolas.george at normalesup.org
Thu Sep 6 20:58:34 CEST 2012


Le primidi 21 fructidor, an CCXX, Stefano Sabatini a écrit :
> It can be useful to specify aconcat rather than concat=a=1:v=0.
> 
> This is consistent with amovie/asplit and other filter variants
> specialized on audio.
> 
> It is perfectly equivalent to concat otherwise.

I am sorry to say, I do not like it very much. It makes a lot of code to add
and maintain for the sole practical result of abbreviating "concat=a=1:v=0":
that is not a very good investment.

As for the frobnicate/afrobnicate symmetry, I see the afrobnicate variants
as a constraint caused by the current design (type can not be negotiated or
guessed): if someone comes with a smart idea on how to eliminate them
without too much code, I would deprecate the afrobnicate variants in a
heartbeat. And in particular, I would suggest to deprecate amovie right now.

Note that we will actually need a solution to the type problem before we
start randomly implementing dsplit or ssetpts.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120906/99841f62/attachment.asc>


More information about the ffmpeg-devel mailing list