Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

The exif format required for adding a virtual camera to a video file

Answered

Comments

1 comment

  • Norman
    • Network Optix team

    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
    0

Please sign in to leave a comment.