[xiph-commits] r16570 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Thu Sep 24 14:38:50 PDT 2009


Author: j
Date: 2009-09-24 14:38:50 -0700 (Thu, 24 Sep 2009)
New Revision: 16570

Modified:
   trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
further tune presets

Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c	2009-09-24 21:29:06 UTC (rev 16569)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c	2009-09-24 21:38:50 UTC (rev 16570)
@@ -2394,7 +2394,8 @@
                 else if (!strcmp(optarg,"videobin")) {
                     convert->preset=V2V_PRESET_VIDEOBIN;
                     convert->video_bitrate=rint(600*1000);
-                    convert->video_quality = 0;
+                    convert->soft_target = 1;
+                    convert->video_quality = 3;
                     convert->audio_quality = 3.00;
                     info.speed_level = 0;
                 }
@@ -2407,6 +2408,7 @@
                 else if (!strcmp(optarg,"padma-stream")) {
                     convert->preset=V2V_PRESET_PADMASTREAM;
                     convert->video_bitrate=rint(180*1000);
+                    convert->soft_target = 1;
                     convert->video_quality = 0;
                     convert->audio_quality = -1.00;
                     convert->sample_rate=44100;



More information about the commits mailing list