how to video out on tv

hello,
how i can get video out on tv,
i want to connect arduino duemilanove to ( video in ) on tv how to do this

and if i connect it what i will get on screen

i want write sketch that show menu on tv and select from menu using bottons

and show any output on tv

i am new to this please help me if you can
thank you

You'll need two things for this:

  1. TV output. Check out the TVout library. Beware that it is monochrome (2 colors: black and white), and has a low resolution. But that's all your get from an Arduino.

  2. Input. You can use regular pushbuttons, but if you want, you can use your TV remote. Get this and check out this for a tutorial.

Good Luck!

thank you mr baum thank you so much,
but only two resistor? ! and connect it to tv ?
like this photo

and i want to make an menu how i can? if there are a libary please provide it if you can

and what is the pins i conect it to resistor in arduion duemilanove,

thank you so much

Yes, you only need to resistors (hence two colors). I suppose if you added more resistors, you could get more colors, but you'll need to talk to the creator of the library about that (his name is mdmetzle).

As for menus:

You have two options.
One option is to draw the menu in paint or something and save it as a bitmap, which can then be sent to your TV. But that is sort of hard.
You may just want to write text, and then have a square around the menu text you have selected.
The wiki: Google Code Archive - Long-term storage for Google Code Project Hosting. has a good explanation of this sort of thing.

Pin out is here:
http://code.google.com/p/arduino-tvout/
For uno it is 9 for sync, 7 for video.

thank you so much mr baum
is duemilanove like uno ?
9 for sync, 7 for video?

thank you
regards

I think so.... That's what I have.