Re: [FFmpeg-user] I'm writing a tutorial involving ffmpeg - could you please fact-check?

2018-02-27 Thread Carl Eugen Hoyos
2018-02-27 7:53 GMT+01:00 Pičugins Arsenijs : >> ffmpeg -f v4l2 -s "$INRES" -r "$FPS" -i /dev/video0 -vcodec h264_omx -g $GOP >> -keyint_min $FPS -b:v $CBR -minrate "100k" -maxrate $CBR -pix_fmt yuv420p >> -bufsize "500k" -preset "veryfast" -f flv >>

Re: [FFmpeg-user] I'm writing a tutorial involving ffmpeg - could you please fact-check?

2018-02-26 Thread Jim DeLaHunt
On 2018-02-26 22:53, Pičugins Arsenijs wrote: Hi! I'm writing an article detailing streaming to Twitch from a web camera, using ffmpeg. I tried to explain the ffmpeg command-line I'm using, however, as I don't know ffmpeg that well, my understanding of the command-line itself is limited. Could

[FFmpeg-user] I'm writing a tutorial involving ffmpeg - could you please fact-check?

2018-02-26 Thread Pičugins Arsenijs
Hi! I'm writing an article detailing streaming to Twitch from a web camera, using ffmpeg. I tried to explain the ffmpeg command-line I'm using, however, as I don't know ffmpeg that well, my understanding of the command-line itself is limited. Could you please see if there's anything obviously