Soloist
15th August 2010, 12:33
Hello ppl, first of all sorry for my bad english ^^ .
I'm running on a windows 7 x64 machine and i am trying to encode a movie (h.264 + aac.v2 + hardcoded sub) with meGUI for my samsung h1. I only have normal vobsub x86 and megui x86 installed, nothing more. And after making the .avs script (In megui) and encoding, the subs don't appear in the final encoded video file. :( . The Sub are in (.idx+.sub) format. Please help...
here's the avisynth script i am trying to encode:
________________________________________________________
LoadPlugin("C:\Program Files (x86)\[Multimedia]\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Temp\DGIndexFile.d2v", info=3)
LoadPlugin("C:\Program Files (x86)\[Multimedia]\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=4)
Tweak(sat=1.4)
Tweak(bright=2)
#deinterlace
#crop
Spline64Resize(720,400) # Spline64 (Sharp)
#denoise
LoadPlugin("C:\Program Files (x86)\[Multimedia]\MeGUI\tools\avisynth_plugin\VSFilter.dll")
VobSub("C:\Temp\PortugueseSubtitle.idx")
_______________________________________________________
ohhh forgot to say this: i ripped the sub using vsrip, and i already tried ripping the sub in megui built-in subripper... but the result is the same.
Thanks.:stupid:
I'm running on a windows 7 x64 machine and i am trying to encode a movie (h.264 + aac.v2 + hardcoded sub) with meGUI for my samsung h1. I only have normal vobsub x86 and megui x86 installed, nothing more. And after making the .avs script (In megui) and encoding, the subs don't appear in the final encoded video file. :( . The Sub are in (.idx+.sub) format. Please help...
here's the avisynth script i am trying to encode:
________________________________________________________
LoadPlugin("C:\Program Files (x86)\[Multimedia]\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Temp\DGIndexFile.d2v", info=3)
LoadPlugin("C:\Program Files (x86)\[Multimedia]\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=4)
Tweak(sat=1.4)
Tweak(bright=2)
#deinterlace
#crop
Spline64Resize(720,400) # Spline64 (Sharp)
#denoise
LoadPlugin("C:\Program Files (x86)\[Multimedia]\MeGUI\tools\avisynth_plugin\VSFilter.dll")
VobSub("C:\Temp\PortugueseSubtitle.idx")
_______________________________________________________
ohhh forgot to say this: i ripped the sub using vsrip, and i already tried ripping the sub in megui built-in subripper... but the result is the same.
Thanks.:stupid: