Hi when deinterlacing AVI file with Bwdif (Avisynth) (also tried vapoursynth) audio runs out of synch. AVI file plays fine. I can't upload the whole AVI file because it's very big and on small sample it's ok. It only happens on the big file. Thanks for every help.
ffmpeg reported on audio extraction reported "time: 03:22:52.20", but Hybrid assumes a length of 12172.2 s for the video which would match that length.
Don't see any errors in the processing, so my guess is that either the source filter has a problem, or the source if vfr.
1. Does it make a difference if you use AviSource as source filter?
(Enabling "Filtering->Avisynth->Misc->Source->Prefer AviSource for avi input" will prompt Hybrid to use AviSource, assuming you got 64bit vfw decoders installed in your system.)
2. Does enabling "Config->Input->Decoding->CFR output" make a difference?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Unfortunately both methods doesn't work. I have also reinstalled huffyuv codec without result. https://github.com/hofmand/video-codec-i...s/releases
To some point it was working perfectly but then the problem with synchro ocurred and since then I can't fix it. Thanks.
25.01.2025, 14:47 (This post was last modified: 25.01.2025, 14:48 by Selur.)
Try:
1. changing the location of your temp folder so something outside the users home.
2. making sure your antivirus software ignores the temp folder
3. using Vapoursynth instead of Avisynth
If you just remux the input (audio&video handling set to passthrough) is the output still sync?
Does enabling "Config->Automation->On Load->Always extract timecodes from input" and disable 'only some' make a difference?
Does it make a difference if you first remux the file with mkvtoolnix to mkv before feeding it to Hybrid?
Quote:To some point it was working perfectly but then the problem with synchro ocurred and since then I can't fix it.
Also try uninstalling Hybrid (including settings) and then reinstalling Hybrid.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.