View Single Post
Old 2009-01-01, 15:46   Link #233
krazywrath
Junior Member
 
 
Join Date: Oct 2008
Age: 32
alright, that's to make a .mkv video file, right?
However, I wish to hardsub the video/subs into a .avi file (or .mp4 if .avi is not possible) using meGUI. The code I put in earlier was attempting to do that using avisynth. However, I get NO AUDIO after encoding the video clip using the avisynth script below: (same as before)
Code:
LoadPlugin("C:\Documents and Settings\xxx\Desktop\VIDEO\things\VSFilter.dll")
DirectShowSource("C:\Documents and Settings\xxx\Desktop\VIDEO\ToA 11 attempt\[Raws-4U] Tales of the Abyss - 11 HD (1280x720 x264).mp4", fps=23.977, audio=true)
Trim(298,417)
#deinterlace
#crop
LanczosResize(704,400) # Lanczos (Sharp)
#denoise
TextSub("C:\Documents and Settings\xxx\Desktop\VIDEO\ToA 11 attempt\ToA11.ass")
krazywrath is offline   Reply With Quote