Advertisement
tonyrulez

recvid

Mar 25th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/bash
  2. cd /home/tonyrulez/webcam_vid
  3. streamer -q -t 0:00:10 -c /dev/video1 -f rgb24 -r 20 -o video_uncompressed.avi
  4. ffmpeg -i video_uncompressed.avi -vcodec msmpeg4v2 output_$(date +%F"_"%H.%M.%S).avi
  5. rm video_uncompressed.avi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement