Python Forum
How to get Data-Taken For a Video file using Python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How to get Data-Taken For a Video file using Python (/thread-26317.html)



How to get Data-Taken For a Video file using Python - ramprasad1211 - Apr-28-2020

Hi,

I've lot of video files which are captured using Sony Handycam. What I want is to organize them using python script. So I'm looking for a way to read "Date Taken" for each video file and then use that renaming/organizing into respective folders.

Is there a way to extract this information?

-ram


RE: How to get Data-Taken For a Video file using Python - ndc85430 - Apr-28-2020

What kinds of files are they? There's probably a library that can read them if they're in some common format.