Re: [FFmpeg-user] rewrite tags in a source's PES headers -- How?

2023-11-11 Thread Paul B Mahol
On Sat, Nov 11, 2023 at 7:29 PM Mark Filipak wrote: > I'm sorry. I made a DTS mistake... > > Here's what I'm doing: > -bsf:v setts=time_base=1/24000:pts=N*1001:dts=N*1001 > > Here's the result: > frame ptsdts > 00 2002 <= should be 0 >

[FFmpeg-user] rewrite tags in a source's PES headers -- How?

2023-11-11 Thread Mark Filipak
I'm sorry. I made a DTS mistake... Here's what I'm doing: -bsf:v setts=time_base=1/24000:pts=N*1001:dts=N*1001 Here's the result: frame ptsdts 00 2002 <= should be 0 1 3003 <= should be 10013003 <= should be 1001 2 4004

[FFmpeg-user] rewrite tags in a source's PES headers -- How?

2023-11-11 Thread Mark Filipak
Here's what I'm doing: -bsf:v setts=time_base=1/24000:pts=N*1001:dts=N*1001 Here's the result: frame ptsdts 00 2002 <= should be 1001 1 3003 <= should be 10013003 <= should be 2002 2 4004 <= should be 20024004 <= should

[FFmpeg-user] rewrite tags in a source's PES headers -- How?

2023-11-10 Thread Mark Filipak
Hi, I'm getting some 'wandering' PTSs in the target video. The target's PTSs are all in the form 'N*1001', but they go up and down as though 'N' goes up and down. -bsf:v setts=time_base=1/24000:pts=N*1001:dts=N*1001 The source video is 'NTSC'-soft. In order to test further, I need a way t