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.

Support non-Python characters in node arguments

See original GitHub issue

I am new to this great project and am very much enjoying the ease of use, especially the complex filtering api. However, it is unclear to me how to multiplex multiple inputs as so: ffmpeg -i audio.m4a -i video.mp4 -c:v libx264 -c:a aac output.mp4 Is this possible with this library?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
acgollapallicommented, May 29, 2018

There is actually a way around this.

**{"c:v":"libvpx-vp9"} is equivalent to: "c:v"="libvpx-vp9"

And is not interpreted as a syntax error. Evidently, this is called unpacking syntax arguments. More.

1reaction
capbertcommented, Mar 9, 2018

Thank you! I will stay tuned.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Supported Python features - Numba
Numba supports function calls using positional and named arguments, as well as arguments with default values and *args (note the argument for *args...
Read more >
Improve keyword argument support in nopython mode #1154
we need a way to represent call site signatures when an argument is missing in the middle. Consider numpy.eye(N, M=None, k=0, dtype=<class ' ......
Read more >
API Reference — pytest documentation
Searches a module collection node for a collection node matching the given name. Parameters. modcol (_pytest.nodes.Collector) – A module collection node; see ...
Read more >
What's New In Python 3.7 — Python 3.11.1 documentation
ProcessPoolExecutor and ThreadPoolExecutor now support the new initializer and initargs constructor arguments. (Contributed by Antoine Pitrou in bpo-21423.).
Read more >
Release 0.21.3 unknown - Pyodide
To start the Node.js REPL with support for top level await, use node ... The arguments will be translated from JavaScript to Python....
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