This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
trying to fix qscale==0
Originally committed as revision 341 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
23 years ago
parent
488fa19a86
commit
68d7eef971
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
ffserver.c
+ 7
- 0
ffserver.c
View File
@@ -1179,6 +1179,13 @@ void add_codec(FFStream *stream, AVCodecContext *av)
av->width = 160;
av->height = 128;
}
av->bit_rate_tolerance= 128000;
av->qmin= 5;
av->qmax= 31;
av->qcompress= 0.5;
av->qblur= 0.5;
av->max_qdiff= 3;
break;
}
Write
Preview
Loading…
Cancel
Save