Rage video and audio player
Go to file
Carsten Haitzler 706e4948d7 add video thumbnails on timeline/dragable/seeker at the bottom
these thumbnails are generated in the bg by rage_thumb and will appear
once generated (or already found cached). it'll generate new thumbs if
modified dates are equal or newer on tthe src vs the thumbnail cache.
the caches store 160xN thumbs (keep aspect) with 70% lossy jpeg
quality in an eet file with one thumb per 10 second interval. so it
has limited accuracy.
2014-08-04 17:15:30 +09:00
data add video thumbnails on timeline/dragable/seeker at the bottom 2014-08-04 17:15:30 +09:00
m4 rage - initial import of working code 2014-01-20 20:34:48 +09:00
pkgbuild rage - initial import of working code 2014-01-20 20:34:48 +09:00
src add video thumbnails on timeline/dragable/seeker at the bottom 2014-08-04 17:15:30 +09:00
.arcconfig rage - initial import of working code 2014-01-20 20:34:48 +09:00
.gitignore rage - add thumbnailer core - intended for use with timeline 2014-08-03 21:36:45 +09:00
AUTHORS rage - initial import of working code 2014-01-20 20:34:48 +09:00
COPYING rage - initial import of working code 2014-01-20 20:34:48 +09:00
ChangeLog rage - initial import of working code 2014-01-20 20:34:48 +09:00
INSTALL rage - initial import of working code 2014-01-20 20:34:48 +09:00
Makefile.am rage - initial import of working code 2014-01-20 20:34:48 +09:00
NEWS rage - initial import of working code 2014-01-20 20:34:48 +09:00
README rage - initial import of working code 2014-01-20 20:34:48 +09:00
TODO add video thumbnails on timeline/dragable/seeker at the bottom 2014-08-04 17:15:30 +09:00
autogen.sh rage - initial import of working code 2014-01-20 20:34:48 +09:00
configure.ac hide mouse on mouse idle on fullscreen mode in rage 2014-07-21 13:13:33 +09:00
rage.spec.in clean up build/pkg files 2014-03-09 15:01:22 +09:00

README

Rage 0.1.0

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net

******************************************************************************

Requirements:
-------------

  * elementary (>= 1.9.0)
  * eina (>= 1.9.0)
  * eet (>= 1.9.0)
  * evas (>= 1.9.0)
  * ecore (>= 1.9.0)
  * edje (>= 1.9.0)
  * emotion (>= 1.9.0)
  * ecore-imf (>= 1.9.0)
  * ecore-imf-evas (>= 1.9.0)
  * ecore-input (>= 1.9.0)
  * ethumb (>= 1.9.0)