[xiph-commits] r14613 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Thu Mar 20 05:30:00 PDT 2008


Author: j
Date: 2008-03-20 05:30:00 -0700 (Thu, 20 Mar 2008)
New Revision: 14613

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
switch sharpness default to 0

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2008-03-20 10:46:54 UTC (rev 14612)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2008-03-20 12:30:00 UTC (rev 14613)
@@ -577,7 +577,7 @@
         this->picture_height=0;      // set to 0 to not resize the output
         this->video_quality=rint(5*6.3); // video quality 5
         this->video_bitrate=0;
-        this->sharpness=2;
+        this->sharpness=0;
         this->keyint=64;
         this->force_input_fps=0;
         this->sync=0;
@@ -1451,7 +1451,7 @@
         "  -F, --framerate        output framerate e.g 25:2 or 16\n"
         "      --croptop, --cropbottom, --cropleft, --cropright\n"
         "                         crop input by given pixels before resizing\n"
-        "  -S, --sharpness        [0 to 2] sharpness of images (default: 2).\n"
+        "  -S, --sharpness        [0 to 2] sharpness of images (default: 0).\n"
         "                          Note: lower values make the video sharper.\n"
         "  -K, --keyint           [8 to 65536] keyframe interval (default: 64)\n"
         "\n"



More information about the commits mailing list