stic
3rd December 2011, 21:02
Hi everybody,
I would really appreciate if somebody could help in my problem concatenating three video files, where only one of them has audio presented.
Basically I have 3 files:
1# video1_only_h264.mp4 - no audio
2# (video2_h264_audio_aac).mp4
3# video3_only_h264.mp4 - no audio
If I try to concatenate them into one mp4 file with:
mp4box -add video1.mp4 -cat video2.mp4 -cat video3.mp4 -new output.mp4
it results into file, where sound from the video2 begins right after the playback starts. Instead of being synchronized with the video2 position.
Thanks
I would really appreciate if somebody could help in my problem concatenating three video files, where only one of them has audio presented.
Basically I have 3 files:
1# video1_only_h264.mp4 - no audio
2# (video2_h264_audio_aac).mp4
3# video3_only_h264.mp4 - no audio
If I try to concatenate them into one mp4 file with:
mp4box -add video1.mp4 -cat video2.mp4 -cat video3.mp4 -new output.mp4
it results into file, where sound from the video2 begins right after the playback starts. Instead of being synchronized with the video2 position.
Thanks