Am Di., 2. Feb. 2021 um 22:18 Uhr schrieb Carl Eugen Hoyos <[email protected]>: > > > Am 02.02.2021 um 20:09 schrieb [email protected]: > > > > I'm concatenating .ts chunks intended for an HLS player into a single .mp4 > > video. > > You should instead concatenate all ts chunks into a single transport stream: > $ cat 1.ts 2.ts 3.ts > out.ts
Or use the concat protocol instead of the concat demuxer. Carl Eugen _______________________________________________ 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".
