Closed shuaisong closed 4 years ago
???
From: shuaisong notifications@github.com Sent: Sunday, April 12, 2020 11:43:56 AM To: xufuji456/FFmpegAndroid FFmpegAndroid@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [xufuji456/FFmpegAndroid] 音视频合并并调整音量,直接退出 (#113)
"ffmpeg -i %s -i %s -filter_complex [0:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=0.9[a0]; [1:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=0.5[a1]; [a0][a1]amix=inputs=2:duration=first[aout]" -map "[aout]" -ac 2 -c:v copy -map 0✌️0 %s";
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/xufuji456/FFmpegAndroid/issues/113, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AN3EBU6VRRHVD2UDHRHTZMDRME2HZANCNFSM4MGIDQVQ.
没办法调整音量
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 6021 (Thread-3), pid 5656
最后的表情符号是什么
"ffmpeg -i %s -i %s -filter_complex [0:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=0.9[a0]; [1:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=0.5[a1]; [a0][a1]amix=inputs=2:duration=first[aout]\" -map \"[aout]\" -ac 2 -c:v copy -map 0:v:0 %s";