> On 21 Nov 2023, at 01:06, Paul B Mahol <[email protected]> wrote: > > On Tue, Nov 21, 2023 at 12:49 AM Sebbi Thueni <[email protected]> > 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
