summaryrefslogtreecommitdiff
path: root/localvideowebencode
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-09-19 14:17:02 +0200
committerJonas Smedegaard <dr@jones.dk>2011-09-19 14:17:02 +0200
commita00a4c3ad45064dd3443310b5c5a920338acb67d (patch)
treeb57515c5d01ea1336962bed65e26825cfd7d035a /localvideowebencode
parent528e6968dc41af053d3ef94ee7536194f9eadcde (diff)
Add some TODOs.
Diffstat (limited to 'localvideowebencode')
-rwxr-xr-xlocalvideowebencode6
1 files changed, 6 insertions, 0 deletions
diff --git a/localvideowebencode b/localvideowebencode
index 753ea80..2973012 100755
--- a/localvideowebencode
+++ b/localvideowebencode
@@ -8,7 +8,13 @@
# 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)
+# TODO: use (openshot and) melt:
+# * melt -consumer avformat:outfile.webm properties=consumer/avformat/webm infile.xml
+# * melt -consumer avformat:outfile.x264 properties=consumer/avformat/x264-medium-baseline infile.xml
+# * melt -consumer avformat:outfile.ogg f=ogg vcodec=libtheora b=1120k acodec=libvorbis aq=25 infile.xml
set -e