Fix ffprobe on windows to work without a command window etc.
[dcpomatic.git] / src / lib / film.cc
index 8aedd76399899bef18b95523e2cf2ef0a577e4a6..3d9b3eeb4e4f8fafff480bc8bdf78fa180b1ee81 100644 (file)
@@ -998,6 +998,8 @@ Film::set_content (string c)
        if (content_type() == STILL) {
                set_use_content_audio (false);
        }
+
+       run_ffprobe (c, file ("ffprobe.log"), _log);
 }
 
 void