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: