#8091: Sound replacing stopped working
-------------------------------------+-------------------------------------
Reporter: | Owner:
ConcludingPrague |
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: git-master | Resolution:
Keywords: regression | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Gyan):
Change since 11d3b03fcb2baae4324aac9481b9bd4a171d4345
The MP3 demuxer does not set any stream disposition, so the MP4's audio
stream is scored higher.
Workaround is to map explicitly:
{{{
ffmpeg.exe -i new_audio.mp3 -i audio_and_video.mp4 -map 1 -map -1:a -map
0:a -c copy out.mp4
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8091#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".