Python: Find record time of .mp4 movie
问题 I have a MS windows phone that records decent videos in .mp4 format. Looking in the gallery (film roll) all pictures and videos are arrange in the order they were taken. In python I have been succesfull to find the "date taken" of the photos (using the exifread module), but been out of luck with the videos. Does anybody know how to get this information via python? I recorded a 3 second sample [Date: 2014/01/31] ( download it here ) in case someone wants to look at the file format. 回答1: Thanks