Skip to content
Snippets Groups Projects
  1. Nov 11, 2013
  2. Nov 10, 2013
  3. Nov 08, 2013
    • Vincent Petry's avatar
      4b5083e3
    • Vincent Petry's avatar
      Added ffmpeg fallback when avconv is not available · 0c6af551
      Vincent Petry authored
      On some distros, avconv isn't available yet.
      This fix adds a fallback to ffmpeg.
      When none is found, no error message is displayed in the console any
      more.
      
      Fixes #5745
      
      Also, this now uses exec() instead of shell_exec() to be able to get the
      return code.
      
      The binary path found with "which" is now used to prevent further FS
      binary lookup when running the commands.
      
      Moved the "-ss" parameter before "-i" for ffmpeg.
      0c6af551
  4. Nov 07, 2013
  5. Nov 06, 2013
  6. Nov 05, 2013
  7. Nov 04, 2013
Loading