#10831: ffmpeg concat generates several issues in output file
-------------------------------------+-------------------------------------
Reporter: | Owner: (none)
CharismaticMegafauna |
Type: defect | Status: closed
Priority: normal | Component:
| undetermined
Version: 6.1 | Resolution: invalid
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by Gyan):
* status: new => closed
* resolution: => invalid
Comment:
The concat demuxer requires that all inputs share the same properties -
for audio, those are codec, channel count and layout, sample rate, sample
format. In your set, codec varies between pcm_s16le and pcm_s24le. This is
not supported.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10831#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".