-
- Downloads
avcodec: estimate output bitrate for uncompressed video codecs
Allows to get a more realistic total bitrate (and estimated file size) in avi_write_header. Previously a static default value of 200k was assumed. Adds an internal helper function for bitrate guessing. Signed-off-by:Tobias Rapp <t.rapp@noa-archive.com> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc>
Showing
- libavcodec/internal.h 6 additions, 0 deletionslibavcodec/internal.h
- libavcodec/r210enc.c 15 additions, 0 deletionslibavcodec/r210enc.c
- libavcodec/rawenc.c 2 additions, 0 deletionslibavcodec/rawenc.c
- libavcodec/utils.c 21 additions, 0 deletionslibavcodec/utils.c
- libavcodec/v210enc.c 3 additions, 0 deletionslibavcodec/v210enc.c
- libavcodec/v308enc.c 3 additions, 0 deletionslibavcodec/v308enc.c
- libavcodec/v408enc.c 2 additions, 0 deletionslibavcodec/v408enc.c
- libavcodec/v410enc.c 3 additions, 0 deletionslibavcodec/v410enc.c
- libavcodec/y41penc.c 1 addition, 0 deletionslibavcodec/y41penc.c
- tests/ref/fate/v410enc 1 addition, 1 deletiontests/ref/fate/v410enc
- tests/ref/vsynth/vsynth1-bpp1 1 addition, 1 deletiontests/ref/vsynth/vsynth1-bpp1
- tests/ref/vsynth/vsynth1-bpp15 1 addition, 1 deletiontests/ref/vsynth/vsynth1-bpp15
- tests/ref/vsynth/vsynth1-r210 1 addition, 1 deletiontests/ref/vsynth/vsynth1-r210
- tests/ref/vsynth/vsynth1-rgb 1 addition, 1 deletiontests/ref/vsynth/vsynth1-rgb
- tests/ref/vsynth/vsynth1-v210 1 addition, 1 deletiontests/ref/vsynth/vsynth1-v210
- tests/ref/vsynth/vsynth1-v210-10 1 addition, 1 deletiontests/ref/vsynth/vsynth1-v210-10
- tests/ref/vsynth/vsynth1-v308 1 addition, 1 deletiontests/ref/vsynth/vsynth1-v308
- tests/ref/vsynth/vsynth1-v408 1 addition, 1 deletiontests/ref/vsynth/vsynth1-v408
- tests/ref/vsynth/vsynth1-y41p 1 addition, 1 deletiontests/ref/vsynth/vsynth1-y41p
- tests/ref/vsynth/vsynth1-yuv 1 addition, 1 deletiontests/ref/vsynth/vsynth1-yuv
Loading
Please register or sign in to comment