Re: [FFmpeg-user] '-bsf setts=dts' has problems

2024-06-08 Thread Mark Filipak
On 08/06/2024 12.05, Paul B Mahol wrote: -snip- If you do not explicitly set expression for both pts and dts options, they will be set to same value later. Thank you, Paul. I see (and I'm surprised by it). So this command: -bsf setts=dts='if(eq(DTS\,2846606)\,2850360\,DTS)' produces this: 0,

Re: [FFmpeg-user] '-bsf setts=dts' has problems

2024-06-08 Thread Paul B Mahol
On Sat, Jun 8, 2024 at 5:51 PM Mark Filipak wrote: > On 08/06/2024 11.48, Paul B Mahol wrote: > > On Sat, Jun 8, 2024 at 5:07 PM Mark Filipak > > wrote: > > > >> On 08/06/2024 05.29, Paul B Mahol wrote: > >> > >>> It is evident that you never looked at actual setts documentation. > >> > >> Don't

Re: [FFmpeg-user] '-bsf setts=dts' has problems

2024-06-08 Thread Mark Filipak
On 08/06/2024 11.48, Paul B Mahol wrote: On Sat, Jun 8, 2024 at 5:07 PM Mark Filipak wrote: On 08/06/2024 05.29, Paul B Mahol wrote: It is evident that you never looked at actual setts documentation. Don't be silly, Paul. Is there something wrong with this: -bsf noise=drop='lt(pts\,285411

Re: [FFmpeg-user] '-bsf setts=dts' has problems

2024-06-08 Thread Paul B Mahol
On Sat, Jun 8, 2024 at 5:07 PM Mark Filipak wrote: > On 08/06/2024 05.29, Paul B Mahol wrote: > > > It is evident that you never looked at actual setts documentation. > > Don't be silly, Paul. > > Is there something wrong with this: > -bsf > noise=drop='lt(pts\,2854113)',setts=dts='if(eq(DTS\,284

Re: [FFmpeg-user] '-bsf setts=dts' has problems

2024-06-08 Thread Mark Filipak
On 08/06/2024 05.29, Paul B Mahol wrote: It is evident that you never looked at actual setts documentation. Don't be silly, Paul. Is there something wrong with this: -bsf noise=drop='lt(pts\,2854113)',setts=dts='if(eq(DTS\,2846606)\,2850360\,DTS)' that I'm just not seeing? Nobody can take

Re: [FFmpeg-user] '-bsf setts=dts' has problems

2024-06-08 Thread Paul B Mahol
On Sat, Jun 8, 2024 at 8:36 AM Mark Filipak wrote: > '-bsf setts=pts' seems to always work, but '-bsf setts=dts' has problems. > Look: > It is evident that you never looked at actual setts documentation. # ffmpeg -h bsf=setts ffmpeg version N-115950-g1f63f014ff Copyright (c) 2000-2024 the FFmpe