[FFmpeg-user] Raspberry Pi to YouTube Live

Daryll Strauss daryll.strauss at gmail.com
Mon Jan 27 15:51:18 CET 2014


Sorry to step on peoples toes Lou. That wasn't my intent. avconv was the
package that shipped with the Raspberry Pi Debian distribution so I used
it. Thanks for the info.
On Jan 26, 2014 10:08 PM, "Lou" <lou at lrcd.com> wrote:

> On Sun, 26 Jan 2014 14:51:45 -0800
> Daryll Strauss <daryll.strauss at gmail.com> wrote:
>
> > raspivid -t 999999 -w 1280 -h 720 -fps 30 -b 3000000 -pf main -g 30 -o -
> > -ih -qp 10 -n | avconv -re -f h264 -i - -b:a 128k -f s16le -ar 44100 -ac
> > 2 -i /dev/zero -f flv -codec:v copy -codec:a aac -strict experimental
> > out.flv
>
> avconv is not from FFmpeg. We do not provide support for third-party
> products here.
>
> See:
> http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html
> http://stackoverflow.com/questions/9477115/
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list