[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Edit MP4 and/or WMV file metadata?

allen.fowler

3/4/2008 6:54:00 PM

Hello,

I have many WMV files with bad embedded author/title/date information.

However, the correct information is correctly encoded in the file
name.. i.e. "title-author-date.wmv"

I am about to conver these fiiles to MP$ for use on an iPod. The video
software I am using will, I think, transfer the metadata from the WMV
to MP4 files.

So, two questions:

1) Is there a python module I can use to edit the metadata in MP4
files?

2) Failing that, is there a python module I can use to edit the
metadata in the WMV files, and hope the data makes it through the
conversion?

-- Thank you