summaryrefslogtreecommitdiff
path: root/localvideowebencode
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-09-04 08:42:03 +0200
committerJonas Smedegaard <dr@jones.dk>2014-09-04 08:42:03 +0200
commit3646de6c114f7b26daab2b84a29f7f7c70807cd6 (patch)
tree2b015194fd8d58f50ebe09781eee9fcc9795829b /localvideowebencode
parent8d122288d61a1509d2203193989d43376834e4b0 (diff)
Add header /w licensing and package needs.
Diffstat (limited to 'localvideowebencode')
-rwxr-xr-xlocalvideowebencode23
1 files changed, 20 insertions, 3 deletions
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 <dr@jones.dk>
+# 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 <http://www.gnu.org/licenses/>.
+#
+# 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)