[FFmpeg-user] splitting up video with high quality (HDR, 4k, Dolby Atmos+ TrueHd)

Def Etienne shaker.doc at gmail.com
Tue Nov 21 04:37:53 EET 2023



> On 21 Nov 2023, at 01:06, Paul B Mahol <onemda at gmail.com> wrote:
> 
> On Tue, Nov 21, 2023 at 12:49 AM Sebbi Thueni <sebastianthuener99 at 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


More information about the ffmpeg-user mailing list