Python Forum

Full Version: General advise for building a video manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am a newbie to Python, though had built a small game as a practice already some months ago.

My real aim is to build a video library manager for the large collections ( thousands ) of video clips from my years of travels. So I can categorise them by keywords of the content, genre etc., sort hem by creation date/time, tags, labels etc. and create play list and play them in certain desired orders.

So I need to access and write into the file attributes, e.g. tag, label, time stamps etc.

The video play I am thinking of using is VLC, assuming that it has a library callable from Python. I can see one of the problems would be to rotate a video 180 degree, as they are shot with the camera up-side-down when mounted in a vehicle.

What library would I need to look into to start look at manipulating files attributes in general, and video files in particular, such as .mov, .mts, .mp4, .mpg etc.

Any pointer would be most appreciated.

cheers