[FFmpeg-user] ffmpeg background

Nicolas George nicolas.george at normalesup.org
Thu Jul 26 17:24:31 CEST 2012


Le nonidi 9 thermidor, an CCXX, Roger Pack a écrit :
> the "nohup" command

It is the traditional command, but nohup is a stupid hack that does not even
work. The correct way to detach a process from its controlling tty is
setsid.

But it will not address ffmpeg reading from its standard input; for that,
either redirecting from /dev/null or using the new -nostdin option will do
the trick.

I tell you that purely for your information; as for "focus television", I
already told them exactly the same thing about a week ago and they did not
heed it.

>		      or the "screen" command are what I typically use.

Of course, screen will work perfectly and give additional features, but it
is much more expensive. It all depends on the context.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20120726/757eed2c/attachment.asc>


More information about the ffmpeg-user mailing list