Log in

View Full Version : megui and avs script for subtitle


aigle59
20th March 2008, 09:29
Hi
I want to use megui for creating a mp4 file. This file must containt one video track(H264), one audio file -AAC) in order to be compatible with my itouch

I want to add hard encoded subtitle in the video track but i dont know how to do with megui in avsfilecreator

Anyone has an idea ?

Therefore i could add a subtitle track to the mp4 files but when i am doing this with a vobsub file, the result is that the subtitles are not display. Perhaps a problem with the compatibily between mp4 and vobsub files ... And i don t know how to correct this

thanks for your answers

~bT~
20th March 2008, 11:53
#VideoSource
video=DirectShowSource("Path\To\.mp4",audio=false).ConvertToYV12()

#Subtitles
Loadplugin("Path\To\VSFilter.dll")

# for .srt
video=TextSub(video,"Path\To\srt",-1,25)

#for vobsub
video=VobSub(video,"Path\To\.sub")

PS. Try RipBot264

aigle59
20th March 2008, 19:01
thanks

all is ok for me
but i would like now to automate this process in megui by automatiquely added this script to original script

is a way to do this exist ?

Sharktooth
20th March 2008, 19:24
create an avisynth profile