diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-10 13:08:43 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-10 13:08:43 +0000 |
commit | aa208047552b9eeb095aed33d3ce573ab14904a9 (patch) | |
tree | 35648b99670bea07d3d40c9b6c2a436aca903d49 /tools/convert2theora | |
parent | eb0f5ffae76f0834076793b5755e1e7c12705e88 (diff) |
smÄ fiksesmÄ fikserr
Diffstat (limited to 'tools/convert2theora')
-rwxr-xr-x | tools/convert2theora | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/convert2theora b/tools/convert2theora index 887718d..93f464f 100755 --- a/tools/convert2theora +++ b/tools/convert2theora @@ -41,9 +41,9 @@ if [ ! -f "$BASENAME.ogv" ] ; then --contact "$CONTACT" \ > "$BASENAME.ogv-compresslog" 2>&1 else - ffmpeg2theora $1 -o $BASENAME.ogv + ffmpeg2theora $1 -o $BASENAME.ogv \ # --width 384 --height 288 - # > "$BASENAME.ogv-compresslog" 2>&1 + > "$BASENAME.ogv-compresslog" 2>&1 fi else echo "$BASENAME.ogv allready exist!" |