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.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Xvid4PSP subtitles sync
By sorry931 in forum Newbie / General discussionsReplies: 3Last Post: 9th Mar 2012, 10:37 -
Xvid4psp help
By skorpinok in forum EditingReplies: 2Last Post: 26th Jun 2011, 21:28 -
DVD to .MP4 for Iphone using XviD4PSP audio sync issue
By Tearren in forum Video ConversionReplies: 4Last Post: 6th Jun 2010, 21:14 -
xvid4psp 5.0.37 sync issue with framerate
By dafuzzbudd in forum Video ConversionReplies: 1Last Post: 2nd Mar 2010, 13:39 -
XVID4PSP: VOB to MPEG2 (hard subs) progressive av sync issue
By txporter in forum DVD RippingReplies: 1Last Post: 24th Feb 2009, 11:48