Open im-dashan opened 2 months ago
Have you tried the stream multiplex tab? Just add the two files and merge the streams of your choice?
有具体的步骤吗?我折腾了很久,但是他似乎不能合并音频,导出的视频依旧没有声音
Abel @.***>于2024年9月4日 周三15:41写道:
Have you tried the stream multiplex tab? Just add the two files and merge the streams of your choice?
— Reply to this email directly, view it on GitHub https://github.com/eibol/ffmpeg_batch/issues/118#issuecomment-2328142817, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDUNCNZDSV3QF4GFKDHAT7DZU22TFAVCNFSM6AAAAABNTHL64SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRYGE2DEOBRG4 . You are receiving this because you authored the thread.Message ID: @.***>
This video example could help you. (For some reason popup menus are not being displayed).
https://github.com/user-attachments/assets/e61bc5ea-baa6-49d4-8d07-61b9e9bd1737
Some websites download videos and audio and video separately. I hope to get the function of quickly merging audio and video, but it seems that it is not available at present. The command of ffmpeg is as follows: ffmpeg -i input_video.mp4 -i input_audio.mp3 -c:v copy -c:a copy output_file.mp4