xufuji456 / FFmpegAndroid

FFmpeg实现视频裁剪、水印、转码、编解码、转Gif动图;FFmpeg本地推流、H264与RTMP实时推流直播;OpenGL滤镜特效,视频拍摄。音视频学习路线,音视频知识总结、流媒体协议
5.08k stars 1.27k forks source link

音视频合并并调整音量,直接退出 #113

Closed shuaisong closed 4 years ago

shuaisong commented 4 years ago

"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";

AkarinLiu commented 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.

shuaisong commented 4 years ago

没办法调整音量

shuaisong commented 4 years ago

Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 6021 (Thread-3), pid 5656

xufuji456 commented 4 years ago

最后的表情符号是什么