Guest User

Untitled

a guest
Nov 17th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. phantomjs runner.js | ffmpeg -re -y -c:v mjpeg \
  2. -f image2pipe \
  3. -framerate 30 \
  4. -c:a aac \
  5. -pix_fmt yuv420p
  6. -i - \
  7. #-f lavfi -i anullsrc \
  8. -r 30 \
  9. -c:v libx264 \
  10. -x264-params keyint=60 \
  11. -b:v 1000k -minrate 1000k -maxrate 1000k -bufsize 500k \
  12. -f flv 'rtmp://rtmp-api.facebook.com:80/'
  13.  
  14.  
  15. ERRORS::
  16. Option re (read input at native frame rate) cannot be applied to output file -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
  17. Error parsing options for output file .
  18. Error opening output files: Invalid argument
Add Comment
Please, Sign In to add comment