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