Subtitle method in TMPGEnc?
- Bushido Philosopher
- Joined: Mon Jun 25, 2001 7:19 pm
- Location: California
Subtitle method in TMPGEnc?
Does anyone know a way that I can get VobSub or something similar into TMPGEnc?
I've already tried frameserving from VirtualDub but it gives me this error saying that VobSub can't load into it.
You see, I wanna get the subtitles from the IFO file into the actual video encoding. The reason I want to get it into TMGEnc is because its settings are in my opinion much more fine-tuned than VDub's.
I've already tried frameserving from VirtualDub but it gives me this error saying that VobSub can't load into it.
You see, I wanna get the subtitles from the IFO file into the actual video encoding. The reason I want to get it into TMGEnc is because its settings are in my opinion much more fine-tuned than VDub's.
"Many people want to change the world, but very few even consider changing themselves."
<<A>My Member Profile</a>> <<A>Read my Xanga</a>>
<<A>My Member Profile</a>> <<A>Read my Xanga</a>>
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
- Bushido Philosopher
- Joined: Mon Jun 25, 2001 7:19 pm
- Location: California
i love these people....
give ya advice, but dont answer the question.
hehe, sorry wolf. i'm really apreciative. but i just got back from threads where they basuically have long ways of saying just "yup, i agree."
give ya advice, but dont answer the question.
hehe, sorry wolf. i'm really apreciative. but i just got back from threads where they basuically have long ways of saying just "yup, i agree."
"Many people want to change the world, but very few even consider changing themselves."
<<A>My Member Profile</a>> <<A>Read my Xanga</a>>
<<A>My Member Profile</a>> <<A>Read my Xanga</a>>
- FurryCurry
- Joined: Sun Jul 14, 2002 8:41 pm
What exactly are you trying to do? Burn hardsubs onto some video, and then encode it to mpeg 1 or 2?
There's probably a more elegant way, using avisynth to read the sub tracks or somesuch, but what I'd do is use vdub & vobsub(or whatever that plugin is that reads DVD style sub tracks), and encode to a huffYUV file, then use that as source for TMpegEnc.
There's probably a more elegant way, using avisynth to read the sub tracks or somesuch, but what I'd do is use vdub & vobsub(or whatever that plugin is that reads DVD style sub tracks), and encode to a huffYUV file, then use that as source for TMpegEnc.
- Bushido Philosopher
- Joined: Mon Jun 25, 2001 7:19 pm
- Location: California
OK here's the deal:
I want to DVD-Rip a video, then add the subtitles from the VOBs to the video, then output it to something like DivX or XviD.
And AVISynth?? Er...can you tell me what to do..? I really don't have good luck understanding that scripting. Can ya give me an example?
I want to DVD-Rip a video, then add the subtitles from the VOBs to the video, then output it to something like DivX or XviD.
And AVISynth?? Er...can you tell me what to do..? I really don't have good luck understanding that scripting. Can ya give me an example?
"Many people want to change the world, but very few even consider changing themselves."
<<A>My Member Profile</a>> <<A>Read my Xanga</a>>
<<A>My Member Profile</a>> <<A>Read my Xanga</a>>
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
- RadicalEd0
- Joined: Mon Jun 24, 2002 2:58 pm
Indeed. Not only that but ndw's method would require like 2 bazillion gb of space :| instead either use virtualdub's frameserver or a better idea is to use the avisynth plugin for vobsub. Thats IF you were using tmpg, but to encode to avi youd need to use vdub.
Avs isnt really that complicated, it looks hard to understand, but it isnt really. All you need to do is A. open the vob through dvd2avi's project file using mpeg2source("location.d2v"), B. IVTC or deinterlace using Decomb's Telecide() and Decimate() (for ivtc at least), C. resize using something like Bicubicresize(640,480), D. overlay the subs. I dunno how to use vobsub for avisynth since I've never hardsubbed :\ but im sure theres info on it sumwhere on google.
Avs isnt really that complicated, it looks hard to understand, but it isnt really. All you need to do is A. open the vob through dvd2avi's project file using mpeg2source("location.d2v"), B. IVTC or deinterlace using Decomb's Telecide() and Decimate() (for ivtc at least), C. resize using something like Bicubicresize(640,480), D. overlay the subs. I dunno how to use vobsub for avisynth since I've never hardsubbed :\ but im sure theres info on it sumwhere on google.
NMEAMV: PENIS
NMEAMV: IN
NMEAMV: YO
NMEAMV: MIXED
NMEAMV: DRINK
NMEAMV: IN
NMEAMV: YO
NMEAMV: MIXED
NMEAMV: DRINK
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US