Re: [FFmpeg-user] 24h timecode max

2019-01-30 Thread Christian Johannesen
On Wed, Jan 30, 2019 at 9:37 AM Gyan wrote: > > On 30-01-2019 04:31 AM, Christian Johannesen wrote: > > I saw in timecode.c there is AV_TIMECODE_FLAG_24HOURSMAX, but i'm not > sure > > how I could utilize it. It only seems that the Drawtext filter has an > > option for to limit the value. > > >

Re: [FFmpeg-user] 24h timecode max

2019-01-30 Thread Phil Rhodes
I remember this was discussed some while ago - is it intended that this be default behaviour? In my view it should be. P On Wednesday, 30 January 2019, 14:37:49 GMT, Gyan wrote: On 30-01-2019 04:31 AM, Christian Johannesen wrote: > I saw in timecode.c there is

Re: [FFmpeg-user] 24h timecode max

2019-01-30 Thread Gyan
On 30-01-2019 04:31 AM, Christian Johannesen wrote: I saw in timecode.c there is AV_TIMECODE_FLAG_24HOURSMAX, but i'm not sure how I could utilize it. It only seems that the Drawtext filter has an option for to limit the value. Let me know if there is anything I can do to achieve this result.

[FFmpeg-user] 24h timecode max

2019-01-29 Thread Christian Johannesen
I'm using the -timecode option to set the output starting timecode, but I was hoping to enforce a 24 hour max, so that if I set a value of 23:59:59:00, it will round back to 00:00:00:00 after a second of timecode. I can see that in my output mov file, the timecode continues to 24:00:00:00 and past