# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: contributions/modules/video/transcoders/video_ffmpeg.inc
--- contributions/modules/video/transcoders/video_ffmpeg.inc Base (1.1.2.36)
+++ contributions/modules/video/transcoders/video_ffmpeg.inc Locally Modified (Based On 1.1.2.36)
@@ -40,7 +40,7 @@
 
   public function run_command($options) {
 //    $command = $this->nice . ' ' . $this->params['cmd_path'] . ' ' . $options . '  2>&1';
-    $command = $options . '  2>&1';
+    $command = $this->nice . ' ' . $options . '  2>&1';
     watchdog('video_ffmpeg', 'Executing command: ' . $command, array(), WATCHDOG_DEBUG);
     ob_start();
     passthru($command, $command_return);
