Skip to main content

All Questions

Tagged with
0 votes
0 answers
19 views

How to change output to timestamps for ffmpeg freezedtect?

ffmpeg -i demo.mp4 -vf "freezedetect=n=-60dB:d=5" -map 0:v:0 -f null - Will output: lavfi.freezedetect.freeze_start: 324.266667 lavfi.freezedetect.freeze_duration: 5.066667 lavfi....
Farn3's user avatar
  • 1
5 votes
3 answers
18k views

ffmpeg filter to add timestamp on video

I have a problem displaying the timer on the video. I have consulted a few examples, but it does not show success. Help me fix it.
Lea... FFmpeg's user avatar
3 votes
0 answers
1k views

Embed timestamp in video file using ffmpeg

I'm trying to record a video from the webcam using ffmpeg, while saving the exact timestamp in the video format so that I can later match it with other recorded videos: ffmpeg -f v4l2 -ts abs -...
Nathaniel Bubis's user avatar
1 vote
0 answers
238 views

Timestamps in Windows are messed up

[I originally posted this in Stack Exchange Photography, but I was informed that it was off-topic, so I'm posting it in SuperUser. I sincerely apologize.] Hello all, I am on vacation in a time zone ...
Joey's user avatar
  • 11
5 votes
1 answer
6k views

MP4 video - Editing Creation Date and Other Metadata

I wish to find out if it is possible to edit the creation date and time of an MP4 video file. I have attempted to do so using ffmpeg with the syntax listed below. ffmpeg -y -i "22.mp4" -c copy -...
n00b2120's user avatar
1 vote
1 answer
263 views

Finding when a particular video was last viewed on a Macbook Pro

Me and my little brother just got a speeding fine on a trip we both take, but we're not sure who was driving. I know my little brother's been watching a particular series of videos on his Macbook Pro ...
tom's user avatar
  • 111