Advertisement
Guest User

Untitled

a guest
Mar 7th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. User command that works:
  2. ffmpeg -f video4linux2 -i /dev/video0 -c:v libx264 -preset veryfast -f mp4 /dev/null
  3.  
  4. ffserver configuration stream that fails
  5. <Stream test1.mp4>
  6. # coming from live feed 'feed1'
  7. Feed feed1.ffm
  8.  
  9. Format mp4
  10. VideoCodec libx264
  11.  
  12. # Bitrate for the video stream
  13. VideoBitRate 1024
  14.  
  15. # Number of frames per second
  16. VideoFrameRate 25
  17.  
  18. # Size of the video frame:
  19. VideoSize 1280x800
  20.  
  21. AVOptionVideo preset veryfast
  22.  
  23.  
  24. # Suppress audio
  25. NoAudio
  26. </Stream>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement