Adding timestamp to recording? #4442
-
I was looking through the docs and searched the discussion and perhaps I missed something but I can't seem to find the configuration to add the timestamp to recordings instead of using the timestamp on my camera. Is this possible? I can see the option to add a timestamp to a snapshot but not recordings and live view other than the debug menu. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Adding timestamps to a recording is very expensive operation as it requires decoding the frames, inserting the timestamp, then re-encoding. Most cameras support this so that is the recommended path. If not, then you can use the |
Beta Was this translation helpful? Give feedback.
Adding timestamps to a recording is very expensive operation as it requires decoding the frames, inserting the timestamp, then re-encoding. Most cameras support this so that is the recommended path. If not, then you can use the
ffmpeg -> output_args
to include a timestamp https://superuser.com/questions/1491264/ffmpeg-filter-to-add-timestamp-on-video