Is the video quality of the raspi as good as a "oldschool" dvdplayer? There are only little pictures in the webz and they do not really tell the whole story... Somebody using xbmc and an old crt tv? How is the quality?
Best regards
trigger
-
- Posts: 11
- Joined: Tue Mar 13, 2012 12:02 pm
Re: CRT jack quality
The only way you will get a signal into most CRT TVs would be Composite Video probably into a SCART socket. Whilst DVD players will also use a SCART socket they will normally using the RGB pins which gives a better quality. I'd expect something slightly better than playing a professionally recorded VHS Video. But a movie (a constantly moving image) will look better than a static computer text or desktop images.
Bottom line don't expect much, but a phono to scart lead should be cheap so its worth a try.
Bottom line don't expect much, but a phono to scart lead should be cheap so its worth a try.
Re: CRT jack quality
Drop the resolution on your computer to 600 x 400 and check out the text. That is still better than composite video. Even interlaced standard TV is only 512 scan lines.triggerhurt wrote:Is the video quality of the raspi as good as a "oldschool" dvdplayer? There are only little pictures in the webz and they do not really tell the whole story... Somebody using xbmc and an old crt tv? How is the quality?
Best regards
trigger
-
- Posts: 11
- Joined: Tue Mar 13, 2012 12:02 pm
Re: CRT jack quality
Thanks for the answers so far but probably I should have been more precise. I already know all I need to connect the raspi (when it arrives some day) to my crt TV. I even bought the needed adapters long time ago (my tv only allows scart). Question is however is the raspi providing a high quality picture through the video jack (of course one cannot compare it to digital standards)? I'm askin because I had a VGA to Video Jack converter several weeks ago and the video quality was quite bad and not in one world with our normal dvd player
I did not see any complaints so it should provide a quite decent quality for an analogue signal shouldn't it?

I did not see any complaints so it should provide a quite decent quality for an analogue signal shouldn't it?
Re: CRT jack quality
I don't have XBMC running yet, but for myself I find that in terminal mode the R-Pi looks good enough on my old TV, but when I go into the LXDE the scan artifacts make it less pleasant to look at for any length of time. Which means I'm running tightVNC on the Pi and running the LXDE across the network from my WinXP computer.
I sometimes ride my Pi to the Forum.
Re: CRT jack quality
No no no, you're doing it the wrong way round!Robert_M wrote:Which means I'm running tightVNC on the Pi and running the LXDE across the network from my WinXP computer.

http://www.raspberrypi.org/archives/1222
Re: CRT jack quality
My Bad!
Does this mean I have to send my Pi back?
Does this mean I have to send my Pi back?
I sometimes ride my Pi to the Forum.
Re: CRT jack quality
Oh, wait! Just Kidding!
I'll send my WinXP box back, instead!
I'll send my WinXP box back, instead!

I sometimes ride my Pi to the Forum.
- mahjongg
- Forum Moderator
- Posts: 13582
- Joined: Sun Mar 11, 2012 12:19 am
- Location: South Holland, The Netherlands
Re: CRT jack quality
The quality of the CRT jack seems sturdy enough for me.....
Oh, you wanted to comment on the picture quality of a TV connected through to composite video signal?
, well its composite video,
and from the pictures I have seen, for composite video it seemed reasonable to me. 
Seriously, this is a very misnamed post!

Oh, you wanted to comment on the picture quality of a TV connected through to composite video signal?



Seriously, this is a very misnamed post!
Re: CRT jack quality
So, today I have another (perhaps relevant?) answer to the original question about video quality of the Pi on a CRT/TV.
I just discovered the "/hello_pi/hello_video/" folder and running the demo video on the Sylvania 20" TV looks like it's running straight off a DVD player. Wow! I'm impressed!
I just discovered the "/hello_pi/hello_video/" folder and running the demo video on the Sylvania 20" TV looks like it's running straight off a DVD player. Wow! I'm impressed!

I sometimes ride my Pi to the Forum.
Re: CRT jack quality
What's it like compared to a games console? A gamecube or a PS2, say... Purely talking about the signal quality coming out of the RCA jack, remember... 

note: I may or may not know what I'm talking about...
Re: CRT jack quality
Has anyone ported a gamecube or PS2 emulator to the raspi yet?
(deliberate misunderstanding
)

(deliberate misunderstanding

-
- Posts: 11
- Joined: Tue Mar 13, 2012 12:02 pm
Re: CRT jack quality
Thanks for all the answers especially the one of robert_m! Can't wait until it finally arrives here 

Re: CRT jack quality
I have tried the composite video on 2 CRT TVs and the image is very blurred. I cannot use the Pi with this poor picture quality.
Does anyone else have this problem?
Does anyone else have this problem?
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 5709
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: CRT jack quality
It's very hard to tell if your desciption of poor quality is the expected low resolution analogue quality that any composite output has, or if you have something more than that (e.g. a hardware fault).Thule wrote:I have tried the composite video on 2 CRT TVs and the image is very blurred. I cannot use the Pi with this poor picture quality.
Can you post a photo of the screen showing the problem?
Ideally also show a photo of the same screen being driven by a different composite device for comparison.
Re: CRT jack quality
Thanks for the response. I will have a go later. The image is blurred on both TVs. I have to squint.
I have an old CX5M MSX machine that has a composite output and I do not get that level of blurring.
Is there anything that can be done in sw?
I have an old CX5M MSX machine that has a composite output and I do not get that level of blurring.
Is there anything that can be done in sw?
Re: CRT jack quality
My pi doesn't look quite as good as say, the web browser on my Wii. Slightly blurrier, increased flicker. But it certainly is clear enough to use. Especially after messing with the config file.
Hey Dom, that reminds me. The Wii has a flag for every program allowing it to reduce flicker in 480i mode. Not sure if this is your area at all, but could a software piece in the firmware be able to enable flicker reduction like the Wii? or do you think that would be a hardware thing?
Hey Dom, that reminds me. The Wii has a flag for every program allowing it to reduce flicker in 480i mode. Not sure if this is your area at all, but could a software piece in the firmware be able to enable flicker reduction like the Wii? or do you think that would be a hardware thing?
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 5709
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: CRT jack quality
Pretty sure flicker reduction is a top to bottom filtering of the image. Possible just halving the vertical resolution so the odd and even interlace fields are the same.portets wrote:The Wii has a flag for every program allowing it to reduce flicker in 480i mode. Not sure if this is your area at all, but could a software piece in the firmware be able to enable flicker reduction like the Wii? or do you think that would be a hardware thing?
It could be done in software on the ARM, although the GPU could probably do it more cheaply.
I'll have a look, but considering the limited resolution of composite to begin with, I'm not sure this filter (that *must* reduce resolution) is going to be very useful.
Re: CRT jack quality
That makes sense. I noticed a recent update to Netflix on the Wii turned off flicker reduction(very noticable), but I also noticed the text is now way sharper and more clear.
That said, the Wii's internet browser doesn't flicker and still has fairly clean text. If the filter was a framebuffer thing and only effected the console and X, that means all other apps like quake would be unaffected. And the flickering is only problematic where text is, like X.
I sadly only have an old 480i CRT TV.
edit: Just checked and pressing the Wii home button on a flicker vs non-flicker app shows the filter. On flicker, a 1 px horizontal line dances between scanlines. non-flicker takes up 2 scanlines. And I much prefer the non-flicker text. Don't know about others. Maybe the Wii gets by having reduced resolution with the filter by having sub-pixel rendering?
That said, the Wii's internet browser doesn't flicker and still has fairly clean text. If the filter was a framebuffer thing and only effected the console and X, that means all other apps like quake would be unaffected. And the flickering is only problematic where text is, like X.
I sadly only have an old 480i CRT TV.

edit: Just checked and pressing the Wii home button on a flicker vs non-flicker app shows the filter. On flicker, a 1 px horizontal line dances between scanlines. non-flicker takes up 2 scanlines. And I much prefer the non-flicker text. Don't know about others. Maybe the Wii gets by having reduced resolution with the filter by having sub-pixel rendering?
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 5709
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: CRT jack quality
Can you try:portets wrote:That makes sense. I noticed a recent update to Netflix on the Wii turned off flicker reduction(very noticable), but I also noticed the text is now way sharper and more clear.
That said, the Wii's internet browser doesn't flicker and still has fairly clean text. If the filter was a framebuffer thing and only effected the console and X, that means all other apps like quake would be unaffected. And the flickering is only problematic where text is, like X.
I sadly only have an old 480i CRT TV.
edit: Just checked and pressing the Wii home button on a flicker vs non-flicker app shows the filter. On flicker, a 1 px horizontal line dances between scanlines. non-flicker takes up 2 scanlines. And I much prefer the non-flicker text. Don't know about others. Maybe the Wii gets by having reduced resolution with the filter by having sub-pixel rendering?
Code: Select all
fbset -s
mode "656x416"
geometry 656 416 656 416 16
timings 0 0 0 0 0 0 0
rgba 5/11,6/5,5/0,0/16
endmode
So add to config.txt
Code: Select all
framebuffer_height=418
-
- Posts: 15
- Joined: Wed Jul 25, 2012 4:00 pm
Re: CRT jack quality
That did help a bit, thanks!dom wrote: Can you try:(your numbers may be different if you are using PAL or different overscan). So on mine, the height is 416. We want to change that slightly.Code: Select all
fbset -s mode "656x416" geometry 656 416 656 416 16 timings 0 0 0 0 0 0 0 rgba 5/11,6/5,5/0,0/16 endmode
So add to config.txtThat should cause a slight vertical resize, which has the side effect of lowpass filtering the display. Does it help flicker?Code: Select all
framebuffer_height=418