| Author |
Message |
KoRatta Member
Joined: 06 Apr 2008 Location: Moldova, Republic
|
|
i want to know what programs i can attach subtitles to .mkv with and how to do this
|
|
poisondeathray Member
Joined: 07 Sep 2007 Location: Canada
|
|
KoRatta Member
Joined: 06 Apr 2008 Location: Moldova, Republic
|
|
can you explain in details how to attach?
|
|
poisondeathray Member
Joined: 07 Sep 2007 Location: Canada
|
|
What are your input files? .srt subtitle? what video / audio streams? Do you have raw streams?
Or do you have a pre-existing .mkv container with video/audio already in it?
It's pretty easy, all you have to do is push the add button, and select whatever you want to put into the .mkv container, then push start muxing.
For the subtitles to work, you might have to rename them to the same filename as the video file before muxing
|
|
KoRatta Member
Joined: 06 Apr 2008 Location: Moldova, Republic
|
|
i attached subtitles... and it seems working... thank you
|
|
seaboy Member
Joined: 09 Apr 2008 Location: Vietnam
|
|
mkvmergegui, It's don't support Unicode, I can add subtittle Unicode to mkv, plzz help me
|
|
poisondeathray Member
Joined: 07 Sep 2007 Location: Canada
|
|
| seaboy wrote: |
mkvmergegui, It's don't support Unicode, I can add subtittle Unicode to mkv, plzz help me  |
What format are your subs in?
mkvmergegui just "packages" it in the .mkv container
You need something like DirectVobSub to be able to play them back on PC
|
|
seaboy Member
Joined: 09 Apr 2008 Location: Vietnam
|
|
my sub format is *.srt, I use mkvmergegui to add permanent subtitle in *.mkv, it work with subtittle normal, but my sub is use font Unicode, so it don't accept it.
|
|
poisondeathray Member
Joined: 07 Sep 2007 Location: Canada
|
|
| seaboy wrote: |
my sub format is *.srt, I use mkvmergegui to add permanent subtitle in *.mkv, it work with subtittle normal, but my sub is use font Unicode, so it don't accept it.  |
mkvmerge does not hardcode permanent subtitles, it softcodes them.
You have to re-encode with vsfilter for permanent subtitles
If you want to softsub (selectable), it should accept .srt, just enter the unicode type in the subtitle charset (in the "format specfic options" tab). I am using version 2.2.0 for mkvmerge
You could also convert them to .ssa subs, then you could specify fonts, colors, sizes and more effects
If you still can't figure it out, upload your subs here, and I'll have a look at it
Cheers
|
|
seaboy Member
Joined: 09 Apr 2008 Location: Vietnam
|
|
Oh, my subtittle format is Unicode, use fonts such as: Arial, News Time Roman..v...v... It's not format UTF-8, UTF-8 is format Unicode but usually on Web, I don't undetstand more between Unicode and UTF-8 . I solved my problem to add sub on mkv by way covert subtittle Unicode to UTF-8, but when i output file, The subtittle isn't display .
_And i have one more problem, about vsfilter, it's only a file *.dll, how do i use it ?
|
|
Midzuki RETIRED
Joined: 25 Jun 2007 Location: Outside of VH.com
|
|
Please upload a full~copy of your "problematic" .srt
|
|
poisondeathray Member
Joined: 07 Sep 2007 Location: Canada
|
|
Midzuki RETIRED
Joined: 25 Jun 2007 Location: Outside of VH.com
|
|
| Quote: |
| about vsfilter, it's only a file *.dll, how do i use it ? |
First of all, get the version 2.33
Then, copy it into c:\windows\system32\
3rd, run "regsvr32 vsfilter.dll"
4th, run "rundll32 vsfilter.dll,DirectVobSub"
(or create a desktop shortcut with these parameters)
5th, tweak it as needed.
|
|
seaboy Member
Joined: 09 Apr 2008 Location: Vietnam
|
|
This is full my subtittle, you can download here, i use vietnamese:
http://www.box.net/shared/cbsi9t6as0
What format is your video stream in?
_I don't know. How can i view it ?
Can you get subs to play back outside of the .mkv container?
_Yes, i can.
_I understand your saids,and I want to add sub to mkv (softsub), because i want my video (mkv) look clean-lembed.
|
|
seaboy Member
Joined: 09 Apr 2008 Location: Vietnam
|
|
| Midzuki wrote: |
First of all, get the version 2.33
Then, copy it into c:\windows\system32\
3rd, run "regsvr32 vsfilter.dll"
4th, run "rundll32 vsfilter.dll,DirectVobSub"
(or create a desktop shortcut with these parameters)
5th, tweak it as needed. |
_Thanks, after i follow this way, my Video (mkv) can display subtittle.
|
|
Midzuki RETIRED
Joined: 25 Jun 2007 Location: Outside of VH.com
|
|
seaboy Member
Joined: 09 Apr 2008 Location: Vietnam
|
|
poisondeathray Member
Joined: 07 Sep 2007 Location: Canada
|
|
It has to do with the numbering sequence. I don't know the technical explanation for it.
Your working file starts with "1"
The not-working file starts with "0"
If you delete the 1st entry, or edit it to start with "1", mkvmerge will accept it
|
|
seaboy Member
Joined: 09 Apr 2008 Location: Vietnam
|
|
Midzuki RETIRED
Joined: 25 Jun 2007 Location: Outside of VH.com
|
|
seaboy Member
Joined: 09 Apr 2008 Location: Vietnam
|
|
To Midzuki: Oh, your file is working, thank u so much, but How did you do it? In fact,I only want to know control this software (mkvmerge), is not simple make correct my subtittle:D.
|
|
seaboy Member
Joined: 09 Apr 2008 Location: Vietnam
|
|
Midzuki, can u please guilde me the way to correct a sub? . actually, i still don't know what wrong is my subtittle 2 have ? .Sorry, I'm so noob
|
|
Midzuki RETIRED
Joined: 25 Jun 2007 Location: Outside of VH.com
|
|
I used a hex editor to examine your .SRTs (Hexplorer, to be specific).
The first two bytes of a Unicode-text are its "Unicode-ID", so to speak.
It can be either "FF FE" (little-endian) or "FE FF" (big-endian). I suppose
that a write-error occurred when that second .srt file was being saved
on the hard disk, take a look at the picture below:
I just deleted the redundant bytes (the underlined ones),
saved the result as a new .srt file, and "uêba!" ^_^
|
|
|
|