[FFmpeg-devel] [PATCH]avfilter/astreamslect: fixing activating in some cases

Bodecs Bela bodecsb at vivanet.hu
Sat Mar 17 12:09:23 EET 2018


2018.03.14. 20:29 keltezéssel, Nicolas George írta:
> Bodecs Bela (2018-03-14):
>> In case of some content, astreamselect filter remains in non active
>> state.
>>
>> please review this pacth. I am not sure this is the right fix of this.
> I am not sure either. framesync was not designed for audio. I would like
> to investigate: can you share the failing case?
>
> Regards,
>
>

ffmpeg -loglevel info -y \
      -re -i a.mp4 \
      -re -i b.mp4 \
      -filter_complex "[0:a][1:a] astreamselect=inputs=2:map=1 [out_a]"   \
      -map "[out_a]"  -vn   \
      -f framemd5 -

a.mp4 and b.mp4 are available on these direct links:
http://download.songo.hu/a.mp4
http://download.songo.hu/b.mp4
(they are 500k each)

with my patch it works good.

bb

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



More information about the ffmpeg-devel mailing list