- 06 Mar, 2022 2 commits
-
-
dependabot[bot] authored
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.16.4...v1.21.0 ) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Karl Kroening authored
-
- 16 Feb, 2021 4 commits
-
-
Davide Depau authored
Revert "Revert "Implemented cwd parameter""
-
Davide Depau authored
-
Davide Depau authored
Revert "Implemented cwd parameter"
-
Davide Depau authored
-
- 15 Feb, 2021 1 commit
-
-
Davide Depau authored
Implemented cwd parameter
-
- 13 Dec, 2020 1 commit
-
-
Davide Depau authored
Fix typo in _run.py docstring
-
- 11 Dec, 2020 1 commit
-
-
372046933 authored
-
- 06 Dec, 2020 1 commit
-
-
Davide Depau authored
Fix issue #195. Redirect stdout/err to /dev/null
-
- 03 Dec, 2020 1 commit
-
-
Davide Depau authored
adding http server example
-
- 02 Dec, 2020 2 commits
-
-
raulpy271 authored
-
Davide Depau authored
Add command line arguments FAQ
-
- 08 Nov, 2020 1 commit
-
-
Iulian Onofrei authored
-
- 30 Oct, 2020 2 commits
-
-
Raul authored
-
Tercio Gaudencio Filho authored
-
- 09 Oct, 2020 1 commit
-
-
Jacotsu authored
-
- 07 Oct, 2020 2 commits
- 16 Sep, 2020 1 commit
-
-
Tercio Gaudencio Filho authored
-
- 30 Dec, 2019 3 commits
-
-
Karl Kroening authored
Add optional timeout argument to probe
-
Karl Kroening authored
Travis CI and tox.ini: Add Python 3.7 to the testing
-
Karl Kroening authored
tensorflow streaming typo
-
- 02 Nov, 2019 4 commits
-
-
magnusvmt authored
Fix for Python2 so that timeout is only used as keyword argument if it is provided Added a test for the new timeout argument that will run for Python > 3.3.
-
Karl Kroening authored
Added mono to stereo example
-
Karl Kroening authored
Fix for Issue 239 - Fixed typographical error
-
Karl Kroening authored
Duplicate parameters can be set in kwargs with an iterator
-
- 31 Oct, 2019 2 commits
-
-
Harshna Patel authored
-
Christophe Mehay authored
For instance, add multiple `streamid` in the output can be done like this: ffmpeg.input(url).output('video.mp4', streamid=['0:0x101', '1:0x102']) will output this command line ffmpeg -i video.mp4 -streamid 0:0x101 -streamid 1:0x102 video.mp4
-
- 28 Oct, 2019 1 commit
-
-
magnusvmt authored
Popen.communicate() supports a timeout argument which is useful in case there is a risk that the probe hangs.
-
- 04 Aug, 2019 2 commits
-
-
Kyle McDonald authored
-
Kyle McDonald authored
-
- 31 Jul, 2019 2 commits
-
-
Christian Clauss authored
Python 3.4 is end of life... Should we drop support for it?
-
Christian Clauss authored
Python 3.4 is end of life... Should we drop support for it?
-
- 06 Jul, 2019 3 commits
-
-
Karl Kroening authored
-
Karl Kroening authored
-
Karl Kroening authored
Fix multiple output order
-
- 02 Jul, 2019 2 commits
-
-
Michal Trybus authored
-
Michal Trybus authored
-
- 29 Jun, 2019 1 commit
-
-
Karl Kroening authored
-