Are there any good libraries (preferably free) for working with video files and their timecodes? I especially need two kinds of functionality:
Get information about video files in as many formats as possible, but most importantly QuickTime. For example duration, bit rate, frame rate, format, dimensions, display aspect ratio, pixel aspe...
I have a need to burn in a time code to a video and am wondering if this is something that ffmpeg is capable of?
...
I'm working on Windows with the Quicktime-API and I wonder, how to get the start timecode (SMPTE) of a movie file? Can someone post a link or an example how to do that?
...
I've managed to publish video now:
...
ns.attachAudio (mic);
ns.attachCamera (cam);
ns.publish ("name","record");
But without time information.
Has anyone managed to do this?
...