Use FFMpeg instead of Avconv
[meviz.git] / TODO.org
1 * things to integrate
2 + jheora
3 + jogg and jorbis from jcraft
4 * subsystems
5 ** encoder
6 *** possibility to delete original files after conversion
7 *** possibility to get rid of the terminal window when encoding videos
8 *** shall process files in alphabetically sorted order
9 ** file renamer
10 *** possibility to use parent directory name
11 *** shall process files in alphabetically sorted order
12 ** HTML indexer
13 *** video thumbnails
14 *** possibility to go back multiple levels
15 *** sitemap generation
16 *** should make it clear which file is preview, and whitch is original
17 *** add possibility to generate video thumbnails
18 : ffmpeg -itsoffset -4 -i someRandomVideo.mp4 -vcodec mjpeg -vframes 1 -an -f rawvideo -s 800x600 test.jpeg
19 meviz should not preload videos with thumbnails