question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
djhoesecommented, Feb 7, 2019

@peircej it is also important to note that on conda/conda-forge the imageio-ffmpeg package will be depending on the conda-forge version of ffmpeg (unless I’m misunderstanding).

1reaction
almarkleincommented, Feb 10, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found