Amiga.org

Amiga computer related discussion => Amiga Hardware Issues and discussion => Topic started by: amigadave on November 26, 2008, 05:58:40 AM

Title: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: amigadave on November 26, 2008, 05:58:40 AM
With the SAM440ep and EFIKA and likely their successors to have power saving SOC systems that can't compare to the raw power of traditional PC's and Mac's, wouldn't it be nice to have a new DCTV or Graffiti that could output HDTV 1080i resolution video or it's visual equivalent at a fraction of the resource requirement.

Could the technology that was used in the DCTV be extrapolated to make it output HDTV?  I realize that modern graphics cards do most all the work now, but it seems that the SAM440ep and EFIKA could still use some serious help in displaying HDTV movies and animations.

And to sweeten the pot, create an upgraded DCTV Paint to go with it too.

Edit:  Or do we just need DivX or Quicktime codecs ported to AmigaOS4.1/MorphOS2.1?
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: mingle on November 26, 2008, 06:31:41 AM
Hmm.. I thought the original strengths of things like DCTV was that they could create 24-bit GFX that was suitable for genlocking and other analog video stuff like that.

These days most (all?) broadcast/TV imagery is done in the digital domain, so isn't all that's needed is a video card that'll do 1920x1080 and a support video in and fast CPU to push thing along?

Feel free to correct me if I'm WAYYY off! :-)

Cheers,

Mike.
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: amigadave on November 26, 2008, 06:51:01 AM
Quote

mingle wrote:
Hmm.. I thought the original strengths of things like DCTV was that they could create 24-bit GFX that was suitable for genlocking and other analog video stuff like that.

These days most (all?) broadcast/TV imagery is done in the digital domain, so isn't all that's needed is a video card that'll do 1920x1080 and a support video in and fast CPU to push thing along?

Feel free to correct me if I'm WAYYY off! :-)

Cheers,

Mike.


Nope, the original strength of the DCTV was that it used a proprietary compression algorithm to display an Amiga 3bit or 4bit display as a 2.1million color analog composite signal.  Not true 24bit images, but so close the human eye could hardly tell the difference.  Since the Amiga was actually only displaying a 3bit or 4bit image that the DCTV device was converting, the Amiga could push the frame rate quite high with very little horsepower.  An 68030/25MHz could playback full length movies from a decent SCSI hard disk without any problem.  Hence my thought that perhaps such a device could be redesigned with a similar purpose for the SAM440ep and EFIKA which lack the CPU power to display HDTV movies (Can the SAM?  I know that the EFIKA has trouble doing so and keeping the sound synced).

DCTV was an incredible invention for it's time, but was not exploited sufficiently.  Now with the emphasis on everyone going "GREEN" and consuming less energy, maybe there is a chance to return to the idea of the DCTV.

DCTV also came with a great paint program and had a slow scan full color digitizer.  They came out later with a composite to RBG converter, which allowed it to be used with a genlock to combine DCTV imagery with video.
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: Hammer on November 26, 2008, 10:05:28 AM
Quote

amigadave wrote:
With the SAM440ep and EFIKA and likely their successors to have power saving SOC systems that can't compare to the raw power of traditional PC's and Mac's,

One should add ARMv7 (e.g. Cortex-A8) with 128bit Neon SIMD. These PowerPC CPUs doesn't have instruction set for SIMD.

Quote

 wouldn't it be nice to have a new DCTV or Graffiti that could output HDTV 1080i resolution video or it's visual equivalent at a fraction of the resource requirement.

Could the technology that was used in the DCTV be extrapolated to make it output HDTV?  I realize that modern graphics cards do most all the work now, but it seems that the SAM440ep and EFIKA could still use some serious help in displaying HDTV movies and animations.

And to sweeten the pot, create an upgraded DCTV Paint to go with it too.

Edit:  Or do we just need DivX or Quicktime codecs ported to AmigaOS4.1/MorphOS2.1?

The old DCTV methods wouldn't help with pure math based compressions formats e.g. H.264, VC1, MPEG-2 and Advanced Access Content System (AACS) decryption. Refer to hardware H.264 addon cards.

The mobility Radeon 9000 supports MPEG2 and resolutions beyond 1080p.

Quote

An 68030/25MHz could playback full length movies from a decent SCSI hard disk without any problem.

Was the content MPEG (VCD) based?

I remember my Amiga 3000/030@25Mhz barely decode MP3 in real time, let alone VCD MPEG.
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: Crumb on November 26, 2008, 11:29:02 AM
Quote
One should add ARMv7 (e.g. Cortex-A8) with 128bit Neon SIMD. These PowerPC CPUs doesn't have instruction set for SIMD.


PowerPC has a pretty decent SIMD instruction set called Altivec. It's better to build the next OS4 machine with a cpu that supports VMX/Altivec than using foreign cpus :-)

The old DCTV used a compression similar to YUV, the amiga played a normal animation with not many bitplanes fullscreen from HD without problems and the nice DCTV converted the output to lots of colours. YUV modes already exist in most of graphic cards and is a similar idea to the DCTV. HAM is also a compression method.

Quote
Was the content MPEG (VCD) based?


It wasn't and it didn't need to be. It used just a few bitplanes. You could use any method you wanted to compress the animation. The DCTV would interpret the output and show the right colours.

Quote
I remember my Amiga 3000/030@25Mhz barely decode MP3 in real time, let alone VCD MPEG.


Why use crap looking MPEG full of artifacts when you could show a nice and clean animation without artifacts? :-)
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: amigadave on November 26, 2008, 11:50:07 AM
@Hammer,

Quote
Hammer wrote:
Was the content MPEG (VCD) based?


No, it was just in DCTV format, images and probably run as an anim5.  I don't remember what animation software the guys were running, but the guys showing it at the Amiga show said that it was made with a DCTV and running from the hard drive.  The sound was perfectly synced and the picture quality was as good as any VHS tape of the time.  This must have been in 1989 or 1990 when that was unheard of on any other platform.  It was amazing to see at that time.  People were looking under the table and behind the booth looking for the VCR.

Quote
The mobility Radeon 9000 supports MPEG2 and resolutions beyond 1080p


Yes, I noted that modern graphics cards are far more capable than the DCTV and Amiga graphics were/are, but can a SAM440ep with your noted Radeon 9000 play 1080p movies from hard disk without dropping frames or losing sync with the soundtrack?  I know that the similarly CPU powered EFIKA running MorphOS2.1 cannot, or at least I have not been successful with mine using MPlayer.

So, my question, or suggestion is that perhaps some genius programmer, or hardware designer could create something similar to the DCTV to allow the SAM440ep and EFIKA to play 1080p movies from their hard drives.  The magic of the DCTV is that it could convert the very low bandwidth Amiga 3bit, or 4bit display into a composite display with 2.1 million colors that looked as good as any NTSC or PAL broadcast on your TV.  Since it was only at 3 or 4 bit depth, the meager powered Amigas could produce full speed animations with sound and imitate TV quality movies.

Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: Hammer on November 26, 2008, 12:07:22 PM
Quote
PowerPC has a pretty decent SIMD instruction set called Altivec. It's better to build the next OS4 machine with a cpu that supports VMX/Altivec than using foreign cpus

The context was for SAM440 and 5200.

Quote

Why use crap looking MPEG full of artifacts when you could show a nice and clean animation without artifacts?

Compression ratio ~6:1 for DCTV...

ATI Radeon X1300/X1600
Lossless Z Compression (up to 48:1).
Lossless Color Compression (up to 6:1) at all resolutions.

ATI Radeon HD HD 2600/3600/4550
Lossless Z & stencil compression (up to 128:1)
Lossless color compression (up to 8:1)

H.264/AVC includes lossless compression as well as lossy compression.
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: jj on November 26, 2008, 12:11:14 PM
I am probably missing something here, but wouldnt it look terrible at that sort of resolution. Im guessing it looked ok origianlly becuase it was such low resolution
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: Fransexy_ on November 26, 2008, 12:18:50 PM
FPGAs anyone?  :idea:
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: amigadave on November 26, 2008, 12:42:08 PM
Quote

JJ wrote:
I am probably missing something here, but wouldnt it look terrible at that sort of resolution. Im guessing it looked ok origianlly becuase it was such low resolution


I am not saying use the same resolution as the old DCTV device, I am just saying that it would be great if some kind of device that used a similar method (Edit: not method, but got similar results that were 1080p), was available that would enable the SAM440ep and the EFIKA to display 1080p movies from their hard drives.  With todays powerful graphics cards, maybe it could be done in software instead of hardware.
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: jj on November 26, 2008, 12:46:16 PM
But they are already capabable, especially the sam

its the video playing software that is not up to scratch
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: amigadave on November 26, 2008, 12:51:58 PM
Quote

JJ wrote:
But they are already capabable, especially the sam

its the video playing software that is not up to scratch


Is it the software's fault?  I thought that the faster G4 AmigaOne's and Pegasos2's running the same software were capable and the fault was in the speed of the SAM and the EFIKA?
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: Fab12 on November 26, 2008, 01:11:43 PM
AmigaDave,

Neither Efika nor Sam are able to play a 1080p h264 file (and far from it). You'd need some 1.5/2GHz G4 to do so, or a dedicated processing unit.

JJ,

I'm impatient to see a SAM playing a 1080p h264 file at full speed with some plugged fpga really...

Seriously, just stop dreaming.

At the moment, both dvplayer & mplayer for OS4 are about twice as slow as mplayer for MorphOS regarding h264 playback (they'll catch up when they are updated to current ffmpeg and have faster video output drivers). So I wouldn't even be surprised if an Efika wouldn't behave better than a SAM currently.

Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: leirbag28 on November 26, 2008, 01:31:35 PM

Come on folks.............the guy is obviously talking about a DIGITAL DCTV update.....no one is referring to actually making a COMPOSITE revised edition.


But anyway.............absoulutely pointless.............Why do computers struggle with HD content?  because the PC makers are brainless.

All we need is an NEXT GEN Amiga with BluRay and Custom Video chips like the PS3 and Removable chips for that matter so they can be upgraded.

If it were up to me I would insert twice the resolution capability of 1080p...............sure it will bring up the price...............but you will only have to buy 1 Amiga for the next 12 years...............how many times do PC and mac users buy new machines?  like every 3 years or so I estimate...probably less!  so they spend more money that it would cost us to shell out for an expensive Amiga.


Very very Verryyyyy simple formula for success.

You cant settle for less than HD content and no BluRay...............ReeeeeDik You Luss!

Amiga Inc is in pure limbo right now and has a severe lack of innovation and imagination.



Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: jj on November 26, 2008, 01:57:10 PM
@ fab12

I never said anything about fpga I am not deluded.

@Rest

If the built in GPU of the SAM has hardwarde HD decoding, or you can add a GPU that does then the fault lies with the Software/graphics card drivers
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: alexh on November 26, 2008, 02:19:46 PM
Right tool for the right job.

Buy a Media player which has DLNA/Upnp support for Ethernet.

Or use a £99 X-box 360 arcade.
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: itix on November 26, 2008, 04:05:09 PM
@leirbag28

Quote

If it were up to me I would insert twice the resolution capability of 1080p...............sure it will bring up the price...............but you will only have to buy 1 Amiga for the next 12 years...............how many times do PC and mac users buy new machines? like every 3 years or so I estimate...probably less! so they spend more money that it would cost us to shell out for an expensive Amiga.


Amiga users wont buy new machines because there is nothing to buy :-P

Do you really think that Amiga 1200 or Amiga 4000 from 1994 was still usable for anykind of productive work without buying any über expensive accelerator boards or gfx boards? Tower systems, memory expansions, new harddisks...

It would be cool if people making such claims were actually using 12 years old Amigas in its original condition. No expansions, just vanilla Amiga 1200 :-)
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: Hammer on November 27, 2008, 09:22:02 AM
Quote
If the built in GPU of the SAM has hardwarde HD decoding, or you can add a GPU that does then the fault lies with the Software/graphics card drivers

AMD K8 Athlon 64 2000+ @1Ghz + ATI Radeon HD 3200 was unable to playback H.264 1080p Blu-Ray (includes AACS decrypt).

Unlike NV's Pure Video 2(PV2), ATI's Unified Video Decoder 1 (UVD1) doesn't accelerate AACS stage. Purevideo 2 adds a bitstream processor (BSP) and enhanced video processor (VP2) to completely offload AACS-decryption and H.264-decoding.

The latest variants are PV3 and UVD2.
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: Hammer on November 27, 2008, 09:55:15 AM
Quote
Yes, I noted that modern graphics cards are far more capable than the DCTV and Amiga graphics were/are, but can a SAM440ep with your noted Radeon 9000 play 1080p movies from hard disk without dropping frames or losing sync with the soundtrack?

Is it MPEG 2 based @1080p video? Does software stack support Radeon's MPEG2 decoder?
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: Hammer on November 27, 2008, 10:09:27 AM
Quote

Fab12 wrote:
AmigaDave,

Neither Efika nor Sam are able to play a 1080p h264 file (and far from it). You'd need some 1.5/2GHz G4 to do so, or a dedicated processing unit.

Was it playing it back via a divx(12Mbps) format @1080p on MPC8610?
http://www.youtube.com/watch?v=5BT1299hgI0
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: Fab12 on November 27, 2008, 01:47:02 PM
Hammer,

I really can't tell from this video. :)
But since h264 is way too demanding, I guess it's rather in the divx or mpeg2 category.
As a comparison, a pegasos2 G4 can already play (at full speed) 720p divx files and 1080 mpeg2 files (I only tried on a small sample for the latter though).
Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: leirbag28 on December 03, 2008, 08:04:00 PM
@itix

Quote:
by itix on 2008/11/26 11:05:09

@leirbag28

Quote:


    If it were up to me I would insert twice the resolution capability of 1080p...............sure it will bring up the price...............but you will only have to buy 1 Amiga for the next 12 years...............how many times do PC and mac users buy new machines? like every 3 years or so I estimate...probably less! so they spend more money that it would cost us to shell out for an expensive Amiga.



Amiga users wont buy new machines because there is nothing to buy

Do you really think that Amiga 1200 or Amiga 4000 from 1994 was still usable for anykind of productive work without buying any über expensive accelerator boards or gfx boards? Tower systems, memory expansions, new harddisks...

It would be cool if people making such claims were actually using 12 years old Amigas in its original condition. No expansions, just vanilla Amiga 1200
-------------------------------------------------------------------




Nobody is talking about ading 1080p to an A1200, I am talking about a Brand new made from Scratch NexGen Amiga....absolutely all new chips...a 1200-3 if you will.

By the way.....I recently worked at a club as a VJ flipping and crunching Visuals inrealtime at will with a CD32/SX32 030 and the club also had a Mac based VJ and PC based VJ...................the guys at the club said my visuals were way better.....I ran them at 720x240 and 720x480...............the other guys at 320x240................pretty Sad that a Pentium4 and PPC G4 and G5's couldnt do better. There was slow down if they tried anything higher :-).

I still use my A1200 professionally in this way....New Years party comin up............Guess what will be running the Visuals? ;-)


Title: Re: Next Gen Amiga&MorphOS need Next Gen DCTV or Graffiti
Post by: AeroMan on December 03, 2008, 10:22:46 PM
Does anyone has some tech info about the DCTV? I always wanted to know how it worked, but never found anything about it