What if a user wants to bring her/his own ffmpeg?
See original GitHub issue- For pip one can use
--no-binary
to force installing the source-only version. - For conda, I propose that we make a conda recipe that does not include the ffmpeg exe, but depends on the ffmpeg conda package. Then one can use
conda install --no-deps imageio-ffmpeg
to install just the wrapper.
Thoughts?
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Help: Guide to compile FFmpeg with OpenCL ICD · Issue #1301
I want to use FFmpeg in a project in case somebody uses this project and her/his system deosn't have gpu use cpu.
Read more >calling to ffmpeg executable that the user has installed himself
What i want to do is this: show instructions to the user to download and install ffmpeg to a specific location; create and...
Read more >ffmpeg | Leandro Moreira
Posts about ffmpeg written by Leandro Moreira. ... The first decision we can take is about when we're going to fetch all the...
Read more >Can I use my own ffmpeg command line ? - Autokroma
Batch Export 300 Clips Individually in 3 Clicks from Premiere Pro with AfterCodecs MultiRender! If playback doesn't begin shortly, try restarting your device....
Read more >Fosstodon Hub – More Upgrades - Hacker News
So in practice, everything is supported if the instance wants it badly ... 1000 instances over ActivityPub brings it's own set of problems, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@peircej it is also important to note that on conda/conda-forge the
imageio-ffmpeg
package will be depending on the conda-forge version offfmpeg
(unless I’m misunderstanding).FYI imageio-ffmpeg is now available in the conda-forge channel. As mentioned earlier, it is a noarch package (does not include the binaries) but depends on the
ffmpeg
conda package.