ラベル

AI Forecast 8306MUFG (215) Social (75) life (70) Financial (62) IT (57) Proposal (56) idea (50) Fund Management (48) Trading (43) economics (42) Covid-19 (40) AI (38) Hedge Fund (36) Risk (36) Culture (31) BOJ (29) Science (26) hobby (24) accounting (17) Apps (16) career (11) job (7) Travel (6) Hiking (5) emotion (5) music (3) Statarb (2) piano (2)

2019年8月11日日曜日

Google Photoの基本...DB-キー情報 Google Photo Basics... DB-Key information

Google Photoの基本...DB-キー情報 
Google Photo Basics... DB-Key information




デジカメの日付設定をし忘れ撮影したたため、写真ファイルの諸日付がすべて間違ってしまい、訂正した。Corrected photo file dates to adjust for wrongly set digital camera dates.

Google Photoは動画(MOV)については、メディアの作成日時、写真(JPEG)については撮影日時をDB(データベース)の時間軸キー情報として採用しているようだ。ファイルの作成日時、更新日時は利用されていないようだ。Google photo uses media creation date for movie(MOV) and shot date for pictures(JPEG) as time axis key info for DB(data base). File creation date nor update date look not used as key. 

一括変更には、写真(JPEG)については、作成日時、更新日時訂正で自動的に変わった。しかし、動画(MOV)についてはプロパティーの詳細にあるメディアの作成日時を一つづつ変えないと訂正できなかった。For collective changes, pictures(JPEG) are adjusted by creation date change as well as by revision date change. Meanwhile, movies(MOV) can be changed only by revising media creation date in property detail one by one.

作成日時(JPEG,MOV)一括変更 Collective change for creation date (JPEG, MOV)
Set-ItemProperty *.* -Name CreationTime -Value "YYYY/MM/DD hh:mm:ss"

更新日時(JPEG,MOV)一括変更 Collective change on revision date(JPEG,MOV)
Set-ItemProperty *.* -Name LastWriteTime -Value "YYYY/MM/DD hh:mm:ss"

メディアの作成日時(MOV)Media creation date(MOV)
GUIの詳細で一つづつ修正 Change one by one by GUI detail.

撮影日時(JPEG)Shot date(JPEG)
作成日時を修正すると同時に変わるようだ。一つづつGUIでも変更可能。Looks revised when creation date is changed. Can be changed one by one by GUI also. 

なお、Google Photoについては、保存枚数が1万枚を超える場合、普通のデジカメでは4桁のファイル番号しかないため、必然的にファイル名重複が起こる。が、現在のGoogle Photoでは、同じファイル名称でも撮影日時、メディア作成日時が異なれば異なる写真と認識するようになっているようだ。Google photo will inevitably face duplication of file names if number of files exceeds 10K since most of digital cameras have only 4 digits for file names. However Google photo will have no issue currently since it takes two photo files with same file name as different if shot date or media creation date are different.