Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fall back to ffmpeg instead of ffprobe #681
Comments
|
Note that contrary to ffmpeg, ffprobe has various outputs such as JSON, XML, CSV, "flat", etc. which might be more stable (and friendly) than parsing ffmpeg output. See http://ffmpeg.org/ffprobe.html#Writers for more information. |
Some users (notably on Mac OSX) do have ffmpeg, but not ffprobe. We should simply call
(or something better, if possible) in these cases.