Davide Depau
80e99cbb38
Merge pull request #433 from 372046933/patch-1
...
Fix typo in _run.py docstring
2020-12-13 05:24:28 +01:00
372046933
861b453b43
Fix typo in _run.py docstring
2020-12-11 16:30:12 +08:00
Davide Depau
0612a44f91
Merge pull request #417 from 0x3333/master
...
Fix issue #195 . Redirect stdout/err to /dev/null
2020-12-06 23:54:08 +01:00
Davide Depau
e044890010
Merge pull request #440 from raulpy271/master
...
adding http server example
2020-12-03 17:01:40 +01:00
raulpy271
5b6b58308f
Replacing server_url
content, "
http://localhost:8080 " to "
http://127.0.0.1:8080 ".
2020-12-02 14:19:53 -03:00
Davide Depau
2931580908
Merge pull request #442 from revolter/patch-1
...
Add command line arguments FAQ
2020-12-02 15:57:14 +01:00
Iulian Onofrei
08e50ac02c
Add command line arguments FAQ
2020-11-08 12:51:35 +02:00
Raul
15ffcc0c72
adding http server example
2020-10-30 18:41:59 -03:00
Tercio Gaudencio Filho
0ec6e69d88
Redirect stderr to stdout and stdout to DEVNULL when quiet is requested.
2020-10-30 17:29:44 -03:00
Tercio Gaudencio Filho
c12e8890ad
Fix issue #195 . Redirect stdout/stderr to DEVNULL when quiet is requested.
2020-09-15 22:08:51 -03:00
Karl Kroening
4cb7d26f55
Merge pull request #283 from magnusvmt/master
...
Add optional timeout argument to probe
2019-12-30 02:23:02 -06:00
Karl Kroening
8809a54cff
Merge pull request #245 from cclauss/patch-1
...
Travis CI and tox.ini: Add Python 3.7 to the testing
2019-12-30 02:20:24 -06:00
Karl Kroening
b14785b61b
Merge pull request #247 from kylemcdonald/patch-1
...
tensorflow streaming typo
2019-12-30 02:19:42 -06:00
magnusvmt
2d3a078f24
Add test for probe timeout and fix for Python2
...
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.
2019-11-02 16:17:17 +01:00
Karl Kroening
3cef431045
Merge pull request #248 from kylemcdonald/master
...
Added mono to stereo example
2019-11-02 02:05:25 -05:00
Karl Kroening
d1f1b64aa9
Merge pull request #287 from hp310780/issue239_typographicalerror
...
Fix for Issue 239 - Fixed typographical error
2019-11-02 01:46:50 -05:00
Karl Kroening
24633404df
Merge pull request #286 from cmehay/duplicate_parameters
...
Duplicate parameters can be set in kwargs with an iterator
2019-11-02 01:46:20 -05:00
Harshna Patel
a8e0954f41
Fixed typographical error
2019-10-31 20:07:38 +00:00
Christophe Mehay
2a7a2d78c9
Duplicate parameters can be set in kwargs with an iterator
...
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
2019-10-31 12:09:47 +01:00
magnusvmt
82a00e4849
Add optional timeout argument to probe
...
Popen.communicate() supports a timeout argument which is useful in case
there is a risk that the probe hangs.
2019-10-28 16:28:51 +01:00
Kyle McDonald
c99e97b687
added mono to stereo example
2019-08-04 15:18:55 -07:00
Kyle McDonald
bbd56a35a3
tensorflow streaming typo
2019-08-04 15:09:40 -07:00
Christian Clauss
ed9b7f8804
tox.ini: Add py37 to the testing
...
Python 3.4 is end of life... Should we drop support for it?
2019-07-31 06:32:29 +02:00
Christian Clauss
c6c2dfdc28
Travis CI: Add Python 3.7 to the tests
...
Python 3.4 is end of life... Should we drop support for it?
2019-07-31 06:30:22 +02:00
Karl Kroening
78fb6cf2f1
Release 0.2.0
0.2.0
2019-07-05 19:17:30 -05:00
Karl Kroening
1c9695d2a0
Run Black code formatter
2019-07-05 19:16:43 -05:00
Karl Kroening
c14efc9a19
Merge pull request #230 from komar007/fix_multiple_output_order
...
Fix multiple output order
2019-07-05 19:15:23 -05:00
Michal Trybus
732bf21397
Label-based order of outputs from multiple-output filters
2019-07-02 10:01:48 +02:00
Michal Trybus
faca0ee87b
Test against wrong order of outputs from multiple-output filters
2019-07-02 10:01:47 +02:00
Karl Kroening
63973d0b29
Update README.md
2019-06-28 22:14:44 -05:00
Karl Kroening
ab42ab4dfc
Merge pull request #213 from kkroening/black
...
Use Black formatter
2019-06-10 17:52:48 -05:00
Karl Kroening
fff79e6b93
Merge remote-tracking branch 'origin/master' into black
...
Conflicts:
setup.py
2019-06-10 17:42:39 -05:00
Karl Kroening
1b2634291d
Release 0.1.18
0.1.18
2019-06-03 04:06:26 -05:00
Karl Kroening
46eeb41705
Use Black formatter
2019-06-03 04:05:24 -05:00
Karl Kroening
8ea0f4ca4b
Use Black formatter
2019-06-03 04:03:37 -05:00
Karl Kroening
a1e1f30a99
Update README.md
2019-06-03 03:52:07 -05:00
Karl Kroening
2db3c4a3ce
Update README.md
2019-06-03 03:30:04 -05:00
Karl Kroening
bde72f4124
Update README.md
2019-06-03 03:09:27 -05:00
Karl Kroening
411b0a14ff
Update README.md
2019-06-03 02:43:04 -05:00
Karl Kroening
49c877eec6
Update README.md
2019-06-03 02:42:29 -05:00
Karl Kroening
995cf67d7d
Update docs
2019-06-03 01:54:35 -05:00
Karl Kroening
a3bac57d0a
Merge pull request #212 from kkroening/av-ops
...
Add `.audio` + `.video` operators
2019-06-03 01:52:58 -05:00
Karl Kroening
5c4a5c720f
Include Stream
class in API docs
2019-06-03 01:32:44 -05:00
Karl Kroening
881ae4efff
Add .audio
+ .video
operators
2019-06-03 01:11:48 -05:00
Karl Kroening
41daf9a953
Merge pull request #209 from JDLH/typo_filters_doc
...
Fix typo "fmpeg-python" to read "ffmpeg-python"
2019-05-19 04:26:12 -05:00
Jim DeLaHunt
35695d93d4
Fix typo "fmpeg-python" to read "ffmpeg-python"
2019-05-18 00:13:04 -07:00
Karl Kroening
ac111dc3a9
Merge pull request #189 from apatsekin/patch-1
...
Update README.md
2019-04-18 02:06:13 -05:00
Karl Kroening
1f3ce1e2aa
Merge pull request #188 from akolpakov/ffprobe_extra_args
...
Ability to accept extra arguments for ffmpeg.probe command (Issue #187 )
2019-04-18 02:05:08 -05:00
Karl Kroening
e61653144b
Merge pull request #194 from kkroening/fix-ci
...
Fix CI issue with ffmpeg download link
2019-04-18 01:58:49 -05:00
Karl Kroening
f641413ed8
Fix CI issue with ffmpeg download link
2019-04-18 01:56:29 -05:00