[FFmpeg-devel] [PATCH 2/2] lavfi: make filter_frame non-recursive.

Marton Balint cus at passwd.hu
Wed Dec 21 20:57:41 EET 2016


On Sun, 18 Dec 2016, Nicolas George wrote:

> Le primidi 21 frimaire, an CCXXV, Nicolas George a écrit :
>> I will do so after the end of this week if I see no news.
>
> Done.
>

It seems after this patch I got an infinite loop if I try to convert the 
attached file using this command line:

./ffmpeg -i amerge-test.mov -filter_complex "[0:a:0][0:a:1]amerge=2[aout]" 
-map "[aout]" out.wav

Note that in my build FF_BUFQUEUE_SIZE in libavfilter/bufferqueue.h is set 
to 256, because otherwise it errors out with ENOMEM, but that also happens 
with the old filtering code. On the other hand, the old filtering code and 
FF_BUFQUEUE_SIZE set to 256 does allow the file to properly convert.

Thanks,
Marton
-------------- next part --------------
A non-text attachment was scrubbed...
Name: amerge-test.mov
Type: video/quicktime
Size: 42246 bytes
Desc: 
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161221/076795bf/attachment.mov>


More information about the ffmpeg-devel mailing list