lpinho
9th January 2003, 00:21
Hi there,
I use VobSub to add subtitles to a movie, I wish to encode it with CEE or TMPGenc, but I'm having some kind of problem.
If I open the .avs file with Windows Media Player the subtitles appear, but if I open the .avs file with TMPGEnc or CCE the subtitles don't appear...
Here is the script I use:
LoadPlugin("C:/WINDOWS/SYSTEM32/mpeg2dec.dll")
LoadPlugin("C:/WINDOWS/SYSTEM32/VOBSUB.DLL")
video = MPEG2Source("G:/movie/movie.d2v")
audio = WavSource("G:/movie/movie.wav")
VobSub(video,"G:/movie/movie")
LanczosResize(video,720,448,0,0.68)
ResampleAudio(audio,44100)
AudioDub(video,audio)
Can anyone help me?
Thank You
Pinho
[edit 1] -> And now TMPGenc encoder acts very weird, the ouput movie is full of colored vertical bars....
[edit 2] -> Just found out that after unstalling VobSub TMPGEnc no longer adds the vertical bars....
[edit 3] -> My goal is for the subtitles to be harcoded in the mpeg file
I use VobSub to add subtitles to a movie, I wish to encode it with CEE or TMPGenc, but I'm having some kind of problem.
If I open the .avs file with Windows Media Player the subtitles appear, but if I open the .avs file with TMPGEnc or CCE the subtitles don't appear...
Here is the script I use:
LoadPlugin("C:/WINDOWS/SYSTEM32/mpeg2dec.dll")
LoadPlugin("C:/WINDOWS/SYSTEM32/VOBSUB.DLL")
video = MPEG2Source("G:/movie/movie.d2v")
audio = WavSource("G:/movie/movie.wav")
VobSub(video,"G:/movie/movie")
LanczosResize(video,720,448,0,0.68)
ResampleAudio(audio,44100)
AudioDub(video,audio)
Can anyone help me?
Thank You
Pinho
[edit 1] -> And now TMPGenc encoder acts very weird, the ouput movie is full of colored vertical bars....
[edit 2] -> Just found out that after unstalling VobSub TMPGEnc no longer adds the vertical bars....
[edit 3] -> My goal is for the subtitles to be harcoded in the mpeg file