I want to print time as overlay on a video, starting from the creation time of the video file. I found this topic: FFmpeg for marking time video based on a reference date
I can also get the creation date with ffprobe: ffprobe -v quiet -select_streams v:0 -show_entries stream_tags=creation_time -of-default=noprint_wrappers=1:nokey=1 video.mp4
ffprobe -v quiet -select_streams v:0 -show_entries stream_tags=creation_time -of-default=noprint_wrappers=1:nokey=1 video.mp4
Is there a way to retrieve the metadata creation_time directly with ffmpeg? How set it as basetime?
2.1m questions
2.1m answers
60 comments
57.0k users