[FFmpeg-user] why ffmpeg would like to occupy the console?

Dave Lasley dave at dlasley.net
Wed Feb 20 03:44:30 CET 2013


You need to pipe all outputs, try
$command > /dev/null 2>&1 &


-Dave Lasley

On Feb 19, 2013, at 5:52 PM, Soho Soho123 <soho123.2012 at gmail.com> wrote:

> why ffmpeg would like to occupy the console?
> And When I add "&" in the end of command line,
> "ffmpeg -f video4linux2 -r 30 -s 640x480 -input_format mjpeg -i
> /dev/video0 -c copy http://localhost:8090/feed1.ffm &"
> it can not work normally.
> Does anyone  have idea about this issue?
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list