• Frank Barchard's avatar
    SWSCALE: Increase maximim with from 5120 to 21504 · e3a84542
    Frank Barchard authored
    Heres a benchmark
    
    VOFW 5120  VOFW 21504    Note
    10438.8    10344.2       timex ffmpeg -y -i tulip2.mp4 tulip2.yuv
    25611.9    24256.9       timex ffmpeg -y -itulip2.mp4 -s 1272x724 tulip2.yuv
    24485.7    26006.6
    28573.1    24291.3
    24069.1    26995.9
    25684.95   25387.675     average
    
    This is on a Nehalem i7.  Despite being a 500 frame, 720p video, the numbers
    fluctuate, so I took an average of 4 runs.
    
    Another reason I'd like this change is youtube accepts videos with higher
    resolutions than 5120.
    16384 is vp8's maximum resolution, so that should keep us amused for a
    little longer.
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    e3a84542
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
mt-work Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...