322 Commits

Author SHA1 Message Date
Karl Kroening
1cf6dcb81a
Update examples readme 2018-06-02 02:36:45 -07:00
Karl Kroening
5af85c889d
Update examples readme 2018-06-02 02:31:33 -07:00
Karl Kroening
bf87179efe
Update README.md 2018-06-02 02:21:59 -07:00
Karl Kroening
ef390042e5 Add initial examples readme 2018-06-02 02:19:58 -07:00
Karl Kroening
de124673e0 Update examples 2018-06-02 02:17:56 -07:00
Karl Kroening
6364513485 Fix get_video_thumbnail example 2018-06-02 01:05:53 -07:00
Karl Kroening
4a70f6a868 Add get_video_thumbnail example 2018-06-02 01:04:39 -07:00
Karl Kroening
6274e7abf9 Add video_info example 2018-06-02 00:51:10 -07:00
Karl Kroening
e1dded89b1 Add read_frame_as_jpeg example 2018-06-02 00:42:51 -07:00
Karl Kroening
e294bd7753 Merge remote-tracking branch 'origin/master' 2018-06-02 00:33:58 -07:00
Karl Kroening
a01f68e8af
Merge pull request #88 from kkroening/output-video-size
Support video_size output tuple
2018-06-02 00:33:28 -07:00
Karl Kroening
3503f7301b Add ffmpeg-numpy.ipynb example 2018-06-02 00:32:59 -07:00
Karl Kroening
54db6e4272
Update README.md 2018-06-02 00:30:24 -07:00
Karl Kroening
c21e8c103f Support video_size output tuple 2018-06-02 00:25:47 -07:00
Karl Kroening
593cd3e790 Release 0.1.12 0.1.12 2018-06-01 22:58:40 -07:00
Karl Kroening
e6fd3ff7c8
Merge pull request #85 from kkroening/inout
Add input/output support in `run` command; update docs
2018-05-20 01:46:58 -07:00
Karl Kroening
6a2d3381b7 Fix tests 2018-05-20 01:43:43 -07:00
Karl Kroening
9a487e8603 Fix exception params 2018-05-20 01:29:59 -07:00
Karl Kroening
940b05f3fc Fix ffprobe exception test 2018-05-20 01:21:30 -07:00
Karl Kroening
4558c25ced Update tox.ini 2018-05-20 01:17:54 -07:00
Karl Kroening
8711e16c2d Merge remote-tracking branch 'origin/master' into inout 2018-05-20 01:14:48 -07:00
Karl Kroening
57b8f9fa22 Pull docs from #85 2018-05-20 01:14:10 -07:00
Karl Kroening
ac57e2df13 Add input/output support in run command; update docs 2018-05-20 01:13:07 -07:00
Karl Kroening
90561c7a8a Release version 0.1.11 0.1.11 2018-05-09 03:31:04 -05:00
Karl Kroening
2a2d5a43f1
Merge pull request #83 from kkroening/feature-30
#30: add `global_args` operator
2018-05-09 03:29:24 -05:00
Karl Kroening
84355d419c #30: re-futurize 2018-05-09 03:15:12 -05:00
Karl Kroening
3e68bc8c9a #30: add global_args operator 2018-05-09 03:09:21 -05:00
Karl Kroening
7077eaad64
Merge pull request #67 from kkroening/probe
Add ffprobe support
2018-05-09 01:28:51 -05:00
Karl Kroening
8420f3b813
Merge pull request #45 from Depau/stream_selectors
Stream selectors, `.map` operator (audio support)
2018-05-09 01:28:10 -05:00
Karl Kroening
c162eab2a9 Update docs 2018-05-09 01:26:28 -05:00
Karl Kroening
1e63419a93 Test bad stream selectors 2018-03-11 21:33:32 -07:00
Karl Kroening
57abf6e86e Change selector syntax from [:a] to [a]; remove map operator (for now) 2018-03-11 21:27:26 -07:00
Karl Kroening
6169b89321 Minor improvements (formatting, etc) 2018-03-11 20:03:06 -07:00
Karl Kroening
809ab6cd17 Merge remote-tracking branch 'origin/master' into stream_selectors 2018-03-10 19:01:57 -08:00
Davide Depau
4927bbeea9
Fix string type inconsistency error in ffprobe test 2018-03-08 23:02:04 +01:00
Davide Depau
87a168a063
Do not use Exception.message, use str(Exception) instead 2018-03-08 22:52:06 +01:00
Karl Kroening
2fff94af6c Fix probe exception handling and add test 2018-01-27 22:51:05 -08:00
Karl Kroening
a029d7aacc
Merge pull request #46 from Depaulicious/asplit_filter
Add `asplit` filter
2018-01-27 22:22:19 -08:00
Karl Kroening
6ebda44a63
Merge pull request #58 from 153957/patch-1
Cleanup graph source file after rendering graph to pdf
2018-01-27 22:21:27 -08:00
Karl Kroening
628bcc145e
Merge pull request #65 from kkroening/Depaulicious-patch-1
Add `filter_multi_output` to `__all__` so it's available in API
2018-01-27 21:40:31 -08:00
Karl Kroening
24e737f78e Fix ffprobe string decoding 2018-01-27 21:32:11 -08:00
Karl Kroening
25bda398c9 Add ffprobe support 2018-01-27 21:21:05 -08:00
Davide Depau
f1e418be4c
Add filter_multi_output to __all__ so it's available in API 2018-01-26 14:38:57 +01:00
Arne de Laat
50c4a8985d
Cleanup graph source file after rendering graph to pdf 2018-01-16 22:10:41 +01:00
Karl Kroening
19f316e9c5 Release version 0.1.10 2018-01-13 21:07:46 -08:00
Karl Kroening
09e6e469a7
Merge pull request #52 from kkroening/split-silence
Add examples: `split_silence` + `transcribe`
2018-01-13 16:16:32 -08:00
Davide Depau
ef9b102676
Merge branch 'master' into stream_selectors 2018-01-12 21:55:38 +01:00
Karl Kroening
3a818cc33d
Update requirements.txt 2018-01-11 22:22:31 -08:00
Karl Kroening
0672fd0e19
Merge pull request #56 from kkroening/gh-license
Update LICENSE with full license text
2018-01-11 22:20:45 -08:00
Karl Kroening
273bfd0ec6
Merge pull request #55 from Depaulicious/syntax_highlight
Add syntax highlighting to README.md
2018-01-11 22:20:12 -08:00