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.

Not really bindings?

See original GitHub issue

Hi!

I’m not really an expert of the library, but I stumbled here looking for “real” python libraries that were using ffmpeg bindings. By looking around a bit, it seems instead that what you’re doing is really just subprocessing (eg: https://github.com/kkroening/ffmpeg-python/blob/master/ffmpeg/_run.py ) while in the Readme of this repo you describe it as Python bindings for FFmpeg .

A binding is generally considered as a way to make calls from one programming language to the other, generally using foreign function interfaces, see also: https://en.wikipedia.org/wiki/Language_binding .

So I came here expecting that this library was making calls to the ffmpeg C core from a python API, which would have been super cool! Instead, it seems to be a wrapper over the command line interface. Can you tell me if my understanding of how this library really works is correct?

Thanks!

Valerio

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:5

github_iconTop GitHub Comments

2reactions
Saya47commented, May 11, 2021

You are correct, it’s a wrapper. From the readme:

You can run stream.get_args() before stream.run() to retrieve the command line arguments that will be passed to ffmpeg. You can also run stream.compile() that also includes the ffmpeg executable as the first argument.

1reaction
radiolondracommented, May 14, 2021

Good luck is the right answer… there are so many posts here without any answer from months!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Non-release, snowboard and ski release bindings
Not really a lot of disadvantages to this type of binding. These of course work with ski boots only. Snowboard Bindings – recently,...
Read more >
Skier Need To Know—Bindings - Avie's Ski / Sport
Ski bindings attach you, and your ski boot, to the ski. Pretty simple? Yeah, but not really. Ski bindings are a lot more...
Read more >
How to Choose the Right Size Snowboard Bindings
Getting the right size snowboard bindings is really important. Bindings are the connection between you and the snowboard.
Read more >
Snowboard Bindings
Unlike skiing bindings, snowboard bindings will not release your foot if you have a bad crash. This does not really cause problems however,...
Read more >
Burton Step On Bindings Review - 3 years Later - In Powder
Check out my comparison of the new 2022 BURTON STEP ONS !https://www.youtube.com/watch?v=YiLdEEOtU4k3 Seasons With The Burton Step On ...
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