Page 1 of 1

Getting Media Informations

Posted: 28 Feb 2010 10:23
by Tanelorn
Hi,

I would like write a python script which would gather media informations (audio/video codec, resolution, bitrates, etc.) from a set of videos. For this purpose, I consider using libVLC Python binding.

Is it the proper tool for the job? Which API objects should I use?

Regards.