Does anyone know how to get accurate wall clock timestamps with FFMPEG?
The output of FFMPEG always seems to start at <zero> and end at <duration>, can I it go from <wall time start> to <wall time end> instead?
ffmpeg -i /dev/video2 -an -video_size 1920x1080 -c:v h264_v4l2m2m -b:v 2M -framerate 3 -qmin 1 -qmax 15 -f mp4 timestamps.mp4
The output of FFMPEG always seems to start at <zero> and end at <duration>, can I it go from <wall time start> to <wall time end> instead?
ffmpeg -i /dev/video2 -an -video_size 1920x1080 -c:v h264_v4l2m2m -b:v 2M -framerate 3 -qmin 1 -qmax 15 -f mp4 timestamps.mp4
Statistics: Posted by ccwyatt — Tue Oct 15, 2024 9:25 pm — Replies 0 — Views 23