I need help with 2 things. Nero 7 users please look.
|
|
ArkadiyG
Member
|
28. May 2007 @ 12:24 |
Link to this message
|
1. How do I burn subtitles with my movie in Nero 7?
2. I downloaded russian subtitles from open subtitles, and well, they aren't russian, they are a bunch of symbols, how do I turn them into russian? Example: ÏÈÐÀÒÛ ÊÀÐÈÁÑÊÎÃÎ ÌÎÐß
|
Advertisement
|
|
|
gdw35
Newbie
|
28. May 2007 @ 18:29 |
Link to this message
|
It appears that you do not have the correct font.
Are you able to view the subtitles in other application?
I am not sure how Nero adds the subtitles but I suspect it needs to have a cyrilic font for them to be able to make sense to you, and not just display as garbage.
|
ArkadiyG
Member
|
28. May 2007 @ 23:37 |
Link to this message
|
The subtitles are an SRT file, and when I open them in notepad that's what comes up, and when I use them as subs fr the movie in Media Player Classic, that comes up too. As far as the Nero question, screw it, I'll just hard encode it to the file or whatever. I need an answer as to how to turn those symbols into russian.
|
celtic_d
AfterDawn Addict
|
29. May 2007 @ 05:58 |
Link to this message
|
The problem is that the subtitles aren't unicode and you don't have the correct character encoding set. Like the above displays fine when I manually change the encoding for this page to Cyrillic (windows-1251) but not with the default encoding of Western. If it was unicode it wouldn't be an issue since you can have Cyrillic and Western at the same time.
ПИРАТЫ КАРИБСКОГО МОРЯ
Nero as far as I know doesn't support subs. Better to use an authoring app that supports subtitles, then either convert to unicode or set the encoding correctly when converting from text to bitmap.
This message has been edited since posting. Last time this message was edited on 29. May 2007 @ 06:00
|
ArkadiyG
Member
|
29. May 2007 @ 13:59 |
Link to this message
|
How would I convert it to Unicode? I see the russian in your post so it's not too hard, right?
|
celtic_d
AfterDawn Addict
|
29. May 2007 @ 14:16 |
Link to this message
|
You see it because it is unicode. First thing you need to do is use the correct character set, then you can convert it to unicode if you want. Got to have something to convert first though.
|
ArkadiyG
Member
|
29. May 2007 @ 15:44 |
Link to this message
|
So I got the file in notepad like how it is in my original post, what's my next step?
|
ArkadiyG
Member
|
29. May 2007 @ 17:16 |
Link to this message
|
|
celtic_d
AfterDawn Addict
|
30. May 2007 @ 04:18 |
Link to this message
|
Page won't load. But once again if you aren't seeing things correctly, then it would be a matter of the wrong character set. You can go into your browser settings and set the character encoding to Japanese (there are three options I think). Fact is though if it is a site that allows numerous people to upload contenet, then there could be several different encodings going on.
As for notepad. I am not sure, perhaps because I don't have Cyrillic support installed, but setting the character encoding makes no difference here. Fact is that if you do have the support installed and you do change the encoding, then that only means that notepad will display it correctly. If you open the subs in say Subtitle Workshop, then they will look wrong again until you set it to Cyrillic, same goes for anything else that opens it. Converting to unicode would solve this, however not all apps can handle Unicode (Subtitle Workshop for instance I don't think can). VSFilter can though. Easiest way to convert to unicode is probably to drag the subs into your browser, set the encoding to 1251, copy/paste into notepad and save as UTF-8/unicode (you should get a warning if you don't).
This message has been edited since posting. Last time this message was edited on 30. May 2007 @ 04:19
|
ArkadiyG
Member
|
30. May 2007 @ 14:10 |
Link to this message
|
I opened the subs in Firefox, how do I set the encoding in FF?
|
celtic_d
AfterDawn Addict
|
30. May 2007 @ 21:13 |
Link to this message
|
View-->Character Encoding.
|
ArkadiyG
Member
|
31. May 2007 @ 17:24 |
Link to this message
|
Alright, so I changed it, and it looked fine in FF, I opened MS Word and did the same thing, and then saved it, but it turned back to those characters, how do I set it permanently?
|
ArkadiyG
Member
|
31. May 2007 @ 17:28 |
Link to this message
|
Also, I opened it in notepad after saving it as Cyrillic in FF, and when I go to format font, it has it as Cyrillic, but the symbols stay. What now?
|
celtic_d
AfterDawn Addict
|
1. June 2007 @ 04:49 |
Link to this message
|
You can't set it perminantly. This is what I was saying. Upto whatever app that opens it to set the correct character encoding and there is no header that says what that is (in HTML there is). That is the whole point of ANSI and why I bought up unicode or rather why it was created. It alows for all commonly used characters with the same set, so you can have Cyrillic, Western, Japanese, etc. all at the same time. ANSI on the other hand reuses characters for the different non western sets, so unless you are using the correct encoding, then you get the wrong symbols.
So my other point was whilst you can convert to unicode (I explained how) some apps won't handle it and it is unecessary anyway since you are going to convert anyway. You just need to set the correct encoding when you convert and you are done. The advantage of unicode is that if it is supported, then you don't need to set anything.
This message has been edited since posting. Last time this message was edited on 1. June 2007 @ 04:51
|
ArkadiyG
Member
|
1. June 2007 @ 13:30 |
Link to this message
|
Ah so confusing, I don't get what you're saying I have to do. I'm trying to just get it in russian to put them on the movie so I can burn it, and I've saved it in the right format, but it turns out the same way, so what can I do? In steps please.
|
celtic_d
AfterDawn Addict
|
2. June 2007 @ 12:19 |
Link to this message
|
It's simple. ANSI reuses characters. Open the file as windows-1251 and you get the correct characters. Resave the file and you haven't changed anything. All you did was make the program you were opening it in use the correct character set. Open the file as 8859-1 or some other encoding and you will still get the wrong characters. Save the file as unicode and no matter what, as long as the app supports unicode, then you get the correct characters since with unicode characters aren't reused.
As I said converting to unicode is fine, however uncessary if you just want to hardsub.
All you need is something like:
avisource("movie.avi")
textsub("movie.srt",204)
204 tells vsfilter that the encoding is Russian, otherwise you will get the symbols in your first post. Same could be done with directvobsub or if you wanted to avoid hard subbing, you should be able to set the correct encoding when authoring with subs.
VSfilter supports unicode, so you could convert to unicode and leave the 204 out.
|
ArkadiyG
Member
|
2. June 2007 @ 13:16 |
Link to this message
|
Alright, more understandable for me now. However, I'm very computer illiterate when it comes to this stuff, so how would I go about doing all of that in notepad?
And after it's fixed, exactly what do I do and what do I use to either attach the subs to the movie file or burn the subs to a disc with the movie?
|
ArkadiyG
Member
|
2. June 2007 @ 13:21 |
Link to this message
|
Do you have aim or msn? I'd feel it would be much easier if I could just chat with you and you can walk me through it so I can stop bugging you day by day with my questions.
|
celtic_d
AfterDawn Addict
|
3. June 2007 @ 08:33 |
Link to this message
|
Well assuming by "burn subtitles with my movie" you meant convert to DVD video with subtitles. As far as I know Nero doesn't actually support subs. That means the only way you can do subs is to hard encode them.
If you did actually mean burn the movie, then you just start an ISO data compilation and drag both files over. Upto the player to support Russian encoding though. For a DivX compatible SAP (Stand Alone Player) you could remux to a DivX file with xsubs. xsubs are bitmap based, so as long as you set the correct encoding when converting, then they will always display correctly. Same goes for DVD video with a separate subtitle stream.
|
ArkadiyG
Member
|
3. June 2007 @ 10:38 |
Link to this message
|
Alright, so to hard encode with the right russian encoding, whtat do I do and what programs do I use? Links?
|
celtic_d
AfterDawn Addict
|
3. June 2007 @ 16:19 |
Link to this message
|
Well you could use the above AVISynth script. You just need AVISynth and VSFilter (plugin that contains textsub()) You would get crisper subs though if you upsized before adding the subs. Since Nero converts via dshow it should load the subs automatically when you convert though, that is assuming you are using directvobsub for playback. Not sure about setting the encoding though.
|
ArkadiyG
Member
|
3. June 2007 @ 18:02 |
Link to this message
|
So how do I do all that? In steps (1, 2, 3 etc) please. Thanks.
|
ArkadiyG
Member
|
8. June 2007 @ 20:13 |
Link to this message
|
Nothing?
|
ArkadiyG
Member
|
9. June 2007 @ 21:31 |
Link to this message
|
Crap, if only I understood your terminology I wouldn't need it in steps.
|
Advertisement
|
|
|
ArkadiyG
Member
|
22. June 2007 @ 11:09 |
Link to this message
|
Alright, well I followed this guide
http://forum.koreandramas.net/topic_541.html
I have 2 problems.
1. It makes the movie open in a smaller window, and when opened to full screen it doesn't have as good quality of an image as the original.
2. I set everything to make russian subtitles, but for some reason the symbols still ended up there, any ideas?
|