The exif format required for adding a virtual camera to a video file
AnsweredThe exif format required for adding a virtual camera to a video file can be imported into a folder segment. Are the required fields required?
The following is the exif information of the file analysis:
https://drive.google.com/file/d/14WHYRB-wR9pEeU2janG0nUQ_NNzreauF/view?usp=sharing
-
Hi 陳昱良,
For the EXIF data a UTC timestamp is required.
If it isn't present, you can add with ffmpeg.$ ffmpeg -i <inputFile>.mp4 -codec copy -metadata creation_time="2022-07-01 22:01:04" <outputFile>.mp4
Please sign in to leave a comment.
Comments
1 comment