Commit graph

36 commits

Author SHA1 Message Date
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
rolux
afacdfdee2 initial commit 2012-04-18 13:48:43 +02:00