Yesterday, 08:29 PM
A thing that could lead to the source of the error:
Can it be that when muxing two files with ffmpeg (separate audio and video stream files) together, with unequal length, that the player might not be able to handle the playback correctly? It's the only explanation I can think of, since other files work flawlessly.
E.g. ffmpeg -i video_audio1.mp4 -I audio2.mp4 -map 0 -map 1 -c copy video_audio1_audio2.mp4
with ffprobe video_audio1_audio2.mp4 I can see the length of the video stream, but not the length of the audio streams. Any idea?
Can it be that when muxing two files with ffmpeg (separate audio and video stream files) together, with unequal length, that the player might not be able to handle the playback correctly? It's the only explanation I can think of, since other files work flawlessly.
E.g. ffmpeg -i video_audio1.mp4 -I audio2.mp4 -map 0 -map 1 -c copy video_audio1_audio2.mp4
with ffprobe video_audio1_audio2.mp4 I can see the length of the video stream, but not the length of the audio streams. Any idea?
~besenwesen