Re: [FFmpeg-user] Preserver PCR

2019-12-23 Thread Enrico Vittorini
thanks for your reply. With your tip things are better but sitll a difference. Now i have startime = 0.000657. Do not understand where the little difference comes from. do you have an idea? From: ffmpeg-user on behalf of Ted Park Sent: Monday, December 23,

[FFmpeg-user] Preserver PCR

2019-12-23 Thread Enrico Vittorini
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

[FFmpeg-user] filter_complex - manage missing input

2019-12-15 Thread Enrico Vittorini
Hello Gents, i would need an help. I am generating a mosaic with the following code: ffmpeg -re -y -i input.ts -map_chapters -1 -an -sn -dn -filter_complex "color=c=black:size=1920x1080 [base]; [0:#0xb0] setpts=PTS-STARTPTS, scale=320x240,

[FFmpeg-user] HLS download DTS problem

2019-09-24 Thread Enrico Vittorini
Hello Gents, i am trying to download an HLS stream and make it as TS output. but i have many erorr related to DTS and PTS. Can you help me? ffmpeg -i https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8 -map 0:p:1 -an -c:v copy testhlsall3.ts

Re: [FFmpeg-user] H264 timecode

2019-03-14 Thread Enrico Vittorini
i tried the showinfo but h264 timeode is not shown. checking the doc https://www.ffmpeg.org/ffmpeg-all.html#showinfo i did not find anything related to timecode any clue? From: Enrico Vittorini Sent: Thursday, March 14, 2019 9:07 AM To: FFmpeg user questions

[FFmpeg-user] H264 timecode

2019-03-14 Thread Enrico Vittorini
Hello guys, i see that version 4.1 support "S12M timecode decoding in h264". Can someone explain me how to use it wiht a TS input file? Is it possible to play a TS with ffplay and show the timecode in overlay? thanks! ___ ffmpeg-user mailing list