| CODENOTIFIER | HelpYou are not signed inSign in |
Project: FFmpeg2theora
Revision: 14996
Author: j
Date: 03 Jun 2008 13:05:12
Changes:if keyframe_data_target_bitrate needs more it should get more
Files:| ... | ...@@ -672,5 +672,5 @@ | |
| 672 | 672 | info.ti.keyframe_frequency = this->keyint; |
| 673 | 673 | info.ti.keyframe_frequency_force = this->keyint; |
| 674 | info.ti.keyframe_data_target_bitrate = info.ti.target_bitrate * 1.5; | |
| 674 | info.ti.keyframe_data_target_bitrate = info.ti.target_bitrate * 5; | |
| 675 | 675 | info.ti.keyframe_auto_threshold = 80; |
| 676 | 676 | info.ti.keyframe_mindistance = 8; |