ricardo.santos
20th March 2007, 18:57
Hi everyone!
My apologies if i posted in the wrong "section" but since its related to avisynth i thought the best place was here .
I have a few short clips (xvid,avi) that i want to convert to Mpeg2 720.576 with permanent subs on the video.
I used the following script and "fed" it to Quenc but in the final video audio is not in sync with the video, subtitles appear in sync with the audio.
avisource("C:\teste\1.avi")
loadplugin("C:\plugins\resize.avsi")
WIDTH=720
HEIGHT=576
WIDESCREEN=1
converttoyuy2()
assumeFPS(25)
converttoyv12()
LanczosResize(WIDTH,HEIGHT)
converttoyv12()
TextSub("C:\teste\1.srt")
since i couldnt find out what was wrong i "fed" the following script to Tmpgenc plus
avisource("C:\teste\1.avi")
TextSub("C:\teste\1.srt")
and everything was in sync, but for a small 5 minute clip i had to wait more than 20 minutes for the conversion to finish.
Can anyone tell me what im doing wrong in the first script? the video frame rate of the video source is 23.976 and i would like the final video to be pal.
Thanks
My apologies if i posted in the wrong "section" but since its related to avisynth i thought the best place was here .
I have a few short clips (xvid,avi) that i want to convert to Mpeg2 720.576 with permanent subs on the video.
I used the following script and "fed" it to Quenc but in the final video audio is not in sync with the video, subtitles appear in sync with the audio.
avisource("C:\teste\1.avi")
loadplugin("C:\plugins\resize.avsi")
WIDTH=720
HEIGHT=576
WIDESCREEN=1
converttoyuy2()
assumeFPS(25)
converttoyv12()
LanczosResize(WIDTH,HEIGHT)
converttoyv12()
TextSub("C:\teste\1.srt")
since i couldnt find out what was wrong i "fed" the following script to Tmpgenc plus
avisource("C:\teste\1.avi")
TextSub("C:\teste\1.srt")
and everything was in sync, but for a small 5 minute clip i had to wait more than 20 minutes for the conversion to finish.
Can anyone tell me what im doing wrong in the first script? the video frame rate of the video source is 23.976 and i would like the final video to be pal.
Thanks