• Michael Niedermayer's avatar
    nutenc: choose for non audio streams a timebase with finer resolution. · 4abc411b
    Michael Niedermayer authored
    While a 25 fps stream can in general store frame durations in 1/25
    units, this is not true for the timestamps. For example a 25fps
    and a 25000/1001 fps stream when they are stored together might have
    a matching 0 timestamp point but when for example a chapter from
    this is cut the new start is no longer aligned. The issue gets
    MUCH worse when the streams are lower fps, like 1 or 2 fps.
    
    This commit thus makes the muxer choose a multiple of the
    framerate as timebase that is at least about 20 micro seconds precise
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    4abc411b
Name
Last commit
Last update
..
fate Loading commit data...
ref Loading commit data...
Makefile Loading commit data...
asynth1.sw Loading commit data...
audiogen.c Loading commit data...
base64.c Loading commit data...
copycooker.sh Loading commit data...
fate-run.sh Loading commit data...
fate-update.sh Loading commit data...
fate-valgrind.supp Loading commit data...
fate.sh Loading commit data...
ffserver-regression.sh Loading commit data...
ffserver.conf Loading commit data...
ffserver.regression.ref Loading commit data...
lavf-regression.sh Loading commit data...
lavfi-regression.sh Loading commit data...
lena.pnm Loading commit data...
md5.sh Loading commit data...
regression-funcs.sh Loading commit data...
rotozoom.c Loading commit data...
test.ffmeta Loading commit data...
tiny_psnr.c Loading commit data...
utils.c Loading commit data...
videogen.c Loading commit data...