Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是新手,exiftool不知道是否可以在包含该文件的位置放置一个 URL,而不是文件。我可以吗?
exiftool
例如:
exiftool http://www.edfr.com/images/wert_1.jpg -j /home/damaris/Desktop/metadata.json
尝试这个:
wget -qO - http://www.edfr.com/images/wert_1.jpg | exiftool -j - > /home/damaris/Desktop/metadata.json
curl -s http://a.domain.com/bigfile.jpg | exiftool -fast -
参考:https ://exiftool.org/exiftool_pod.html#piping_examples