Hello all, i am receiving an HLS stream and make it as TS at the outptut. I would like to preserve the timestamps.
ffmpeg -y -f hls -m3u8_hold_counters 0 -max_reload 1 -live_start_index 0 -copyts -i http://127.0.0.1/origin/index.m3u8 -map 0:p:7 -c copy -f mpegts -muxdelay 0 -muxpreload 0 hls.ts If i analyze the original first chunk i have a startime = 0.000884 if i analyze the hls.ts i have a startime= 0.000667 Do not understand why these values are not preserved. Any clue? thanks _______________________________________________ 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".