Closed jkkma closed 1 year ago
Would you be able to use the program MediaInfo to check the exact framerates of the original and encoded files? https://mediaarea.net/en/MediaInfo
Hello @silverbacknet, thank you for replying. Ive checked with mediainfo and both videos show 50 fps as the target framerate, yet the desync on the encode remains. Ive possibly identified the issue though as the metadata of the encode somehow messing up FPS info, so i was recommended to remux the encode using mkvtoolnix and specifying the FPS there. And yes, this seems to fix the encode. So this might be a bug with libvpx itself and not av1an, but i dont know how to notify google devs of this, they dont seem to keep a standard github repo.
Make sure that you use -m lsmash
chunking method
Chunk generation method was set to lsmash and chunk merging method to mkvmerge.
try using the "select" chunk method
Tried it, still desynced. So far only remuxing and specifing FPS in mkvtoolnix worked.
If you try to use vpxenc with av1an and the video is longer than two minutes the video will start synced but slowly desync with the audio. Using latest av1an on Windows 11.