Skip to content

Instantly share code, notes, and snippets.

@mistal-distal
Created August 30, 2019 18:43
Show Gist options
  • Save mistal-distal/b963bae2740bc2c53bfcb2e91a252ff0 to your computer and use it in GitHub Desktop.
Save mistal-distal/b963bae2740bc2c53bfcb2e91a252ff0 to your computer and use it in GitHub Desktop.

The insanity of FFMPEG

ffmpeg -rtbufsize 500M -f v4l2 -video_size 1152x900 -i /dev/video0 \
  -vf "drawtext='fontfile=/usr/share/fonts/truetype/freefont/FreeSans.ttf:text=%{localtime}: x=10: y=10: fontcolor=white: box=1: boxcolor=black@1: fontsize=24'" \
  -c:v libx264 -preset veryslow -crf 28 \
  -pix_fmt yuv420p -an -r 15 -y \
  -f tee -map 0:v "[f=segment:segment_atclocktime=1:segment_time=3600:strftime=1]/videos/raw_video/video_%Y%m%d-%H%M%S.mp4|[f=mpegts]udp://127.0.0.1:1234/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment