AnimeSuki Forums

Register Forum Rules FAQ Community Today's Posts Search

Go Back   AnimeSuki Forum > Support > Tech Support

Notices

Reply
 
Thread Tools
Old 2006-02-03, 12:29   Link #1
iceyfw
Senior Member
 
Join Date: Oct 2004
Age: 35
using tmpgenc to convert h.264_ac3.mkv to mpeg2

i read a thread about it before the forum got hacked but the sticky for it is gone. i know i need to separate the audio, subs, and video. can anyone help me?

and im not sure if this is the right section.
iceyfw is offline   Reply With Quote
Old 2006-02-03, 15:17   Link #2
frad113
Senior Member
 
 
Join Date: Dec 2005
Send a message via AIM to frad113
Make sure you have all the proper codecs installed and use VirtualDubMod to extract/seperate the streams.
frad113 is offline   Reply With Quote
Old 2006-02-03, 15:52   Link #3
GHDpro
Administrator
*Administrator
 
 
Join Date: Jan 2001
Location: Netherlands
Age: 45
You can use MKVExtractGUI to extract all parts from the MKV (video, audio, subtitles).

You can then encode these, but...

To my knowledge TMPGEnc Xpress will not work with the latest version of ffdshow.
(and older versions [from 2003/2004 etc] of ffdshow don't have support for H.264)

This means that encoding H.264 with ffdshow & TMPGEnc is not possible. You can
bypass this problem by using AviSynth, but in that case just using my "v2" guide in the
sticky in this forum might be easier, unless you don't mind writing the AviSynth script yourself.

Btw, the original sticky thread for encoding DVD with TMPGEnc Xpress only covered the
conversion of AVI files -- MKV was not covered in that guide.

Extra notes:

- AC3 audio is already DVD ready. So you don't need to convert it to use it on a DVD.

- As for the video, you can open the MKV straight in AviSynth using the DirectShowSource() command.
(this might be important as succesfully extracting the H.264 video to an AVI file might be rather tricky)

Last edited by GHDpro; 2006-02-03 at 18:00.
GHDpro is offline   Reply With Quote
Old 2006-02-03, 19:23   Link #4
iceyfw
Senior Member
 
Join Date: Oct 2004
Age: 35
im so lost on what you guys said...

ive never used MKVExtractGUI and avisynth before. i think i did with avisynth once but it was for something else.

you see where the audio and video source is? i have no problems with those.. but its the subs im concerned about. i tried to convert it earlier but there was no subs showing on the preview. is there anyway i can get the subs to convert along with the video? and i think they're softsubs... im not too sure.

iceyfw is offline   Reply With Quote
Old 2006-02-04, 02:40   Link #5
GHDpro
Administrator
*Administrator
 
 
Join Date: Jan 2001
Location: Netherlands
Age: 45
If they're softsubs, then they should be auto-loaded using VSFilter if ffdshow
is used to decode the video.

If ffdshow is not used, then... there is no way to load them with TMPGEnc Xpress.
The only way would be to... write an AviSynth script to load them "manually".

I can't give you an example of such a script now, as I'm typing this from a computer
where I don't have access to the souces for the scripts I wrote for the sticky thread.
GHDpro is offline   Reply With Quote
Old 2006-02-05, 22:13   Link #6
iceyfw
Senior Member
 
Join Date: Oct 2004
Age: 35
i dont have much experience writing a script for avisynth... an example of doing the subs manually would be ncie i guess.
iceyfw is offline   Reply With Quote
Old 2006-02-05, 23:40   Link #7
GHDpro
Administrator
*Administrator
 
 
Join Date: Jan 2001
Location: Netherlands
Age: 45
Code:
LoadPlugin("C:\DVDStudio\Scripts\Apps\Tools\vsfilter.dll")
DirectShowSource("C:\video.mkv",fps=29.97,convertfps=true)
TextSub("C:\subtitles.ssa")
Adjust the path to VSFilter to where it is installed on your HD (use the Windows Search if necessary).
Also adjust the video and subtitle filenames and paths obviously. You may also need to adjust the
framerate (fps) to whatever framerate your source video is.
GHDpro is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 20:52.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
We use Silk.