> On 21 Nov 2023, at 01:06, Paul B Mahol <one...@gmail.com> wrote: > > On Tue, Nov 21, 2023 at 12:49 AM Sebbi Thueni <sebastianthuene...@gmail.com> > wrote: >> :
>> ffmpeg -i test.mkv -c:v copy -c:a copy -f segment -segment_time 5 >> test%d.mkv >> or >> ffmpeg -i test.mkv -c:v copy -c:a truehd -f segment -segment_time 5 >> test%d.mkv >> or >> ffmpeg -i test.mkv -map 0:v -c:v copy -map 0:a -c:a copy -f segment >> -segment_time 5 test%d.mkv >> ffmpeg -i test.mkv -map 0:v -c:v copy -map 0:a -c:a truehd -f segment >> -segment_time 5 test%d.mkv >> the sound is not played in all segments. The video is always flawless. My >> question now is if someone can help me to get these segments to work. >> because theoretically it is just a copy of everything and always cut off >> after a few seconds. >> > > Version of ffmpeg? >> The full uncut console output also helps to trace these unintended outcomes. Def _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
