HungryFeline
94ba42fc70
Set ffmpeg's "overwrite output files" switch (-y)
...
Regenerate thumbnail doesn't work since the output file already exists and ffmpeg expects the user to decide wether to replace the file or not. With the -y switch set, ffmpeg does so without asking.
https://ffmpeg.org/ffmpeg.html#Main-options
2016-06-16 16:40:51 +02:00
Shish
1ac88e8923
more comments
2015-09-27 12:38:48 +01:00
jgen
433d67453c
This fixes issue #466 . You can now optionally generate thumbnails for videos with the newer versions of FFmpeg that take into account the aspect ratio.
2014-12-14 15:22:44 -08:00
jgen
5012b15ce9
Comment as to why the default is to ignore the aspect ratio.
2014-12-14 15:20:47 -08:00
jgen
2ff036d250
Remove unused variables.
2014-12-14 15:19:59 -08:00
jgen
02efa180de
Add a default option to ignore aspect ratio when creating a thumbnail with FFmpeg.
2014-12-13 16:54:21 -08:00
Daku
77607e0c02
keep aspect ratio when created video thumbnail
2014-05-29 18:40:17 +01:00
jgen
a0a39784d4
Make webm videos auto-loop by default.
2014-04-28 00:57:49 -04:00
jgen
4f51e942be
Updating/Fixing/Adding more comments with the PHP Doc style.
2014-04-27 15:33:57 -04:00
jgen
b1d123c960
Add more escaping to the shell command for ffmpeg.
2014-04-26 17:09:18 -04:00
jgen
1ecf33e39d
Merge branch 'video_thumb' of git://github.com/shish/shimmie2 into develop
2014-04-26 16:54:28 -04:00
jgen
daee99c1bc
Removing the closing PHP "?>" tag as per style guidelines.
2014-04-24 22:28:53 -04:00
jgen
7fd655fc4e
Added conditional message for IE users to download plugin from Google for webm.
2014-04-18 18:47:14 -04:00
jgen
b5d005710c
Fix indentation (spaces -> tabs)
2014-04-18 02:10:10 -04:00
jgen
2f380f5d59
Video thumbs are working for webm files now.
2014-04-18 02:06:12 -04:00
jgen
273d386d22
Working on thumbnail support for video files.
2014-04-18 01:37:27 -04:00
Shish
6c9a4a3b86
A start on video thumbnailing; see #400
...
Almost certainly not working yet; not tested, just committing so that
other people have something to work with and we aren't duplicating
effort
2014-04-10 08:15:00 +01:00
Shish
f72bfbb050
fix indentation
2014-04-06 20:47:01 +01:00
Shish
c8aa3327a1
A bunch of small changes from scrutinizer-ci; some tidying, some actual bug fixes
2014-03-30 13:26:48 +01:00
velocity37
c9bacdf56d
Handle Video: Flash/HTML5 video player
...
Requires getID3() and Jaris FLV Player
2012-10-16 21:42:20 +01:00