ffmpeg备忘录

concat two audio files

ffmpeg -i aaa.m4a -i aaa.m4a -filter_complex concat=n=2:v=0:a=1 bbb.m4a