457 Commits

Author SHA1 Message Date
Davide Depau
0d95d9b58d
Implement .map() operator, allow multiple streams in .output() 2018-01-09 15:47:08 +01:00
Davide Depau
aa0b0bbd03
Generate multiple -map for outputs with multiple incoming edges 2018-01-09 15:47:08 +01:00
Davide Depau
44091f8a4a
Allow outputs to be created empty; streams can be mapped later 2018-01-09 15:47:08 +01:00
Davide Depau
c2c6a864d2
Make sure item is instance of slice in __getitem__ 2018-01-09 15:47:08 +01:00
Davide Depau
3f671218a6
Take into account upstream selectors in topological sort, get_args() and view() 2018-01-09 15:47:08 +01:00
Davide Depau
f6d014540a
Add __getitem__ to Stream too, simplify selector syntax
* No need to have a split node in between, you can just do stream[:"a"]
* Split nodes are still needed to do actual splitting.
2018-01-09 15:47:08 +01:00
Davide Depau
646a0dcae8
Implement selectors in Stream and Node
* Selectors are used just like 'split', i.e. `stream.split()[0:"audio"]`
2018-01-09 15:47:08 +01:00
Davide Depau
273cf8f205
Allow extra, unhashed objects to be added to the incoming_edge_map 2018-01-09 15:47:07 +01:00
Karl Kroening
6de40d80c5
Update README.md 2018-01-09 15:47:07 +01:00
Karl Kroening
9183458527
Update README.md 2018-01-09 15:47:07 +01:00
Karl Kroening
6dd34a21d5
Update README.md 2018-01-09 15:47:07 +01:00
Karl Kroening
63e4218725
Update README.md 2018-01-09 15:47:07 +01:00
Karl Kroening
2a95d6f2e1
Update README.md 2018-01-09 15:47:07 +01:00
Karl Kroening
be3f300de5
Update README.md 2018-01-09 15:47:07 +01:00
Karl Kroening
0e47a6a6e5
Update README.md 2018-01-09 15:47:07 +01:00
Karl Kroening
e66a0939c4
Update README.md 2018-01-09 15:47:07 +01:00
Karl Kroening
d904e153cf
Update README.md 2018-01-09 15:47:06 +01:00
Karl Kroening
fc86457eb8
Update README.md 2018-01-09 15:47:06 +01:00
Karl Kroening
fb7fe24873
Update README.md 2018-01-09 15:47:06 +01:00
Karl Kroening
f2a37d3eac
Update README.md 2018-01-09 15:47:06 +01:00
Karl Kroening
614a558266
Update README.md 2018-01-09 15:47:06 +01:00
Karl Kroening
65a068267b
Update README.md 2018-01-09 15:47:06 +01:00
Karl Kroening
db89774454
Update README.md 2018-01-09 15:47:06 +01:00
Noah Stier
fabd401e96
Add 'crop' filter 2018-01-09 15:47:06 +01:00
Karl Kroening
0682a3e2b2
Merge pull request #53 from kkroening/fix-starttime0
Fix issue with input ss=0
2018-01-07 23:41:20 -08:00
Karl Kroening
338a1286f7 Fix issue with start_time=0 2018-01-07 23:26:53 -08:00
Karl Kroening
5b813cdecf
Merge pull request #51 from kkroening/compile
Add `compile` operator
2018-01-07 18:32:18 -08:00
Karl Kroening
f5f7ee2073 Improve logging in split_silence; add transcribe example 2018-01-07 04:43:05 -08:00
Karl Kroening
ad58a38d59 Finalize split_silence 2018-01-07 03:43:20 -08:00
Karl Kroening
4311e33859 Add split_silence example 2018-01-07 03:32:05 -08:00
Karl Kroening
f818cffc55 Add compile operator 2018-01-07 02:28:13 -08:00
Karl Kroening
940e3e7681
Merge pull request #50 from kkroening/drawtext-doc
Fix drawtext documentation
2018-01-06 16:37:43 -08:00
Karl Kroening
9f7de34f2e Remove logo_with_border.png 2018-01-06 11:36:26 -08:00
Karl Kroening
1c09e1c39f Fix drawtext documentation 2018-01-06 11:35:20 -08:00
Karl Kroening
a599899e19 Update formula image 2017-12-29 20:38:15 -08:00
Karl Kroening
7781120d1c Add text to formula image 2017-12-29 20:35:58 -08:00
Karl Kroening
263732b880 Merge remote-tracking branch 'origin/master' 2017-12-29 20:29:06 -08:00
Karl Kroening
f114157655 Update logo+formula images 2017-12-29 20:28:51 -08:00
Karl Kroening
43553ba9d9
Use github for image hosting 2017-12-26 13:03:45 -06:00
Karl Kroening
2b6babed08 Revert "Merry Birthday"
ibin links went dead. Reverting for now.

This reverts commit c74c8fd07de332790a2f36617c26b9fda5d4143e.
2017-12-25 21:27:14 -06:00
Karl Kroening
36a2261f06
Merge pull request #48 from lloti/patch-1
Merry Birthday
2017-12-25 21:24:47 -06:00
Dim
c74c8fd07d
Merry Birthday
Maybe a nicer logo for the new year?
2017-12-25 03:39:01 -05:00
Karl Kroening
e1c93044d5
Merge pull request #47 from kkroening/remove-py33
Remove python 3.3 support
2017-12-23 14:14:00 -06:00
Karl Kroening
fc44ffabf0 Add logo/formula 2017-12-23 00:49:32 -06:00
Karl Kroening
a3c9b05edd Remove python 3.3 support since pytest seems to no longer support 3.3 2017-12-23 00:09:02 -06:00
Davide Depau
755fb843de
Also provide the number of splits to asplit filter 2017-12-22 17:11:23 +01:00
Davide Depau
7bc77ff714
Add asplit filter 2017-12-22 16:22:41 +01:00
Karl Kroening
d59bb7a592 Bump version v0.1.9 2017-11-20 00:35:04 -08:00
Karl Kroening
562be84048 Bump version v0.1.8 2017-11-20 00:34:17 -08:00
Karl Kroening
697808d743
Update README.md 2017-11-03 23:46:50 -07:00