From 00ca7552317bb69ce8eb84582d658d5e52997394 Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Fri, 21 Oct 2016 20:44:49 -0400 Subject: [PATCH] [get_exe_version] Do version probes with <&- When doing version probes for ffmpeg, do the equivalent of calling it as: ffmpeg -version <&- Where <&- is shell syntax for closing stdin before calling the program. This is roughly equivalent to