Log in

View Full Version : A Problem in Subs on DVD


dashali
1st September 2010, 20:58
I have a DVD that I play it...
with KMPlayer,Media Player Classic: it's subs are out of movie frame (pic 1)
with PowerDVD, DVDSubEdit: it's subs are ok (pic 2)
pic 1:
http://forum.doom9.org/attachment.php?attachmentid=11438&stc=1&d=1283371044


pic 2:
http://forum.doom9.org/attachment.php?attachmentid=11439&stc=1&d=1283371044

What is the problem?

mpucoder
2nd September 2010, 05:21
A little more information would help, but I'm betting the movie is half-D1 (352 pixels wide, probably mpeg-1). The reason I say this is the scaling of the subs. PowerDVD and DVDSubEdit understand that subs are NOT scaled with the video, but are always 720 pixels wide.

ggtop
2nd September 2010, 08:40
Funny. I have the same issue and posted here: http://forum.doom9.org/showthread.php?p=1431061#post1431061

Maybe yours is Half-D1 also?

ggtop

blutach
3rd September 2010, 00:15
Yep, For sure its 1/2 D1. I've had this a few times in the past with extras that I recoded into 1/2 D1. It should play OK in a standalone.

Regards

Midzuki
3rd September 2010, 12:08
The worst part of that problem: the so-called "raw video filter" of ffdshow uses the same b0rked DVD-subpicture "engine", so one cannot use ffdshow's video processor while watching half-D1 DVDs (because ffdshow steals the subpicture connection from the spec-compliant MPEG-2 decoders). :mad: :mad: :mad:

dashali
3rd September 2010, 12:57
I demux subs and open with SubtitleCreator. But it show them ok.
What I should do on demuxed *.sup files before remux DVD?

Ghitulescu
3rd September 2010, 13:25
Nothing :)
The subtitles are OK, the video is not compatible with the player, so either change the player or reencode the video.

dashali
3rd September 2010, 14:09
yeah, that's right!
I imported demuxed *.m2v in MuxMan. The video is NTSC 352x480 MPEG-2 4:3
It is good that I re-encode m2v to Full D1?
and How? (what way is better?)

Midzuki
3rd September 2010, 15:55
The better choice is to use a better MPEG-2 decoder ;)

DScaler 5 is freeware, and does work correctly.

dashali
3rd September 2010, 21:53
I want change resolution from 352x### to 720x###.
I try DVDPatcher & Restream to change M2V resolution, but it create half empty size.
How I can do it? with VirtualDub-MPEG2 how I can?
Or with any freeware/non-freeware software?

manono
4th September 2010, 07:37
Lanczos4Resize(704,Height)#or your favorite resizer
AddBorders(8,0,8,0)