On Mon, 2006-06-12 at 10:37 +0200, Michel Bardiaux wrote: > On some shells it is relatively easy to redirect stderr. Eg with sh or bash: > ffmpeg -h 2>myfile On zsh and (t?)csh: ffmpeg -h |& less This will give you all of stdout and stderr through less.