ビデオファイルの更新日時を読み取る方法
7 views (last 30 days)
Show older comments
ビデオファイル(MP4形式など)の更新日時(または撮影日時)を読み取る方法があれば教えていただけないでしょうか?
0 Comments
Accepted Answer
Takuji Fukumoto
on 5 Jun 2017
動画に限らず一般的なファイルであれば下記で取得できます。お試しください。
MyFileInfo = dir('1.mp4');
MyFileInfo.date
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!