[Bf-python] embedding timecode

Johnny Matthews johnny.matthews at gmail.com
Tue Mar 29 05:08:38 CEST 2005


Well that is an issue because frames are not completely the same as time.

frames run from 1 to fps per second. There is no Second 0 frame 0.
like time 12:00:00. The code takes this into account. I think this is
a pretty standard format ala SMPTE.

A user would be more than welcome to calculate their own formats since
Blender.Get('curframe') is available.

Johnny

On Tue, 29 Mar 2005 08:38:49 +0800, Chris McCormick <chris at mccormick.cx> wrote:
> On Mon, Mar 28, 2005 at 11:45:50AM -0600, Johnny Matthews wrote:
> > There is a patch in the tracker for Blender.Get('timecode') check it
> > out! it returns a string in the format
> >
> > HH:MM:SS:FF where FF is based on the fps of the current scene
> 
> Hi,
> Why not use strftime() and allow the user to supply a format string?
> 
> Best regards,
> 
> Chris.
> 
> -------------------
> chris at mccormick.cx
> http://mccormick.cx
> _______________________________________________
> Bf-python mailing list
> Bf-python at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-python
> 


-- 
Johnny Matthews
johnny.matthews at gmail.com



More information about the Bf-python mailing list