r467:
commitcceb28076205a5d3baa19b4f6068addfc4ebf234
authorRichard Baverstock <baver@thebeever.com>
Fri, 10 Dec 2004 21:15:24 +0000 (10 21:15 +0000)
committerRichard Baverstock <baver@thebeever.com>
Fri, 10 Dec 2004 21:15:24 +0000 (10 21:15 +0000)
tree746c700ab6abcba0793c63b1ec4850a1d6cbfa27
parentba377676c503f3335cb43cd6fd97ba4a0341f0a5
r467:
removed frame_start from Asset, replaced with tcstart, tcend, tcformat

viewer displays timecode based on Asset->tcstart.

filedv updates asset->tcstart, asset->tcend to coincide with information from
the first and last frame in the file

vrender.C: added function to insert timecode onto display/
update a gui clock/print to console. Currently only prints to console (not
enabled in source). Must set show_tc to 1 in renderengine.C in order for this
function to be called. Prints out 0 timecode if transition/two tracks have
video.

rendering a section results in the timecode offset of the rendered clip to
coincide with the timeline location (only quicktime dv).

current_frame added to FileDV (used as a frame counter for writing the
timecode). still need to call libdv to encode the timecode.
15 files changed:
cinelerra/asset.C
cinelerra/asset.h
cinelerra/filedv.C
cinelerra/filedv.h
cinelerra/filemov.C
cinelerra/filemov.h
cinelerra/render.C
cinelerra/renderengine.C
cinelerra/renderengine.h
cinelerra/virtualvnode.C
cinelerra/virtualvnode.h
cinelerra/vrender.C
cinelerra/vrender.h
cinelerra/vtracking.C
cinelerra/vwindow.C