Re: Frame numbers in XML

2021-08-20 Thread amin...@mailbox.org
Also: is this just a file format change, or has Kdenlive switched to fractional numbers of seconds internally (e.g. for timeline cursor position)? Thanks, Tom On Wed, Aug 18, 2021 at 04:53:20PM -0600, amin...@mailbox.org wrote: > Newer versions of Kdenlive (in my case 20.12.3) seem to specify in

Re: Frame numbers in XML

2021-08-20 Thread amin...@mailbox.org
I've just noticed that the timeline cursor is actually in terms of frames (e.g. 00:00:00:08 - the last separator is a ':') vs seconds (00:00:00.334 - the last separator is a '.'). This leads me to think Kdenlive is probably using frame numbers internally except for XML file input/output. Can any