Hello Bouke, Thanks for your help. I try with audio mapping command like this:
ffmpeg -nostats -ss 00:02:30 -i /VIDEO_IN.mov -vn -filter_complex "ebur128=peak=true;[0:3][0:4]amerge=inputs=2[outA]" -map "[outA]" -to 00:01:30 -f null - or like this: ffmpeg -nostats -ss 00:02:30 -i /VIDEO_IN.mov -map 0:3 -map 0:4 -vn -filter_complex ebur128=peak=true -to 00:01:30 -f null - ...but doesn't work... I've got always this message in Terminal: <http://www.ffmpeg-archive.org/file/n4680725/Capture_d%E2%80%99e%CC%81cran_2017-07-26_a%CC%80_09.jpg> -- View this message in context: http://www.ffmpeg-archive.org/Scan-EBU-R128-filter-only-stream-0-1-tp4680715p4680725.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
