diff options
-rwxr-xr-x | localvideowebencode | 6 |
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 |