From 3646de6c114f7b26daab2b84a29f7f7c70807cd6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 4 Sep 2014 08:42:03 +0200 Subject: Add header /w licensing and package needs. --- localvideowebencode | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'localvideowebencode') diff --git a/localvideowebencode b/localvideowebencode index 324c05c..b17cc5c 100755 --- a/localvideowebencode +++ b/localvideowebencode @@ -1,13 +1,30 @@ #!/bin/sh - +# Copyright © 2010-2014 Jonas Smedegaard +# Description: Recode a video into web-optimized format(s) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# Depends: libav-tools melt ffmpegthumbnailer +# # Origins: # http://diveintohtml5.org/video.html # http://camendesign.com/code/video_for_everybody # http://www.streaminglearningcenter.com/articles/so-you-want-to-get-to-know-h264.html - +# # Possible flashplayers: # http://www.internetmarketingnotes.com/2010/07/free-embeddable-flash-video-flv-players-for-commercial-use/ - +# # TODO: offer to skip rendering again if an output file exist already # TODO: support --width and --height (resolving the other part from input/forced aspect ratio) # TODO: support --formats (comma-separated, to allow e.g. excluding webm even if supported) -- cgit v1.2.3