Hi.

I've been using xvid4psp 5 to convert mkv and hardcode the subs, it's usually been working great. However, lately the videos I want to convert are out of sync in xvid4psp. The first few minutes are fine, but if I go to the end of the video the audio is completely out of sync. Does anyone know what the problem might be?

This is what it looks like if I go to AviSynth > Edit filtering script:



import("E:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\functions\AudioFunctions.avs")
import("E:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\functions\VideoFunctions.avs")
loadplugin("E:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\FFMS2.dll")
import("E:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\FFMS2.avsi")
loadplugin("E:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\bass\bassAudio.dll")

video = FFmpegSource2("E:\Nedlastinger\[HorribleSubs] Naruto Shippuuden - 256 [720p].mkv", rffmode=0, threads=1, cachefile="E:\Temp\[HorribleSubs] Naruto Shippuuden - 256 [720p].mkv.ffindex").AssumeFPS(23.810)
audio = bassAudioSource("E:\Temp\0005_0.aac")
AudioDub(video, audio)

ConvertToYV12()

###[FILTERING]###
###[FILTERING]###

ChangeFPS(23.976)



I'm trying to convertto mp4 with the video encoding x264 Q21 HQ Film and audio AAC-LC VBR 0.45.


Thanks.