Skip to content

Desync with speed 0 and 1 #1858

Closed
Closed
@ycho

Description

@ycho

Tested with commit: acb7b69

./target/release/rav1e ~/Downloads/crowd_run_2160p50.y4m -o test.ivf -r test_rec.y4m --quantizer 128 --speed=1 --limit=3 --low_latency --tune=Psnr

../aom_build/aomdec test.ivf -o test_dec.y4m -v
../aom_build/aomdec test.ivf --rawvideo -o test_dec.yuv -v
ffmpeg -i test_rec.y4m test_rec.yuv -v 0
cmp test_rec.yuv test_dec.yuv

test_rec.yuv test_dec.yuv differ: char 8324073, line 1
==> difference in 2nd frame

Similar desync with speed 0. 1st frame is fine.
Checked that it first happens at the 2nd frame both 1st and 2nd frame when two frames are encoded, and does. not happen if only one frame is encoded.
Speed 2, 6 and 10 were fine.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions