Posts

Showing posts with the label mirror

Simpler teleprompter setup?

Image
The teleprompter setup I built many years back ( http://www.instructables.com/id/Linux-ghetto-Tele-prompter /) was a bit bulky, but works best for me. Decided to come up with a simpler setup that only required one reflector based on a cd case. But with this unit you need to have reversed text displayed. No problem. Create text in OfficeWriter. Export text to a pdf file i.e. test.pdf Get software. $ sudo apt-get pdfjam Reverse the pdf facing. $ pdffip test.pdf which generates test-flipped.pdf. Show the file in your document viewer and do your video. You will probably have more text that what I used. Update: In looking at some thing unimportant, I came upon another way to reverse the text by using html and a .css file. It is kind of kludgy, but it worked! HTML:  <html> <head>  <link rel="stylesheet" type="text/css" href="ga.css"> </head> <body> <div align="center">...