AkarinVS / L-SMASH-Works

Works based on L-SMASH project; This repo focuses on the common portion and the VapourSynth plugin. AviSynth users please use https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works. ffmpeg 5.0+ please use ffmpeg-4.5 branch.
47 stars 11 forks source link

(FR) Set _AbsoluteTime frame props #31

Open YomikoR opened 1 year ago

YomikoR commented 1 year ago

As suggested by the API reference: https://amusementclub.github.io/doc/apireference.html#reserved-frame-properties

AkarinVS commented 1 year ago

What's the intended use case? Unlike relative frame duration props, absolute time properties can be easily out of date: I'm not aware of any temporal filters that update it. e.g. a single Trim can invalidate all _AbsoluteTime properties.

YomikoR commented 1 year ago

For telling users where to trim source audio, for example. A Trim call means you manage your clip by frames.