// first record at 0 hrs, 0 min, 0 sec, 0 frames
TimeCodeTime tcTime = new TimeCodeTime (0, 0, 0, 0);
// create time code track and media
Track tcTrack = movie.addTrack (width, height, 0);
TimeCodeMedia tcMedia = new TimeCodeMedia (tcTrack, timescale);
TimeCoder timeCoder = tcMedia.getTimeCodeHandler();
int style = 0;
if (fontOptions.equalsIgnoreCase("plain"))