Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history


getting the the latest version from web
  • Loading branch information
kmisiunas committed Dec 16, 2017
2 parents 895dfe0 + 8bb4bc5 commit 2200dd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FFmpeg.m
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ Kenta Takagaki (github: ktakagaki)
Switch[ $OperatingSystem,
"MacOSX", FFmpeg @ "/usr/local/bin/ffmpeg", (*homebrew*)
"Windows", FFmpeg @ "ffmpeg.exe",
"Linux", FFmpeg @ "ffmpeg" ];
"Linux", FFmpeg @ "ffmpeg",
"Unix", FFmpeg @ "ffmpeg" ];


(* ::Subsection::Closed:: *)
Expand Down Expand Up @@ -223,7 +224,8 @@ Kenta Takagaki (github: ktakagaki)
Switch[ $OperatingSystem,
"MacOSX", FFprobe @ "/usr/local/bin/ffprobe",
"Windows", FFprobe @ "ffprobe.exe",
"Linux", FFprobe @ "ffprobe"];
"Linux", FFprobe @ "ffprobe",
"Unix", FFprobe @ "ffprobe"];


FFProbe[file_String, streamCodec_String, targetVariable_String] :=
Expand Down

0 comments on commit 2200dd8

Please sign in to comment.