From 0fe8acf2d69bf4bce620128e48b62a957421a106 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Wed, 11 Jul 2012 21:10:17 +0200 Subject: ffmpeg: add -(no)stdin option. Allows to disable interaction from standard input. Useful, for example, if ffmpeg is in the background process group. Roughly the same result can be achieved with "ffmpeg ... < /dev/null" but it requires a shell. --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 7372d0d48c..4242cea3da 100644 --- a/Changelog +++ b/Changelog @@ -31,6 +31,7 @@ version next: - new option: -progress - 3GPP Timed Text decoder - GeoTIFF decoder support +- ffmpeg -(no)stdin option version 0.11: -- cgit v1.2.3