[xiph-commits] r14843 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Tue May 6 16:04:08 PDT 2008
Author: j
Date: 2008-05-06 16:04:07 -0700 (Tue, 06 May 2008)
New Revision: 14843
Modified:
trunk/ffmpeg2theora/ChangeLog
trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
update ChangeLog, lower bitrate for videobin profile
Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog 2008-05-06 22:36:55 UTC (rev 14842)
+++ trunk/ffmpeg2theora/ChangeLog 2008-05-06 23:04:07 UTC (rev 14843)
@@ -3,6 +3,7 @@
- enable Ogg Skeleton by default
- add kate streams for subtitles (--subtitles, --subtitles-language,
subtitles-category, and --subtitles-encoding options)
+ - start- and endtime now also works if an output framerate is set
- new presets
0.20 2007-11-31
Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c 2008-05-06 22:36:55 UTC (rev 14842)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c 2008-05-06 23:04:07 UTC (rev 14843)
@@ -1412,7 +1412,7 @@
" Audio: Max 2 channels - Quality 3\n"
"\n"
" videobin Video: 512x288 for 16:9 material, 448x336 for 4:3 material\n"
- " Bitrate 992kbs\n"
+ " Bitrate 600kbs\n"
" Audio: Max 2 channels - Quality 3\n"
"\n"
" padma Video: 640x360 for 16:9 material, 640x480 for 4:3 material\n"
@@ -1903,7 +1903,7 @@
}
else if(!strcmp(optarg,"videobin")){
convert->preset=V2V_PRESET_VIDEOBIN;
- convert->video_bitrate=rint(992*1000);
+ convert->video_bitrate=rint(600*1000);
convert->video_quality = 0;
convert->audio_quality = 3.00;
convert->sharpness = 2;
More information about the commits
mailing list