Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how to tell if DVD is NTSC or PAL? [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
gnychis
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1004
Location: Pittsburgh, PA

PostPosted: Sat Jan 07, 2006 8:54 am    Post subject: how to tell if DVD is NTSC or PAL? [SOLVED] Reply with quote

Hi all,

is there a way in linux to tell if a DVD is NTSC or PAL?

Thanks!
George


Last edited by gnychis on Sat Jan 07, 2006 6:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
PRC
Apprentice
Apprentice


Joined: 15 Aug 2005
Posts: 191

PostPosted: Sat Jan 07, 2006 8:55 am    Post subject: Reply with quote

I believe mplayer will tell you if the vob files are ntsc or pal. I don't think linux itself can tell you, DVD's use vob files for movies.
_________________
Mayhem G4 (Asus z71v)
Back to top
View user's profile Send private message
gnychis
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1004
Location: Pittsburgh, PA

PostPosted: Sat Jan 07, 2006 5:01 pm    Post subject: Reply with quote

my mplayer seems broken on me

is there a way to do it in xine?
Back to top
View user's profile Send private message
gnychis
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1004
Location: Pittsburgh, PA

PostPosted: Sat Jan 07, 2006 6:29 pm    Post subject: Reply with quote

i used ifo_dump_dvdread

for example:
Code:

ifo_dump_dvdread /dev/dvd 1 | grep ntsc
ifo_dump_dvdread /dev/dvd 1 | grep pal
ifo_dump_dvdread dvd-image.iso 1 | grep ntsc
ifo_dump_dvdread dvd-image.img 1 | grep ntsc
ifo_dump_dvdread VIDEO_TS/ 1 | grep ntsc


it reads out of just about anything :) awesome tool
Back to top
View user's profile Send private message
arnolde
n00b
n00b


Joined: 29 Dec 2005
Posts: 32
Location: Frankfurt, Germany

PostPosted: Sun Jan 08, 2006 5:17 pm    Post subject: Re: how to tell if DVD is NTSC or PAL? [SOLVED] Reply with quote

gnychis wrote:
is there a way in linux to tell if a DVD is NTSC or PAL?


I thought DVDs are not coded in NTSC or PAL? The mpeg2 format does not have that difference?
Back to top
View user's profile Send private message
Pse
Apprentice
Apprentice


Joined: 01 Mar 2005
Posts: 188
Location: by the plate river

PostPosted: Mon Jan 09, 2006 12:15 am    Post subject: Reply with quote

I believe PAL and NTSC have different resolutions, and PAL works at 24fps while NTSC works at 30fps...
Back to top
View user's profile Send private message
arnolde
n00b
n00b


Joined: 29 Dec 2005
Posts: 32
Location: Frankfurt, Germany

PostPosted: Mon Jan 09, 2006 7:28 am    Post subject: Reply with quote

Pse wrote:
I believe PAL and NTSC have different resolutions, and PAL works at 24fps while NTSC works at 30fps...


Thats correct (PAL is actually 25fps) but that doesnt mean it's actually coded differenty on the DVD. Thats just how it is sent from the player to the TV. I can watch a U.S. DVD here on my European player and don't see any difference. (Once the player's region code is overridden).
Back to top
View user's profile Send private message
gkmac
Guru
Guru


Joined: 19 Jan 2003
Posts: 333
Location: West Sussex, UK

PostPosted: Mon Jan 09, 2006 10:16 pm    Post subject: Reply with quote

gnychis wrote:
is there a way to do it in xine?

Press Ctrl+I during playback to display stream/DVD information. The second line down will show the resolution of the picture.

Pay attention to the second number (vertical resolution). If its 720x576 then it's PAL, if its 720x480 then it's NTSC.
Back to top
View user's profile Send private message
gnychis
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1004
Location: Pittsburgh, PA

PostPosted: Sat Jan 14, 2006 8:16 am    Post subject: Reply with quote

so then does the PAL version chop off some of the left and right side of the movie? Since NTSC and PAL have the same width, but PAL has a greater height, either PAL cuts off the left and the right, or NTSC cuts off some of the top and the bottom... which is the correct answer? :)
Back to top
View user's profile Send private message
~L~
Apprentice
Apprentice


Joined: 15 Feb 2004
Posts: 154
Location: Finland

PostPosted: Sat Jan 14, 2006 8:37 am    Post subject: Reply with quote

arnolde wrote:
Pse wrote:
I believe PAL and NTSC have different resolutions, and PAL works at 24fps while NTSC works at 30fps...


Thats correct (PAL is actually 25fps) but that doesnt mean it's actually coded differenty on the DVD. Thats just how it is sent from the player to the TV. I can watch a U.S. DVD here on my European player and don't see any difference. (Once the player's region code is overridden).


They are actually coded differently. Your DVD player/TV are able to show both content and/or scale them properly


gnychis wrote:
so then does the PAL version chop off some of the left and right side of the movie? Since NTSC and PAL have the same width, but PAL has a greater height, either PAL cuts off the left and the right, or NTSC cuts off some of the top and the bottom... which is the correct answer? :)


They both might have ~same picture with the same aspect ratio. PAL just has more resolution. PAL dvd is not, thank god, made from NTSC dvd but from the source material. BTW: pixels are not square in anamorphic DVD.

http://www.michaeldvd.com.au/Articles/PALvsNTSC/PALvsNTSC.asp
http://www.dvdtimes.co.uk/content.php?contentid=296
Back to top
View user's profile Send private message
gnychis
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1004
Location: Pittsburgh, PA

PostPosted: Sat Jan 14, 2006 4:27 pm    Post subject: Reply with quote

so... PAL is better since it has a higher resolution?
Back to top
View user's profile Send private message
~L~
Apprentice
Apprentice


Joined: 15 Feb 2004
Posts: 154
Location: Finland

PostPosted: Sat Jan 14, 2006 7:49 pm    Post subject: Reply with quote

IMHO. Unless a DVD is poorly authored or it is interlaced PAL, which is terrible. Usually PAL DVDs are progressive. One other advantage is that in PAL format bad movies do not last as long as in NTSC format. :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum