How can I get the original capture timestamp from my home movie files:: AVI and MPG4?

前端 未结 5 1390
时光取名叫无心
时光取名叫无心 2021-02-09 05:06

I have over a TB of home movies with horrible file names. Finding what you want is impossible. I would like to rename all files to the time they were originally recorded (not t

5条回答
  •  暖寄归人
    2021-02-09 05:21

    You should have a look at exiftool. It's an non-GUI utility that allow you to access such information in many media files metadata

    http://www.sno.phy.queensu.ca/~phil/exiftool/#supported

    You can probably extract exiftool output to make a nice GUI to rename in any language you want. I have my own python script for that.

提交回复
热议问题