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
Karl Kroening
8ea0f4ca4b
Use Black formatter
2019-06-03 04:03:37 -05:00
Andrey Kolpakov
3ddc5f04bf
Ability to accept extra arguments for ffmpeg.probe command (Issue #187 )
2019-04-11 10:52:26 +02:00
Karl Kroening
84355d419c
#30 : re-futurize
2018-05-09 03:15:12 -05:00
Davide Depau
df9bd7316f
Replace past.builtins.basestring with a custom one to workaround bug in Ubuntu's Python3
2018-01-09 16:04:33 +01:00
Karl Kroening
7b2d8b63fc
Merge remote-tracking branch 'origin/master' into feature/17
...
Conflicts:
ffmpeg/_filters.py
ffmpeg/_utils.py
ffmpeg/nodes.py
ffmpeg/tests/test_ffmpeg.py
2017-07-12 02:08:19 -06:00
Karl Kroening
c19dcaca30
Fix drawbox=>drawtext
2017-07-12 01:18:48 -06:00
Karl Kroening
5f4bfd1fb3
Robustly handle string escaping
2017-07-12 00:33:43 -06:00
Karl Kroening
662c56eb5b
#17 : fix python 3 support
2017-07-06 02:50:22 -06:00
Karl Kroening
6887ad8bac
Massive refactor to break nodes into streams+nodes
2017-07-06 02:23:13 -06:00