Hi,
I'm looking for the information, where can I find information about vertical possition of subtitles in DVD.
I try to write special routin in firmware for my dvd stand-alone player, to let me adjust vertical dvd subtitles possition. I'm not very skilled in dvd authoring, but know for sure that PC shows subtitles on different position then my dvd player. That makes me to belive, that my player changes the possition itselfs. If I know where the default position is written (In Ifo or vob or sup.) I could find the code in dvd player's firmware, that reads it and adjust. Then I can modyfie it, to let me move subs up and down, during playback.
I need your help guys, please. Otherwise I will spend a year more trying to do it
Thank you in advance.
Dinderi
+ Reply to Thread
Results 1 to 26 of 26
-
-
AFAIK, there is no vertical positioning of subtitles. A subtitle is a 720x480 bitmapped image using up to 4 colors (with one being transparent) that is overlaid on the playing video.
I don't think that there are any abilities of a player to offset the overlay. It is what it is.ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
In your case (assuming that you are in PAL country), the bitmap image is 720x576.
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Yes I know it
But somehow my Pioneer dvd player lower subtitles on the screen, comparing how thay are displayed, while the same movie is played on PC.
Okay, thank you very much for your answer, I'm a little step closer, to find (or not) the solution. It means, that I need to look for code that make it, in player's firmware, only
-
They are coded in SUP part. You can get DVDSubEdit (free) to look at them and reposition them at the same time.
Sometime the difference is how they were put in, either as 4:3 or 16:9 format.
That is why dvd player will place them in different spot. -
Originally Posted by dinderi
-
Yes, but particular software or players having the ability to move the subtitles on demand doesn't mean that positioning subs is part of the DVD spec.
-
I realize that. My post was in response to your post about overscan and to support the OP's theory that it's his player that positions them where they are.
-
Originally Posted by olyteddy
As I said, a subtitle is stored on a DVD as only a 4 color bitmapped image of the text to be displayed.ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Originally Posted by SLK001
-
Originally Posted by tinkerICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
...I try to write special routin in firmware for my dvd stand-alone player, to let me adjust vertical dvd subtitles possition...If I know where the default position is written (In Ifo or vob or sup.) I could find the code in dvd player's firmware, that reads it and adjust. Then I can modyfie it, to let me move subs up and down, during playback...
-
Thank you very much guys for your replies. Special, additional thanks, I send to tinker and olyteddy
olyteddy, would you please tell me, what Panasonic you have?
New Panasonic players works on MTK chip, the same as Pioneer. I can try to find that code - that moves dvd subtitles - in it's firmware and implement it into Pioneer.
No, I do not want to reauthor my dvds. I just want to reprogram my DVD player, to let me move dvd subtitles on a screen. I found Tinker's and Olyteddy's suggestions, the most usefull in this case, but any other sugestions are very welcome. As more I know from you guys, as easier would be to understand the problem, for me.
P.S. I'm sorry for my English, that may be not clear enough to understand.I learned it mostly in Australia ...
Hope, I could fly safely to Australia again, and no one would kill me, right at Melbourne's airport, since now
Happy Easter to all of you -
I have a 5 disk Panasonic Home Theater Model SA-HT700. I don't know much about the firmware, last I dabbled in Machine Code was the 6502 chip in my Commodore Vic-20 or a bit of Z-80 in my Timex Sinclair...
-
olyteddy, did you open player's case? What chip is inside? Is it MTK?
-
@ The OP, I can't be of help here, but I felt compelled to reply anyway.
Do not be ashamed in your (perceived lack of) mastery of the English language in any way. You seem to have quite a decent grasp of it as is - much more so than many of my fellow Americans (we sure butchered the Queen's 'native tongue' didn't we?). Put another way, there's no way in bloody hell I could come to Poland and even begin to know where to start re: even basic conversation (in Polish of course).
-
I don't know and don't care to find out what's inside, but there seems to be people who might know over at http://www.avsforum.com/avs-vb/showthread.php?t=405756
-
Originally Posted by SLK001
On the other hand, it's true that you can't change the horizontal position without re-encoding the bitmap, but that's not what the original poster was asking.
A great source of info is www.mpucoder.com, but I think you have to register to get the info on the subtitle encoding, and the definitions of the commands I'm talking about.
JeanlMenuShrink a free tool to shrink menus into stills with or without audio!
DVDSubEdit: a free tool to modify your subtitles directly inside the vob. -
Thank all of you for the answers. You are very helpfull, guys
-
Originally Posted by jeanlICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Yes...
that's how I know what DVDSubEdit does!
But the source code is public, so if you're into reverse engineering, that's another way to go!
JeanlMenuShrink a free tool to shrink menus into stills with or without audio!
DVDSubEdit: a free tool to modify your subtitles directly inside the vob. -
Originally Posted by jeanl
-
no, each subpic has a set of commands, each with their own arguments. If you're really interested, check out the mpucoder.com web site... all the info is there.
JeanlMenuShrink a free tool to shrink menus into stills with or without audio!
DVDSubEdit: a free tool to modify your subtitles directly inside the vob. -
check out the mpucoder.com web site... all the info is there.
I guess, we should make pioneerdivx.net, also "only for contribiuting members"
-
Yeah, that's the only problem with this site
.... But the info is quite thorough and really useful for programmers...
YOu can also find some info on DVD subtitles on the net, gathered by some people who did an extensive amount of reverse engineering, but it's not as complete/accurate...
JeanlMenuShrink a free tool to shrink menus into stills with or without audio!
DVDSubEdit: a free tool to modify your subtitles directly inside the vob.
Similar Threads
-
Question about DVD Authoring - Adding subtitles in a vertical orientation
By djash1983 in forum Authoring (DVD)Replies: 1Last Post: 31st Oct 2010, 20:56 -
how to fix position of subtitles
By hannibal1891 in forum SubtitleReplies: 3Last Post: 27th May 2010, 13:19 -
FFmpegX Subtitles Position not working
By kidart89 in forum ffmpegX general discussionReplies: 2Last Post: 8th Nov 2008, 20:02 -
How to edit the position of subtitles for softsubs?
By VidHunter in forum MacReplies: 0Last Post: 10th May 2008, 13:46 -
Adjust vertical 'position' on HD capture
By Hardcore Legend in forum DVB / IPTVReplies: 4Last Post: 12th Oct 2007, 13:30