Advertisement
Guest User

Untitled

a guest
Aug 9th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. /usr/local/bin/ffmpeg -i rtmp://<host>/chat/mp4:10021237.mp4 -q:v 0.6 -r 12 -s 320x240 /public/mobile-stream/frames/10021237_data/frame-%0999d.jpg
  2.  
  3. /usr/local/bin/ffmpeg -i rtmp://<host>/chat/mp4:100100090.mp4 -q:v 0.6 -r 12 -s 320x240 /public/mobile-stream/frames/10021237_data/frame-%0999d.jpg
  4.  
  5. /usr/local/bin/ffmpeg -i rtmp://<host>/chat/mp4:100131400.mp4 -q:v 0.6 -r 12 -s 320x240 /public/mobile-stream/frames/10021237_data/frame-%0999d.jpg
  6.  
  7.  
  8. Running these 3 commands in 3 terminals, then ctrl+Z one of them ends all of them. Is that expected? How can I workaround this?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement