[Tutor] Video file metadata? (MP4/WMV)
Terry Carroll
carroll at tjc.com
Wed Mar 5 21:28:12 CET 2008
On Tue, 4 Mar 2008, Allen Fowler wrote:
> I can't seem to find a simple description of the MP4 sepc... it might be
> because there is not one. :)
Does this help?
http://www.digitalpreservation.gov/formats/fdd/fdd000155.shtml
I think, though, that using Python to drive an already-written utility
that understands the file format (like ffmpeg, as siggested by Ian) will
probably be your best bet.
I was going to suggest looking into Pymedia, http://pymedia.org/ , but
don't see anything suggesting MP4 support on
http://pymedia.org/features.html
I don't know if it's being developed any longer either. Its last release
was in 2005. http://sourceforge.net/projects/pymedia/
More information about the Tutor
mailing list