English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Asm / Hardware

 
 
Thread Tools
Old 28 February 2013, 16:54   #1
Richardcavell
 
Posts: n/a
How does a 50 Hertz image get displayed?

Hi, everyone. I'm trying to visualize this. Let's say that I have a 320x256 screen. There are 50 "frames" per second, and a vertical blank interrupt for each one.

Only, a normal TV set doesn't display 50 frames per second. It displays 50 fields per second, where each field is half of a frame.

So did the Amiga display the entire 256 lines 50 times per second? If that were the case, then there's a problem. A PAL TV has 576 distinct lines, and expects 288 of them every 50th of a second. But every second field is moved down half a line - producing a kind of wobbliness.

So what's the deal?

Richard
 
Old 28 February 2013, 17:15   #2
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,570
If mode is not interlaced, Amiga creates odd or even fields only (depending on LOF bit state in VPOSW). I guess today it would be named "312p" screen mode.

Most (all?) old 1980s home computers used same trick to create stable non-interlaced mode.

Technical explanation: timing of sync lines during first few scanlines after vblank tell the TV if field is odd or even.
Toni Wilen is online now  
Old 28 February 2013, 17:34   #3
Retro-Nerd
Missile Command Champion
 
Retro-Nerd's Avatar
 
Join Date: Aug 2005
Location: Germany
Age: 52
Posts: 12,457
Also known as LDTV, non-standard PAL.

http://en.wikipedia.org/wiki/Low-definition_television
Retro-Nerd is offline  
Old 28 February 2013, 17:57   #4
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,654
I suppose this is why my shitty capture card doesn't take the input of the Amiga, as it probably expects an interlaced signal and not progressive.
Amiga1992 is offline  
Old 28 February 2013, 18:05   #5
Richardcavell
 
Posts: n/a
So the lines are doubled?

You haven't answered my question. If all the lines get displayed every 50th of a second, then every second set of lines must be displayed half a line below the first, right?
 
Old 28 February 2013, 18:30   #6
robinsonb5
Registered User
 
Join Date: Mar 2012
Location: Norfolk, UK
Posts: 1,157
Quote:
Originally Posted by Richardcavell View Post
You haven't answered my question. If all the lines get displayed every 50th of a second, then every second set of lines must be displayed half a line below the first, right?
No, as Toni says, the pattern of sync pulses at the beginning of each field tell the receiving TV set or monitor whether this field is odd or even, and thus which set of scanlines should be used. In non-interlaced video, the Amiga generates only even, or only odd fields, so every 50Hz "frame" touches the same set of scanlines, and leaves the interleaving scanlines untouched.
robinsonb5 is offline  
Old 28 February 2013, 18:32   #7
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,570
(I was just about to explain it better..)

btw, many LCD displays don't understand this "progressive" mode and show same field twice, skipping every other field. Result is jerky 25fps motion.

Quote:
I suppose this is why my shitty capture card doesn't take the input of the Amiga, as it probably expects an interlaced signal and not progressive.
Probably. It is confirmed if it works when mode is interlaced.
Toni Wilen is online now  
Old 01 March 2013, 00:25   #8
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,654
Quote:
Originally Posted by Toni Wilen View Post
Probably. It is confirmed if it works when mode is interlaced.
And that's a great test, I didn't think of it until you have explained this. I will try it soon.
Amiga1992 is offline  
Old 01 March 2013, 12:50   #9
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,349
If you have trouble recording/capturing the output from your Amiga, for system-legal programs you can force interlace mode on with Lacer, supplied with Workbench 2.0x and later. Do Lacer 1 to enable, Lacer 0 to disable. The Lacer program itself probably works under Kickstart 1.2/1.3 too. There are also some programs which perform the same function on Aminet.

Maybe a similar option should be suggested to the developers of WHDLoad installers. It should be very easy to implement.
mark_k is offline  
Old 08 March 2013, 11:49   #10
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,654
Maybe that could work, yeah. Worth a test.
I Just tried the capture card with an interlace mode and, yes, it worked perfectly. So the piece of garbage just doesn't like the Amiga's progressive output.
I don't understand why the C64 doesn't work, though, does that display progressively too?
Amiga1992 is offline  
Old 09 March 2013, 17:31   #11
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,570
Quote:
Originally Posted by Akira View Post
I don't understand why the C64 doesn't work, though, does that display progressively too?
Yes. It was the only way to have rock solid display (does not include other usual analog artifacts) on PAL/NTSC TVs. Real interlaced mode would have "wobbliness" that OP mentioned.
Toni Wilen is online now  
Old 10 March 2013, 05:53   #12
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,654
I love the fact that they are all progressive. I gotta get a proper video capture unit...
Amiga1992 is offline  
Old 10 March 2013, 12:17   #13
pandy71
Registered User
 
Join Date: Jun 2010
Location: PL?
Posts: 2,875
Not sure but DScaler probably support capture for 288/286p video sources.

However DScaler is very old (ok i see some 2012 compilation) and it have support only for Bt848/878 chips (and some SAA7134 too).
pandy71 is offline  
Old 10 March 2013, 13:58   #14
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,349
DScaler can also be used with USB video capture devices or anything which has a DirectShow driver. Most capture devices, if they work with 240p/288p sources at all, cause the computer to think the captured video is interlaced (when in fact it isn't).

DScaler has some special handling for that case, presenting output in 480p/60Hz for 240p input for example. I've done some experiments with the DScaler code and got it to have a nice scanline effect which is great for old consoles and the Amiga.

Whether a particular capture device works with 240p/288p input probably depends on both the hardware and the Windows driver for it.
mark_k is offline  
Old 15 March 2013, 13:59   #15
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,655
Quote:
Originally Posted by Richardcavell View Post
Only, a normal TV set doesn't display 50 frames per second. It displays 50 fields per second, where each field is half of a frame.
It's simpler than that, it shows 50 frames per second.

The confusion is about PAL input signal vs PAL "format" (for content). A DV disc that says "PAL" almost always outputs interlaced video. This still results in a PAL signal where display contents update at 50 fps - interlaced from the material that was filmed at 25 fps. (Even today, high-budget movies are filmed at such slow framerates.)

Quote:
Originally Posted by Richardcavell View Post
So did the Amiga display the entire 256 lines 50 times per second?
Yes (and still does), both in interlaced and non-interlaced mode. This is easily testable.

Demos and games look and play markedly better in 50fps than 25 fps. This is why displaying Amiga on a newer display not capable of exactly 50fps feels like a downgrade, and it's also why so much effort is spent by coders to make render loops run at full framerate.
Photon is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommend a good Hertz switcher? lordofchaos request.Apps 5 28 June 2013 04:55
Should the joystick or mouse port be displayed first? FrodeSolheim support.FS-UAE 4 06 February 2013 22:25
Brian the Lion AGA - 1.6.0 sprite not displayed Ian support.WinUAE 2 20 July 2009 11:49
Users with 0 Posts are no longer displayed on Memberlist andreas project.EAB 1 09 June 2004 10:38
To have a file requester displayed under AmigaDOS oldpx support.Apps 4 05 November 2002 01:01

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:52.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08894 seconds with 13 queries