Re: [FFmpeg-user] Converting DTS (timestamps) in mpegts to HH:MM:SS:FF

2020-06-16 Thread Kieran O Leary
Hi On Tue, Jun 16, 2020 at 9:51 AM Gyan Doshi wrote: > > > On 16-06-2020 02:15 pm, Kieran O Leary wrote: > > On Tue, Jun 16, 2020 at 9:40 AM Kieran O Leary > > > wrote: > > > >> OK, so I figured out that the dts needs to be divided by > >> pkt_duration_time, which in this instance was 3600.

Re: [FFmpeg-user] Converting DTS (timestamps) in mpegts to HH:MM:SS:FF

2020-06-16 Thread Kieran O Leary
Hi Moritz, On Tue, Jun 16, 2020 at 9:55 AM Moritz Barsnick wrote: > On Tue, Jun 16, 2020 at 09:45:02 +0100, Kieran O Leary wrote: > > On Tue, Jun 16, 2020 at 9:40 AM Kieran O Leary > > > > OK, so I figured out that the dts needs to be divided by > > > pkt_duration_time, which in this instance

Re: [FFmpeg-user] Converting DTS (timestamps) in mpegts to HH:MM:SS:FF

2020-06-16 Thread Moritz Barsnick
On Tue, Jun 16, 2020 at 09:45:02 +0100, Kieran O Leary wrote: > On Tue, Jun 16, 2020 at 9:40 AM Kieran O Leary > > OK, so I figured out that the dts needs to be divided by > > pkt_duration_time, which in this instance was 3600. Not sure how to get > > that aside from using ffprobe as I don't see

Re: [FFmpeg-user] Converting DTS (timestamps) in mpegts to HH:MM:SS:FF

2020-06-16 Thread Gyan Doshi
On 16-06-2020 02:15 pm, Kieran O Leary wrote: On Tue, Jun 16, 2020 at 9:40 AM Kieran O Leary wrote: OK, so I figured out that the dts needs to be divided by pkt_duration_time, which in this instance was 3600. Not sure how to get that aside from using ffprobe as I don't see it listed in the

Re: [FFmpeg-user] Converting DTS (timestamps) in mpegts to HH:MM:SS:FF

2020-06-16 Thread Kieran O Leary
On Tue, Jun 16, 2020 at 9:40 AM Kieran O Leary wrote: > OK, so I figured out that the dts needs to be divided by > pkt_duration_time, which in this instance was 3600. Not sure how to get > that aside from using ffprobe as I don't see it listed in the ffmpeg output. > Sorry, the dts value needs

Re: [FFmpeg-user] Converting DTS (timestamps) in mpegts to HH:MM:SS:FF

2020-06-16 Thread Kieran O Leary
OK, so I figured out that the dts needs to be divided by pkt_duration_time, which in this instance was 3600. Not sure how to get that aside from using ffprobe as I don't see it listed in the ffmpeg output. And I also realised via this https://github.com/bavc/qctools/issues/291 that just pulling

[FFmpeg-user] Converting DTS (timestamps) in mpegts to HH:MM:SS:FF

2020-06-16 Thread Kieran O Leary
Hi, I'm working with HDV tape transfers in the moment and dealing with m2t transport streams. I've found that using ffmpeg -report -loglevel debug -i input -f null - has been great at catching corrupt frames that I can investigate in playback software. I just realised that this can be done even