TV Production(VGA Scan Reverse)
I'm having trouble finding the information I need on how to do scan reversal into a computer monitor in order to have a "mirror" image on the monitor without having to spend several hundred dollars on an in-line component to flip the image. Is there somewhere besides google that I should look for that?
Comments
Here's perhaps a better solution: Go buy a moderately recent Nvidia card, if you're not already running one. Their drivers allow you to do this kind of flip (either in software, or as a chipset feature, I'm not certain).
Would it take someone with zero background in programming more than 14 hours to learn what I need, then write the program? I'm overworked enough as it is, and hardly get any downtime, so what downtime I do get is valuable to me. So if it would take longer than that, then I either need to find someone who I can pay to do it for me, or just cough up the $550 to buy one of these: http://www.teleprompters.com/VGA-mirror.html
Your best best, as I said originally, is software. Drivers specifically. If the computer you're using is truly that slow/old and can't do it, you can still for far less than $550 buy/build a small computer that has an nVidia video card with flip capabilities.
You just need to display text, correct? Find or write some software that displays scrolling text, and flip it. It will take you more than 14 hours to learn to program most likely, but it would save you money and teach you a valuable skill. You have to be more creative. If you really can't find a software/driver solution, and you really can't buy a better small computer for this, and you also can't use a mirror or set of mirrors to manage the flip, then you've eliminated all of your options and won't find any further advice anywhere.
If you can't have that, then try Manual Works Prompter.
They're pretty good - I've used both, but it might not work for what you're looking for, I'd advise you to test it before deciding with any finality.
I'm sure I could get a laptop that would be capable of doing this, but it would probably have to be a gaming laptop to have a video card capable of doing the flip, in which case, I'm back to being better off just buying the box to flip the image. I use QPro from Autocue, which, while expensive actually works; all the inexpensive prompting software is unusable. I've tried numerous less expensive options for teleprompter software over the last year, but eventually came to the conclusion that the software that I've been using for 8 years is the best solution so I went ahead and made the investment there. It's already nearly paid for itself by saving me several hundred dollars on teleprompter computer rentals already.
I know that programming would be a valuable skill to know, but having said that, it's not something that interests me. I would much rather spend my time working in a field that pays me to do something that doesn't feel like work to me. Work in film and video is play for me.
You've basically asked an impossible question, having pre-eliminated all of the reasonable solutions.
It sounds like I'm making a joke, but I'm honestly not, getting up to a decent reading proficiency will take a week or so (if you practice daily). It would make a good party trick.
<html>
<head>
<style>
html {
-moz-transform: scale(-1,1);
-webkit-transform: scale(-1,1);
-o-transform: scale(-1,1);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(mirror=1)';
}
</style>
</head>
<body>
<p>I'm backwards!</p>
</body>
</html>
You can also use a bookmarklet to flip any page just for fun . Copy this into the address bar or a bookmark(or into a UserScript for installation into an unsuspecting victim's browser).
javascript:(function(a){a.MozTransform=a.WebkitTransform=a.OTransform='scale(-1,1)';a.MsFilter="'progid:DXImageTransform.Microsoft.BasicImage(mirror=1)'";})(document.documentElement.style)
This should work in Firefox, Chrome, Safari, Opera, and Internet Explorer 8+. You can get support for older Internet Exploders by changing "-ms-filter" to just "filter", but you should really upgrade to IE 9 if you're using IE.
I have tried a software solution for this from Realtimesoft.com called UltraMon, and it didn't allow for motion on screen without significant lag in the motion. If I could find anyone willing to add the feature to the video card drivers for the laptops I would happily pay for it.
I know now that I've asked an impossible question. However to me the reasonable solutions are to pay for someone else to do it, or get the pro equipment that I would prefer anyway. I would be open to taking out a business loan to purchase what I need, but the loan market is really difficult right now. That is actually probably what I'm going to do between now and when I can purchase real prompter monitors or the VGA mirror device. The teleprompt software I use can mirror the text for me, but it does it on both the laptop screen and the external monitor.