Commit Graph

  • 5b564d7926
    Merge 34cc51d95d915fb2400e50c1c04e088520f41c75 into 7077eaad646e84004fbdeb052b034f9f68c15b5e Davide Depau 2018-05-09 06:31:19 +00:00
  • 3251e1ba44
    Merge 7989c5d8a3966156bc9d0fbb701e0b6485664422 into 7077eaad646e84004fbdeb052b034f9f68c15b5e Karl Kroening 2018-05-09 06:30:29 +00:00
  • 7077eaad64
    Merge pull request #67 from kkroening/probe Karl Kroening 2018-05-09 01:28:51 -05:00
  • 8420f3b813
    Merge pull request #45 from Depau/stream_selectors Karl Kroening 2018-05-09 01:28:10 -05:00
  • c162eab2a9 Update docs Karl Kroening 2018-05-09 01:26:28 -05:00
  • 1e63419a93 Test bad stream selectors Karl Kroening 2018-03-11 21:33:32 -07:00
  • 57abf6e86e Change selector syntax from [:a] to [a]; remove map operator (for now) Karl Kroening 2018-03-11 21:27:26 -07:00
  • 6169b89321 Minor improvements (formatting, etc) Karl Kroening 2018-03-11 20:02:56 -07:00
  • 809ab6cd17 Merge remote-tracking branch 'origin/master' into stream_selectors Karl Kroening 2018-03-10 19:01:57 -08:00
  • 4927bbeea9
    Fix string type inconsistency error in ffprobe test Davide Depau 2018-03-08 23:02:04 +01:00
  • 87a168a063
    Do not use Exception.message, use str(Exception) instead Davide Depau 2018-03-08 22:52:06 +01:00
  • 2fff94af6c Fix probe exception handling and add test Karl Kroening 2018-01-27 22:51:05 -08:00
  • cd42da0343 Merge remote-tracking branch 'origin/probe' into extra-examples2 extra-examples2 Karl Kroening 2018-01-28 06:27:13 +00:00
  • 60ce56686d Merge remote-tracking branch 'origin/master' into extra-examples2 Karl Kroening 2018-01-28 06:26:04 +00:00
  • a029d7aacc
    Merge pull request #46 from Depaulicious/asplit_filter Karl Kroening 2018-01-27 22:22:19 -08:00
  • 6ebda44a63
    Merge pull request #58 from 153957/patch-1 Karl Kroening 2018-01-27 22:21:27 -08:00
  • 628bcc145e
    Merge pull request #65 from kkroening/Depaulicious-patch-1 Karl Kroening 2018-01-27 21:40:31 -08:00
  • 24e737f78e Fix ffprobe string decoding Karl Kroening 2018-01-27 21:32:11 -08:00
  • 25bda398c9 Add ffprobe support Karl Kroening 2018-01-27 21:19:19 -08:00
  • 34cc51d95d
    Replace OrderedDict.move_to_end with Python2-compatible alternative Davide Depau 2018-01-26 16:13:39 +01:00
  • b4e8c38b68
    Also ensure sortedness of incoming edge map Davide Depau 2018-01-26 16:05:56 +01:00
  • b7455d3261
    Move OrderedDict sorting code to own function Davide Depau 2018-01-26 16:02:31 +01:00
  • 926295449a
    Ensure outgoing edge map is sorted by upstream label Davide Depau 2018-01-26 15:38:14 +01:00
  • f1e418be4c
    Add filter_multi_output to __all__ so it's available in API Davide Depau 2018-01-26 14:38:57 +01:00
  • 4976356d54
    Fix docstrings for SourceNode Davide Depau 2018-01-25 12:39:14 +01:00
  • d9fd04a5c2
    Add tests for SourceNode Davide Depau 2018-01-25 12:25:42 +01:00
  • 1cb5abaa25
    Implement SourceNode Davide Depau 2018-01-25 12:25:20 +01:00
  • f7aed35e56 Merge fc4d4421881e91a4dbddd7fab619c2579f8c5dc9 into 19f316e9c5c500e2dc28d1dc78fdf595de7bd20d John Mitchell 2018-01-23 07:41:22 +00:00
  • fc4d442188
    add "install dependencies" into Installation section John Mitchell 2018-01-22 23:38:53 -08:00
  • dc531d181e Add --out-file in transcribe.py Karl Kroening 2018-01-17 00:21:47 +00:00
  • 50c4a8985d
    Cleanup graph source file after rendering graph to pdf Arne de Laat 2018-01-16 22:10:41 +01:00
  • 4bb2fc4999 Add --max-silence-time in split_silence.py Karl Kroening 2018-01-16 00:18:57 -08:00
  • dad4c3cb55 Add --min-chunk-time in split_silence example Karl Kroening 2018-01-15 22:18:19 -08:00
  • 4c161bb401 Add -show_streams to jffprobe Karl Kroening 2018-01-15 01:40:04 -08:00
  • 0a5c5c2877 Start fixing escaping for pan filter (which uses |) pan-filter Karl Kroening 2018-01-15 00:16:26 -08:00
  • e5003648bb Add --padding in split_silence.py Karl Kroening 2018-01-14 23:13:54 -08:00
  • 87f85000ac Add --timing option to transcribe.py; output json Karl Kroening 2018-01-14 22:48:11 -08:00
  • de1ec94be9 Add jffprobe example Karl Kroening 2018-01-14 22:04:09 -08:00
  • 5ca3b215be Add --metadata-filename param to split_silence example Karl Kroening 2018-01-13 22:54:22 -08:00
  • 19f316e9c5 Release version 0.1.10 Karl Kroening 2018-01-13 21:07:30 -08:00
  • 09e6e469a7
    Merge pull request #52 from kkroening/split-silence Karl Kroening 2018-01-13 16:16:32 -08:00
  • 496f670b04 Update split_silence extra-examples Karl Kroening 2018-01-13 16:14:37 -08:00
  • ef9b102676
    Merge branch 'master' into stream_selectors Davide Depau 2018-01-12 21:55:38 +01:00
  • 3a818cc33d
    Update requirements.txt Karl Kroening 2018-01-11 22:22:31 -08:00
  • 0672fd0e19
    Merge pull request #56 from kkroening/gh-license Karl Kroening 2018-01-11 22:20:45 -08:00
  • 273bfd0ec6
    Merge pull request #55 from Depaulicious/syntax_highlight Karl Kroening 2018-01-11 22:20:12 -08:00
  • 221f57428d
    Update LICENSE with full license text Davide Depau 2018-01-10 11:41:28 +01:00
  • c87fd5cf56
    Add tests for asplit filter Davide Depau 2018-01-10 10:38:42 +01:00
  • e7fbb288d4
    Fix name of asplit filter Davide Depau 2018-01-10 10:35:23 +01:00
  • e70984065d
    Add syntax highlighting to README.md Davide Depau 2018-01-10 10:20:56 +01:00
  • ea90d91dfe
    Expand unclear one-line implicit conditional statement Davide Depau 2018-01-09 15:44:11 +01:00
  • df9bd7316f
    Replace past.builtins.basestring with a custom one to workaround bug in Ubuntu's Python3 Davide Depau 2018-01-09 15:41:40 +01:00
  • 497105f929
    Reimplement .map logic making Node immutable Davide Depau 2018-01-09 14:45:27 +01:00
  • 861980db0b
    Simplify, expand and explain complicated loops in dag.py Davide Depau 2018-01-09 11:31:51 +01:00
  • 783bdbdb37
    Remove unused imports Davide Depau 2018-01-09 11:18:04 +01:00
  • 1a46471553
    Remove useless _get_stream_name function Davide Depau 2018-01-09 11:15:47 +01:00
  • 1070b3e51b
    Remove commented code Davide Depau 2018-01-09 11:06:26 +01:00
  • 03762a5cc5
    Expand complicated format + list comprehension into its own function Davide Depau 2018-01-09 10:59:08 +01:00
  • b4503a183c
    Allow output to be created without mapped streams Davide Depau 2017-12-21 17:40:35 +01:00
  • db83137f53
    Add tests for stream selection and mapping Davide Depau 2017-12-21 17:37:34 +01:00
  • 90652306ea
    Explicitly include -map [0] when output has multiple mapped streams Davide Depau 2017-12-21 17:37:10 +01:00
  • 0d95d9b58d
    Implement .map() operator, allow multiple streams in .output() Davide Depau 2017-12-21 17:14:26 +01:00
  • aa0b0bbd03
    Generate multiple -map for outputs with multiple incoming edges Davide Depau 2017-12-21 17:13:53 +01:00
  • 44091f8a4a
    Allow outputs to be created empty; streams can be mapped later Davide Depau 2017-12-21 17:12:58 +01:00
  • c2c6a864d2
    Make sure item is instance of slice in __getitem__ Davide Depau 2017-12-21 15:55:36 +01:00
  • 3f671218a6
    Take into account upstream selectors in topological sort, get_args() and view() Davide Depau 2017-12-21 15:35:39 +01:00
  • f6d014540a
    Add __getitem__ to Stream too, simplify selector syntax Davide Depau 2017-12-21 15:33:50 +01:00
  • 646a0dcae8
    Implement selectors in Stream and Node Davide Depau 2017-12-12 17:10:35 +01:00
  • 273cf8f205
    Allow extra, unhashed objects to be added to the incoming_edge_map Davide Depau 2017-12-12 16:45:33 +01:00
  • 6de40d80c5
    Update README.md Karl Kroening 2017-11-03 23:46:50 -07:00
  • 9183458527
    Update README.md Karl Kroening 2017-11-03 23:45:53 -07:00
  • 6dd34a21d5
    Update README.md Karl Kroening 2017-11-03 23:42:16 -07:00
  • 63e4218725
    Update README.md Karl Kroening 2017-11-03 23:41:01 -07:00
  • 2a95d6f2e1
    Update README.md Karl Kroening 2017-11-03 23:37:53 -07:00
  • be3f300de5
    Update README.md Karl Kroening 2017-11-03 23:24:38 -07:00
  • 0e47a6a6e5
    Update README.md Karl Kroening 2017-11-03 23:11:03 -07:00
  • e66a0939c4
    Update README.md Karl Kroening 2017-11-03 23:08:01 -07:00
  • d904e153cf
    Update README.md Karl Kroening 2017-11-03 23:07:09 -07:00
  • fc86457eb8
    Update README.md Karl Kroening 2017-11-03 23:06:26 -07:00
  • fb7fe24873
    Update README.md Karl Kroening 2017-11-03 23:06:16 -07:00
  • f2a37d3eac
    Update README.md Karl Kroening 2017-11-03 23:05:23 -07:00
  • 614a558266
    Update README.md Karl Kroening 2017-11-03 22:41:55 -07:00
  • 65a068267b
    Update README.md Karl Kroening 2017-11-03 21:12:29 -07:00
  • db89774454
    Update README.md Karl Kroening 2017-11-03 21:12:11 -07:00
  • fabd401e96
    Add 'crop' filter Noah Stier 2017-10-05 23:45:43 -07:00
  • c72c86e82f Merge remote-tracking branch 'origin/master' into extra-examples Karl Kroening 2018-01-07 23:45:34 -08:00
  • 0682a3e2b2
    Merge pull request #53 from kkroening/fix-starttime0 Karl Kroening 2018-01-07 23:41:20 -08:00
  • 338a1286f7 Fix issue with start_time=0 Karl Kroening 2018-01-07 23:26:53 -08:00
  • d70d5a36a2 Add transcribe_many and make changes to other example scripts Karl Kroening 2018-01-07 23:25:33 -08:00
  • 5b813cdecf
    Merge pull request #51 from kkroening/compile Karl Kroening 2018-01-07 18:32:18 -08:00
  • f5f7ee2073 Improve logging in split_silence; add transcribe example Karl Kroening 2018-01-07 04:43:05 -08:00
  • ad58a38d59 Finalize split_silence Karl Kroening 2018-01-07 03:43:20 -08:00
  • 4311e33859 Add split_silence example Karl Kroening 2018-01-07 03:32:05 -08:00
  • f818cffc55 Add compile operator Karl Kroening 2018-01-07 02:28:13 -08:00
  • dbcf259b26 Update docs Karl Kroening 2018-01-06 16:38:22 -08:00
  • 940e3e7681
    Merge pull request #50 from kkroening/drawtext-doc Karl Kroening 2018-01-06 16:37:43 -08:00
  • 9f7de34f2e Remove logo_with_border.png Karl Kroening 2018-01-06 11:36:26 -08:00
  • 1c09e1c39f Fix drawtext documentation Karl Kroening 2018-01-06 11:35:20 -08:00
  • 655b2f48c2 Update docs Karl Kroening 2018-01-06 10:43:33 -08:00
  • a599899e19 Update formula image Karl Kroening 2017-12-29 20:38:15 -08:00