timecodes

PHP: Working with video and timecodes

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...

Can ffmpeg burn in time code?

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? ...

How to get the Start Timecode (SMPTE) of a Quicktime-Movie?

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? ...

How to embed timecode when publishing live video and render it when watching?

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? ...