I am trying to give an MP4 file an alternate soundtrack that is stored in an MP3 file. I tried to use the command:
ffmpeg -i video_input.mp4 -i music.mp3 -map 0:v -map 1:a -c:v copy -c:a copy video_output-combined.mp4 -y
The command works, but the video output file plays for about 1:20 and then the video freezes. The audio continues to play. My media player is the latest 64-bit VLC under Windows. FFMPEG is the latest Windows build.
Is there something wrong with my command?
+ Reply to Thread
Results 1 to 4 of 4
-
-
-
Remux it with my clever FFmpeg-GUI
Select your video as source, select multiplex, select your mp3 as audiofile, multiplex, done
Similar Threads
-
Any Way to Remove Music from MP4 Soundtrack?
By pone44 in forum AudioReplies: 4Last Post: 13th Aug 2019, 12:55 -
FFMPEG Conversion from MKV to MP4 returns a empty MP4 file?
By lolmaisine in forum Video ConversionReplies: 4Last Post: 6th Mar 2019, 07:45 -
Create mp3 duplicates of all mp4-files in a folder using ffmpeg
By DennisO in forum Video ConversionReplies: 29Last Post: 23rd Nov 2018, 06:37 -
How do I use FFmpeg to convert H.264/AAC to H.263/MP3 in .MP4 container?
By Gary_G in forum Video ConversionReplies: 18Last Post: 25th Dec 2016, 16:40 -
MKV to MP4 video not working after FFMPEG copy
By contraplex in forum Video ConversionReplies: 3Last Post: 26th Jul 2015, 06:40