Commit Graph

51 Commits

Author SHA1 Message Date
j d3a4c0a140 add dependencies to install 2023-11-18 16:30:10 +01:00
j 8fa66491fe Image.ANTIALIAS->Image.LANCZOS 2023-08-25 00:18:57 +02:00
j 657a1dd234 only use ffmpeg 2021-11-21 23:17:34 +01:00
j f3771f1b56 fix multiline mode 2021-08-16 18:26:09 +02:00
j b9ac80398c default to python3 2021-06-25 11:30:56 +01:00
j 82df6efee4 multiline support 2019-11-16 16:46:37 +01:00
j 846f0ceb5b use .editorconfig 2019-04-29 14:06:43 +02:00
j 3b0155e9ac fix option 2019-03-27 13:52:33 +08:00
j f33a1cfe4f add slit center option 2019-03-27 13:41:47 +08:00
j 0d8495ea8f use markdown 2018-04-03 13:43:15 +05:30
j f1e1ed9e71 string version 2017-02-16 17:36:55 +01:00
j 308513b5de format 2017-02-16 17:36:55 +01:00
j d6ef829998 python2/3 list/map 2016-08-31 00:30:45 +02:00
j 3af06a1e1d s/imports/import/g 2016-08-27 20:09:44 +02:00
j ee801cc556 use absolute_imports 2016-08-27 20:08:20 +02:00
j cf16459ad7 use PIL.Image if available 2016-06-25 20:16:50 +02:00
j 8a2f6085ed self.full_tile_widths[0] can be 0 2016-06-20 18:33:17 +02:00
j 150639ced3 only use frombytes, exists for a long time 2016-06-16 13:55:29 +02:00
j 82ddda4fb7 use Image.frombytes, pass int not float 2016-06-16 02:47:34 +02:00
j b3deeb1c19 move usage to top 2016-02-18 20:01:50 +05:30
j dd0e0dbab7 cleanup imports 2016-02-18 19:59:57 +05:30
j 791029be58 fix setup 2016-02-18 19:56:24 +05:30
j a3be13e0d5 git version 2016-02-18 19:54:24 +05:30
j 4c30c356c7 from __future__ import print_function 2016-02-18 19:54:24 +05:30
j 588bca3311 switch to git 2016-02-18 19:54:24 +05:30
j 5654d47b58 close_fds 2015-04-24 18:39:16 +02:00
j f814049805 write stderr to /dev/null, subprocess might block with lots of errors otherwise 2015-04-24 18:33:52 +02:00
j b8cb761dea numpy 1.6.1 (ubuntu 12.04) does not allow named argument to astype 2014-10-12 16:02:29 +02:00
j 5e4f196084 fix segfault with avconv(use rawvideo instead of image2pipe) 2014-09-25 23:33:37 +02:00
j b60a685c85 detect ffmpeg or avconv, use version from ~/.ox/bin if available 2014-09-25 23:01:40 +02:00
j 8e3752cc11 use ffmpeg to decode audio/video instead of GStreamer 2014-09-25 22:50:37 +02:00
rolux 52b6baebc4 cosmetic changes 2013-07-26 15:36:49 +02:00
rolux ea24ff6e25 fix a bug where the last cut would be dropped 2013-07-26 15:34:42 +02:00
rolux 212f1feaef typos 2013-07-26 14:34:49 +02:00
rolux eff73f11fe don't create consecutive cuts with a length of less than 3 frames 2013-07-26 14:29:36 +02:00
rolux b19b7474a0 typo in printout 2013-07-25 11:06:43 +02:00
j ce52615c26 use full width for full timeline for short clips 2012-06-21 18:55:52 +02:00
j 008b1c0d81 save audio overview of only audio 2012-06-19 21:30:46 +02:00
j 3257e362cf dont fail with audio files 2012-06-17 21:45:57 +02:00
j 951fcdf837 more modulo 2012-06-15 16:15:41 +02:00
j fed701b0c8 last tile is not 0 if videos are exactly a multiple of large_tile_w 2012-06-15 15:33:51 +02:00
j d761d93f8c add more metadata 2012-06-11 12:09:29 +02:00
j 93bb914f5e second video is optional 2012-06-11 12:02:18 +02:00
rolux 19778a6d84 change pattern for finding leftover files 2012-06-06 13:27:48 +02:00
j c688e95a6b keep track of small_tile_i, used to unlink previous tiles later 2012-06-03 01:52:08 +02:00
j e0152e2c26 always compute tile based on index, otherwise sometimes keyframes16p0 gets keyframes16p1 2012-06-03 01:37:20 +02:00
j 46a80d8418 only extract audio, video if source has it 2012-06-01 11:36:38 +02:00
j 2ad9961d59 dont fail if cut_width is 0, fixme: it should never be 0 in the first place 2012-05-16 15:25:11 +02:00
j dcd68133af cuts_path is full path to json file, typos 2012-05-16 15:20:15 +02:00
j 2bb2cb687e * add install script
* tune commandline interface
* remove tiles that might be left over from previous run
* general cleanup and fixes
2012-05-16 12:08:35 +02:00