Composite Fringe Colors and tohr palette colors

Size: px
Start display at page:

Download "Composite Fringe Colors and tohr palette colors"

Transcription

1 Composite Fringe Colors and tohr palette colors Discussion: AppleWin and AppleWin NTSC Rendering - Composite Fringe Colors and tohr palette colors (too old to reply) I have been working with Sheldon Simms AppleWin NTSC along with my DHGR converter. Sheldon's rendering is just excellent and so is his composite palette for his tohgr converter's DHGR output. It has taken me quite awhile to get up to speed on some of this. So now where I am is either wanting Sheldon's Source code or to reverse engineer his rendering routines. What are your comments on any of this? Post by Buckels I have been working with Sheldon Simms AppleWin NTSC along with my DHGR converter. Sheldon's rendering is just excellent and so is his composite palette for his tohgr converter's DHGR output. It has taken me quite awhile to get up to speed on some of this. So now where I am is either wanting Sheldon's Source code or to reverse engineer his rendering routines. What are your comments on any of this?

2 I don't see what harm there is to ask Sheldon, but if he can't help you, you'll probably have to do the reverse engineering. Post by Buckels I have been working with Sheldon Simms AppleWin NTSC along with my DHGR converter. Sheldon's rendering is just excellent and so is his composite palette for his tohgr converter's DHGR output. It has taken me quite awhile to get up to speed on some of this. So now where I am is either wanting Sheldon's Source code or to reverse engineer his rendering routines. What are your comments on any of this? Hi, Some background: a few years ago (actually 4 years now!), Sheldon GPL'd the code and committed it to the AppleWin repository. This now resides in github: Recently, I've been looking at Sheldon's work to try to figure out the best way to integrate it into the current AppleWin main-line. Sheldon's code not only supports 4 NTSC modes: {b/w, colour} x {TV, monitor}; but is also cycle accurate, meaning it supports video mode switching, albeit with mixed success (try the end credits of French Touch's "Ansi Story": The cycle accuracy means that emulation is slower then regular AppleWin. Keeping up with a 1MHz 6502 is easy, but AppleWin will switch to unthrottled emulation speed when the Disk][ motor is on as a way to significantly reduce load times. Also being able to use the ScrollLock key to temporarily apply an emulation "burst" to skip through unwanted game sections is very useful. I'd first like to support the NTSC modes without the cycle accuracy (since there's only a handful of intros/demos that use this technique). Then make cycle accuracy an option. Dropping the existing AppleWin display modes is also an option, but there is still value in some of these modes, eg 'Color (TV Emulation)' which does vertical colour blending

3 (used by many titles, eg. Karateka, Blazing Paddles, MindShadow, etc). Obviously this vertical blending can be applied to Sheldon's NTSC colour TV mode, but one step at a time, right? :) So my initial focus would be on adding the NTSC modes (to sit alongside the existing mode). Tom I was under the impression that Sheldon's emulations looked great without needing vertical blending--after all, most color monitors displayed discrete, non-overlapping scan lines when displaying the Apple's non-interlaced video. Also, cycle-accuracy is only needed when running at authentic 1MHz speed, where there should be plenty of spare time to keep cycle-accurate. Any program splitting the video modes will sync with the video generator just prior to doing the splitting, so it's not necessary to stay synced while running accelerated. -- -michael - NadaNet 3.1 and AppleCrate II: Nope, Sheldon's rendering doesn't do the (TV only) vertical blending, eg. the grey floor during Karateka gameplay. But good point (re. cycle accuracy) it can be disabled during disk access or burst (ScrollLock) full-speed modes. Tom That's good. WRT vertical blending, I was actually saying that real monitors didn't do it either, unless they were badly out of focus. ;-) Blending of adjacent scan lines is more a function of the human eye than the monitor. I don't see it as an appropriate emulator function. --

4 -michael - NadaNet 3.1 and AppleCrate II: Post by Michael J. Mahon WRT vertical blending, I was actually saying that real monitors didn't do it either, unless they were badly out of focus. ;-) Blending of adjacent scan lines is more a function of the human eye than the monitor. I don't see it as an appropriate emulator function. We used to have our Apple ][+ hooked up to a TV. I could of swore that the TV made Karateka's floor look grayish. Since we all use LCD monitor these days we don't get the bad NTSC color "bleed" like we used to on a CRT. From a "purist's" POV, we shouldn't be doing perceptual "hacks" like this. However from a QoL POV, emulating the color bleed is perfectly fine when it is an option that the user can toggle based on their preferences. Post by Michael AppleWin Debugger Dev From a "purist's" POV, we shouldn't be doing perceptual "hacks" like this. I know what you are saying and why, but I really disagree when it comes to a presentation layer for graphics modes. The graphics UI should be all about perceptual hacks. AppleWin's colors are really poor, not pure. Not pure at all. What's with the 2 greys in AppleWin anyway? An identity crisis:) The Kegs32 colors are for an RGB display which has 2 greys, and they are directly from Super Convert. CiderPress's RGB colors aren't from Super Convert and it shows. Apple II NTSC Palettes seem to be awful, like what Cybernesto used with VBMP or the Wikipedia Palette that I ran around with for several months before I realized that Sheldon Simms AppleWin NTSC and toghr have the best NTSC colors with Blurry's Jace being close when it comes to color. Post by Michael AppleWin Debugger Dev However from a QoL POV, emulating the color bleed is perfectly fine when it is an option that the user can toggle based on their preferences. From a purist perspective if it's not going to be an Apple IIe emulator with

5 the proper colors and color effects, then someone may as well add a VOC to it, and use IIgs RGB colors and support Super Hi-Res and Arbitrary Palettes that suit the LCD display and be done with NTSC authenticity. And DHGR and HGR will look even worse. But then I am becoming more of a purist. BTW my Apple II's always had good monitors and good color TVs too. So do my C64 and C128. But from pretty much the time of the first IBM-PC I usually had several good ones kicking-around so didn't get traumatized and neither did my kids because there were lots of good monitors and computers and gaming systems and good TV's for them too. I bought my first Sony Trinitron in To me Sheldon's stuff has provided exceptional pure entertainment and enjoyment. Anyway, just saying. Post by Buckels Post by Michael AppleWin Debugger Dev From a "purist's" POV, we shouldn't be doing perceptual "hacks" like this. I know what you are saying and why, but I really disagree when it comes to a presentation layer for graphics modes. The graphics UI should be all about perceptual hacks. AppleWin's colors are really poor, not pure. Not pure at all. What's with the 2 greys in AppleWin anyway? An identity crisis:) Agreed AppleWin's color accuracy, uhm, leaves a lot to be desired. I almost blew a gasket when I saw how bad the GR colors were! I spent some time cleaning up the code this weekend. At least some of the internal names are at least correct! (HGR_ORANGE was called RED, HGR_VIOLET was called MAGENTA.) The color palette stuff was really hacked together. My goal is to "collapse" all the colors down to around 20 colors instead of having separate colors for GR, HGR, and DHGR.

6 I've started a new thread, and GitHub bugs to address this: * "AppleWin Color Accuracy" - Truth be told, I haven't actually done any DHGR programming before. But now that the debugger BSAVE command supports the AUX memory bank it should be relatively easy to through together a 4x4 DHGR color chart for comparison. btw. the video splitting is very nice: DLORES -> TEXT80 -> DLORES each scanline. The vertical text scrolling whilst maintaining the split is nicely done! See 3:20 here (and clearer in monochrome at 5:05): Tom Links Get a free Evernote account to save this article and view it later on any device. Create account

7

Win32 and latest version complete with source:

Win32 and latest version complete with source: Rolling Your Own Dithers in Bmp2DHR Download Bmp2DHR at the following links: Win32 and latest version complete with source: http://www.appleoldies.ca/cc65/programs/dhgr/bmp2hr.zip MS-DOS: http://www.appleoldies.ca/cc65/programs/dhgr/bmp2dhrmsdos.zip

More information

DOWNLOAD OR READ : COLOR BARS AND COLOR YOUR LIFE PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : COLOR BARS AND COLOR YOUR LIFE PDF EBOOK EPUB MOBI DOWNLOAD OR READ : COLOR BARS AND COLOR YOUR LIFE PDF EBOOK EPUB MOBI Page 1 Page 2 color bars and color your life color bars and color pdf color bars and color your life Does anyone knows how to get in

More information

INTERLACE CHARACTER EDITOR (ICE) Programmed by Bobby Clark. Version 1.0 for the ABBUC Software Contest 2011

INTERLACE CHARACTER EDITOR (ICE) Programmed by Bobby Clark. Version 1.0 for the ABBUC Software Contest 2011 INTERLACE CHARACTER EDITOR (ICE) Programmed by Bobby Clark Version 1.0 for the ABBUC Software Contest 2011 INTRODUCTION Interlace Character Editor (ICE) is a collection of three font editors written in

More information

This is a support manual for the GBS-8220 which comes in a one vga port and two port version.

This is a support manual for the GBS-8220 which comes in a one vga port and two port version. This is a support manual for the GBS-8220 which comes in a one vga port and two port version. When using this board you want to read all the information in this document there are many common mistakes/issues

More information

User's Manual. Rev 1.0

User's Manual. Rev 1.0 User's Manual Rev 1.0 Digital TV sales have increased dramatically over the past few years while the sales of analog sets are declining precipitously. First quarter of 2005 has brought the greatest volume

More information

TV Synchronism Generation with PIC Microcontroller

TV Synchronism Generation with PIC Microcontroller TV Synchronism Generation with PIC Microcontroller With the widespread conversion of the TV transmission and coding standards, from the early analog (NTSC, PAL, SECAM) systems to the modern digital formats

More information

Music And Marketing -- You Need Them Both

Music And Marketing -- You Need Them Both Techdirt CwF+RtB IT Innovation About Contact Us RSS Twitter Main Submit a Story Advertise

More information

The BAT WAVE ANALYZER project

The BAT WAVE ANALYZER project The BAT WAVE ANALYZER project Conditions of Use The Bat Wave Analyzer program is free for personal use and can be redistributed provided it is not changed in any way, and no fee is requested. The Bat Wave

More information

Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali. Supervised by: Dr.Mohamed Abd El Ghany

Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali. Supervised by: Dr.Mohamed Abd El Ghany Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali Supervised by: Dr.Mohamed Abd El Ghany Analogue Terrestrial TV. No satellite Transmission Digital Satellite TV. Uses satellite

More information

BTV Tuesday 21 November 2006

BTV Tuesday 21 November 2006 Test Review Test from last Thursday. Biggest sellers of converters are HD to composite. All of these monitors in the studio are composite.. Identify the only portion of the vertical blanking interval waveform

More information

decodes it along with the normal intensity signal, to determine how to modulate the three colour beams.

decodes it along with the normal intensity signal, to determine how to modulate the three colour beams. Television Television as we know it today has hardly changed much since the 1950 s. Of course there have been improvements in stereo sound and closed captioning and better receivers for example but compared

More information

Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES

Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES 98-026 Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES (2.5.1) has various problems under OSX 1.03 Pather. You

More information

Logo Music Tools by Michael Tempel

Logo Music Tools by Michael Tempel www.logofoundation.org Logo Music Tools by Michael Tempel 1992 Logo Foundation You may copy and distribute this document for educational purposes provided that you do not charge for such copies and that

More information

NAPIER. University School of Engineering. Advanced Communication Systems Module: SE Television Broadcast Signal.

NAPIER. University School of Engineering. Advanced Communication Systems Module: SE Television Broadcast Signal. NAPIER. University School of Engineering Television Broadcast Signal. luminance colour channel channel distance sound signal By Klaus Jørgensen Napier No. 04007824 Teacher Ian Mackenzie Abstract Klaus

More information

Quick Start Guide Revision 1A

Quick Start Guide Revision 1A Quick Start Guide Revision 1A This document is copyright ACEL Systems Ltd 2017 All rights reserved worldwide VideoGameperfection.com is a trading name of ACEL Systems Ltd Registered in England number 10981211

More information

CGA to EGA to VGA Converter (Multi) ID#425

CGA to EGA to VGA Converter (Multi) ID#425 CGA to EGA to VGA Converter (Multi) ID#425 Operation Manual Introduction The CGA to EGA to VGA Converter (Multi) is a device designed to convert any RGB monitor in a multi frequency monitor, by elaborating

More information

Video Signals and Circuits Part 2

Video Signals and Circuits Part 2 Video Signals and Circuits Part 2 Bill Sheets K2MQJ Rudy Graf KA2CWL In the first part of this article the basic signal structure of a TV signal was discussed, and how a color video signal is structured.

More information

Instruction For Use Laptop Screen Monitor Ps3 Via Hdmi

Instruction For Use Laptop Screen Monitor Ps3 Via Hdmi Instruction For Use Laptop Screen Monitor Ps3 Via Hdmi The HDMI cable, which the PS3 uses to transfer high-definition video from to any type of screen, such as a television screen or laptop monitor. Instructions

More information

CS 4451A: Computer Graphics. Why Computer Graphics?

CS 4451A: Computer Graphics. Why Computer Graphics? CS 445A: Computer Graphics z CCB, TT 9:3- Why Computer Graphics? z Fun! z Lots of uses: y Art, entertainment y Visualizing complex data/ideas y Concise representation of actions/commands/state y Design/task

More information

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion Computer Graphics Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion 2 Refresh and Raster Scan Display System Used in Television Screens. Refresh CRT is point plotting

More information

Scan Converter Installation Guide

Scan Converter Installation Guide Scan Converter Installation Guide Software on supplied disks Please note: The software included with your scan converter is OPTIONAL. It is not needed to make the scan converter work properly. This software

More information

Watch PC Desktop or Play PC Game on your TV

Watch PC Desktop or Play PC Game on your TV Seite 1 von 5 Select Coun Studio 715 PC to TV Converter KW-PCTV PC to TV Converter Watch PC Desktop or Play PC Game on your TV Model No. KW-PCTV-1600 Highlights Features Specifications System Requirements

More information

PROFESSOR: Well, last time we talked about compound data, and there were two main points to that business.

PROFESSOR: Well, last time we talked about compound data, and there were two main points to that business. MITOCW Lecture 3A [MUSIC PLAYING] PROFESSOR: Well, last time we talked about compound data, and there were two main points to that business. First of all, there was a methodology of data abstraction, and

More information

A very tidy nursery, I must say. Tidier than I was expecting. Who's responsible for that?

A very tidy nursery, I must say. Tidier than I was expecting. Who's responsible for that? Music Theatre International 423 West 55th Street Second Floor New York, NY 10019 Phone: (212) 541-4684 Fax: (212) 397-4684 Audition Central: Mary Poppins JR. Script: Jane Banks SIDE 1 A very tidy nursery,

More information

The Real Prize. Malcolm is rowing old Joe's rowboat into the Sound. Malcolm. never lets me go with him in the boat; I have to watch from the

The Real Prize. Malcolm is rowing old Joe's rowboat into the Sound. Malcolm. never lets me go with him in the boat; I have to watch from the Prize/York 1 The Real Prize Y York copyright 1990 Y York Malcolm is rowing old Joe's rowboat into the Sound. Malcolm never lets me go with him in the boat; I have to watch from the cliff, like now. Every

More information

About your Kobo ereader...6

About your Kobo ereader...6 User Guide Kobo Glo HD User Guide Table of Contents About your Kobo ereader...6 Anatomy of your Kobo ereader...6 Charging your Kobo ereader...8 Charging your Kobo ereader with a wall adapter...9 Turning

More information

SM02. High Definition Video Encoder and Pattern Generator. User Manual

SM02. High Definition Video Encoder and Pattern Generator. User Manual SM02 High Definition Video Encoder and Pattern Generator User Manual Revision 0.2 20 th May 2016 1 Contents Contents... 2 Tables... 2 Figures... 3 1. Introduction... 4 2. acvi Overview... 6 3. Connecting

More information

About HDV High Definition is Not Just For the Future. It s Here Right Now. What is HDV? Background on Digital Images & Imaging

About HDV High Definition is Not Just For the Future. It s Here Right Now. What is HDV? Background on Digital Images & Imaging About HDV High Definition is Not Just For the Future. It s Here Right Now. The new HDV format is poised to revolutionize high definition production in the same way DV revolutionized standard definition.

More information

Sea Urchin Embryos on the Axiovert200M. Joyce Ma and Jackie Wong. April 2003

Sea Urchin Embryos on the Axiovert200M. Joyce Ma and Jackie Wong. April 2003 Sea Urchin Embryos on the Axiovert200M Joyce Ma and Jackie Wong April 2003 Keywords: 1 Imaging Station - Formative Evaluation Sea Urchin Embryos on the Axiovert200M

More information

Samsung Manual Lcd Tv Problems No Picture But Sound Working

Samsung Manual Lcd Tv Problems No Picture But Sound Working Samsung Manual Lcd Tv Problems No Picture But Sound Working My Samsung LN-T4661F 46" LCD television is showing dead pixels on the screen. The picture went black. I just want to share my Samsung power problem

More information

VGA to Video Converter ID# 424 Operation Manual

VGA to Video Converter ID# 424 Operation Manual VGA to Video Converter ID# 424 Operation Manual Introduction Features The VGA to Video converter provides automatic conversion of PC desktop images to high quality video images for standard television

More information

GME. User s Manual. Rev 1.3

GME. User s Manual. Rev 1.3 GME User s Manual Rev 1.3 TEST INSTRUMENT SAFETY GUIDELINES WARNING An electrical shock of over 10 milliamps of current to pass through the heart will stop most human heartbeats. Voltage as low as 35 volts

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics R. J. Renka Department of Computer Science & Engineering University of North Texas 01/16/2010 Introduction Computer Graphics is a subfield of computer science concerned

More information

These are used for producing a narrow and sharply focus beam of electrons.

These are used for producing a narrow and sharply focus beam of electrons. CATHOD RAY TUBE (CRT) A CRT is an electronic tube designed to display electrical data. The basic CRT consists of four major components. 1. Electron Gun 2. Focussing & Accelerating Anodes 3. Horizontal

More information

About your Kobo ereader...6

About your Kobo ereader...6 User Guide Kobo Touch 2.0 User Guide Table of Contents About your Kobo ereader...6 Anatomy of your Kobo ereader...6 Charging your Kobo ereader...8 Charging your Kobo ereader with a wall adapter...9 Turning

More information

[02/10/ :37:50] Weekend Testing Europe: Today we're going to trying out some exploratory testing on Qeek. If you haven't already got access to

[02/10/ :37:50] Weekend Testing Europe: Today we're going to trying out some exploratory testing on Qeek. If you haven't already got access to [02/10/2016 15:16:00] Weekend Testing Europe: Hello! Welcome to the Weekend Testing Europe (WTEU) Skype chat. I m Amy, I ll be facilitating today s session. I m just getting things set up. We ll be kicking

More information

GME. User s Manual. Rev 1.3

GME. User s Manual. Rev 1.3 GME User s Manual Rev 1.3 TEST INSTRUMENT SAFETY GUIDELINES WARNING An electrical shock of over 10 milliamps of current to pass through the heart will stop most human heartbeats. Voltage as low as 35 volts

More information

VGA to Video Portable Plus

VGA to Video Portable Plus OCTOBER 1993 AC320A VGA to Video Portable Plus VGA OUT VGA IN VIDEO S-VHS VGA TO VIDEO- PORTABLE PLUS _ + DC 9V IN POWER CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday

More information

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems Comp 410/510 Computer Graphics Spring 2018 Introduction to Graphics Systems Computer Graphics Computer graphics deals with all aspects of 'creating images with a computer - Hardware (PC with graphics card)

More information

Transfer your answers to the answer sheet

Transfer your answers to the answer sheet Комплект заданий для учащихся 9-11 классов PART 1 LISTENING Time: 15 minutes First read sentences 1-10 below. You will hear a radio interview with Ryan Patterson, the inventor of a new device. Decide which

More information

Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 5 CRT Display Devices

Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 5 CRT Display Devices Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 5 CRT Display Devices Hello everybody, welcome back to the lecture on Computer

More information

File No WORLD TRADE CENTER TASK FORCE INTERVIEW FRANK PASTOR. Interview Date: October 23, Transcribed by Maureen McCormick

File No WORLD TRADE CENTER TASK FORCE INTERVIEW FRANK PASTOR. Interview Date: October 23, Transcribed by Maureen McCormick File No. 9110135 WORLD TRADE CENTER TASK FORCE INTERVIEW Interview Date: October 23, 2001 Transcribed by Maureen McCormick 2 MR. DUN: Today is October 23, 2001. The time is 6:25 a.m. hours, and this is

More information

one M2M Logo Brand Guidelines

one M2M Logo Brand Guidelines one M2M Logo Brand Guidelines July 2012 Logo Design Explanation What does the one M2M logo symbolize? The number 2 in the middle part of the logo symbolizes the connection between the two machines, the

More information

The W8TEE/K2ZIA Antenna Analyzer. Dr. Jack Purdum, W8TEE Farrukh Zia, K2ZIA

The W8TEE/K2ZIA Antenna Analyzer. Dr. Jack Purdum, W8TEE Farrukh Zia, K2ZIA The W8TEE/K2ZIA Antenna Analyzer by Dr. Jack Purdum, W8TEE Farrukh Zia, K2ZIA Introduction The W8Antenna TEE/K2ZIA Analyzer (AA) is a general purpose antenna analyzer than can measure resonance for a given

More information

Our Dad is in Atlantis

Our Dad is in Atlantis Our Dad is in Atlantis by Javier Malpica Translated by Jorge Ignacio Cortiñas 4 October 2006 Characters Big Brother : an eleven year old boy Little Brother : an eight year old boy Place Mexico Time The

More information

INTRODUCTION SELECTIONS. STRAIGHT vs PREMULTIPLIED Alpha Channels

INTRODUCTION SELECTIONS. STRAIGHT vs PREMULTIPLIED Alpha Channels Creating a Keyable Graphic in Photoshop for use in Avid Media Composer ǀ Software Using Photoshop CC (Creative Cloud) 2014.2.2 and Avid Media Composer ǀSoftware 8.3 INTRODUCTION Choosing the correct file

More information

Patterns Manual September 16, Main Menu Basic Settings Misc. Patterns Definitions

Patterns Manual September 16, Main Menu Basic Settings Misc. Patterns Definitions Patterns Manual September, 0 - Main Menu Basic Settings Misc. Patterns Definitions Chapters MAIN MENU episodes through, and they used an earlier AVS HD 0 version for the demonstrations. While some items,

More information

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A OPERATING GUIDE HIGHlite 660 series High Brightness Digital Video Projector 16:9 widescreen display 111-9714A Digital Projection HIGHlite 660 series CONTENTS Operating Guide CONTENTS About this Guide...

More information

Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers

Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers DVD authoring software makes it easy to create and design template-based DVD menus. But many of those

More information

RELEASE NOTES. Introduction. Supported Devices. Mackie Master Fader App V4.5.1 October 2016

RELEASE NOTES. Introduction. Supported Devices. Mackie Master Fader App V4.5.1 October 2016 RELEASE NOTES Mackie Master Fader App V4.5.1 October 2016 Introduction These release notes describe changes and upgrades to the Mackie Master Fader app and DL Series mixer firmware since Version 4.5. New

More information

Guide to Analysing Full Spectrum/Frequency Division Bat Calls with Audacity (v.2.0.5) by Thomas Foxley

Guide to Analysing Full Spectrum/Frequency Division Bat Calls with Audacity (v.2.0.5) by Thomas Foxley Guide to Analysing Full Spectrum/Frequency Division Bat Calls with Audacity (v.2.0.5) by Thomas Foxley Contents Getting Started Setting Up the Sound File Noise Removal Finding All the Bat Calls Call Analysis

More information

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in solving Problems. d. Graphics Pipeline. e. Video Memory.

More information

SX7. Saga 7" Super Bright HDMI/3G-SDI Field Monitor with 3D-LUTs. Quick Start Guide. What s Included CHECKED BY

SX7. Saga 7 Super Bright HDMI/3G-SDI Field Monitor with 3D-LUTs. Quick Start Guide. What s Included CHECKED BY SX7 Quick Start Guide Saga 7" Super Bright HDMI/3G-SDI Field Monitor with 3D-LUTs What s Included 1 x Saga X7 Monitor 1 x V-Mount Plate (Attached) 1 x Mini-XLR to P-TAP Cable 1 x Dual Sony L Battery Adapter

More information

FITTING AN EGA CARD TO AN IBM 5155.

FITTING AN EGA CARD TO AN IBM 5155. FITTING AN EGA CARD TO AN IBM 5155. H. Holden 2016. Updated 12 March. 2016. In graphics mode the CGA card has a limited color palette. This consists of two palette systems: One Background color plus Red,

More information

January 21, Nintendo. Bob Rost January 21, 2004

January 21, Nintendo. Bob Rost January 21, 2004 98-026 Nintendo Bob Rost January 21, 2004 Announcements (1 of 3) Changes to this Room The hard drive and CD-ROM drive were stolen from the lectern computers in this room and several others. If you stole

More information

To discuss. Types of video signals Analog Video Digital Video. Multimedia Computing (CSIT 410) 2

To discuss. Types of video signals Analog Video Digital Video. Multimedia Computing (CSIT 410) 2 Video Lecture-5 To discuss Types of video signals Analog Video Digital Video (CSIT 410) 2 Types of Video Signals Video Signals can be classified as 1. Composite Video 2. S-Video 3. Component Video (CSIT

More information

The Focus = C Major Scale/Progression/Formula: C D E F G A B - ( C )

The Focus = C Major Scale/Progression/Formula: C D E F G A B - ( C ) Chord Progressions 101 The Major Progression Formula The Focus = C Major Scale/Progression/Formula: C D E F G A B - ( C ) The first things we need to understand are: 1. Chords come from the scale with

More information

Episode #039. Speak English Now! Podcast. How to Pronounce Technology Brands like an American

Episode #039. Speak English Now! Podcast. How to Pronounce Technology Brands like an American Speak English Now! Podcast The Podcast That Will Help You Speak English Fluently. With No Grammar and No Textbooks! Episode #039 With your host GEORGIANA Founder of SpeakEnglishPod.com How to Pronounce

More information

Important Health Warning About Playing Video Games

Important Health Warning About Playing Video Games Contents Important Health Warning About Playing Video Games... 3 Please Read... 4 Analogue Nt diagram... 5-6 Hardware Features... 7-11 HDMI Upgrade Features... 12-13 Video Options... 14-17 Audio Options...

More information

Technical Bulletin 625 Line PAL Spec v Digital Page 1 of 5

Technical Bulletin 625 Line PAL Spec v Digital Page 1 of 5 Technical Bulletin 625 Line PAL Spec v Digital Page 1 of 5 625 Line PAL Spec v Digital By G8MNY (Updated Dec 07) (8 Bit ASCII graphics use code page 437 or 850) With all this who ha on DTV. I thought some

More information

About your Kobo ereader...6

About your Kobo ereader...6 Kobo Clara HD - User Guide Table of Contents About your Kobo ereader...6 Anatomy of your Kobo ereader...6 Turning your Kobo ereader on and off...8 Charging your Kobo ereader...9 Charging your Kobo ereader

More information

Lecture 14: Computer Peripherals

Lecture 14: Computer Peripherals Lecture 14: Computer Peripherals The last homework and lab for the course will involve using programmable logic to make interesting things happen on a computer monitor should be even more fun than the

More information

Display Systems. Viewing Images Rochester Institute of Technology

Display Systems. Viewing Images Rochester Institute of Technology Display Systems Viewing Images 1999 Rochester Institute of Technology In This Section... We will explore how display systems work. Cathode Ray Tube Television Computer Monitor Flat Panel Display Liquid

More information

MaxView Cinema Kit Quick Install Guide

MaxView Cinema Kit Quick Install Guide SYSTEM SETUP The MaxView will work at any of the following display settings: INSTALLATION MaxView Cinema Kit Quick Install Guide Step 1 - Turn off your computer. Disconnect your monitor s VGA cable from

More information

As stated in my somewhat tongue in cheek introduction, there are 3 main points of view:

As stated in my somewhat tongue in cheek introduction, there are 3 main points of view: Point of View Liam Donahue Dargonzine Summit, June 2006 What, a whole summit topic on point of view? Really? That's easy! First person: I drew the sword. Second person: You drew the sword. (and why I am

More information

ECE532 Digital System Design Title: Stereoscopic Depth Detection Using Two Cameras. Final Design Report

ECE532 Digital System Design Title: Stereoscopic Depth Detection Using Two Cameras. Final Design Report ECE532 Digital System Design Title: Stereoscopic Depth Detection Using Two Cameras Group #4 Prof: Chow, Paul Student 1: Robert An Student 2: Kai Chun Chou Student 3: Mark Sikora April 10 th, 2015 Final

More information

Linkage 3.6. User s Guide

Linkage 3.6. User s Guide Linkage 3.6 User s Guide David Rector Friday, December 01, 2017 Table of Contents Table of Contents... 2 Release Notes (Recently New and Changed Stuff)... 3 Installation... 3 Running the Linkage Program...

More information

Screens; media that use additive primaries

Screens; media that use additive primaries Image display Display is the final stage in the image processing pipeline: Continuous scenes are acquired and digitally processed. The display process essentially converts the discrete image back to continuous

More information

Cassette Deck 2. ADS C3 Cupwise Nebula Programs

Cassette Deck 2. ADS C3 Cupwise Nebula Programs Cassette Deck 2 ADS C3 Cupwise Nebula Programs General Information This is an interesting cassette deck. It was designed by a German company called Braun (and sold under that name there), but in the US

More information

OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY

OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY Information Transmission Chapter 3, image and video OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY Learning outcomes Understanding raster image formats and what determines quality, video formats and

More information

The Real Book: Bass Clef, Sixth Edition PDF

The Real Book: Bass Clef, Sixth Edition PDF The Real Book: Bass Clef, Sixth Edition PDF (Fake Book). The Real Books are the best-selling jazz books of all time. Since the 1970s, musicians have trusted these volumes to get them through every gig,

More information

Instructions when using for the first time 1. Installation (3) 2. Using the Televiewer (4)

Instructions when using for the first time 1. Installation (3) 2. Using the Televiewer (4) Instructions when using for the first time 1. Installation (3) 2. Using the Televiewer (4) 1 Introduction Chapter! This manual is intended for the 'Trust Televiewer 1610 RC'. The device allows you to switch

More information

Page 1 of 10 START NEW THREAD REPLY Top of Thread LIST Read 383 times Date: 8/18/2001 2:52 PM ATTENUATORS Has anyone compared the Hotplate, Airbrake and Powerbrake attenuators? I use to own a Powerbrake

More information

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Course Presentation Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Video Visual Effect of Motion The visual effect of motion is due

More information

On the eve of the Neil Young and Crazy Horse Australian tour, he spoke with Undercover's Paul Cashmere.

On the eve of the Neil Young and Crazy Horse Australian tour, he spoke with Undercover's Paul Cashmere. Undercover Greendale (interview with poncho) Sometime in the 90's Neil Young was christened the Godfather of Grunge but the title really belonged to his band Crazy Horse. While Young has jumped through

More information

lorries waitresses secretaries sandwiches children matches flowers vegetable families dictionaries eye bag boxes schools lunches cities hotel watches

lorries waitresses secretaries sandwiches children matches flowers vegetable families dictionaries eye bag boxes schools lunches cities hotel watches lorries waitresses secretaries sandwiches children matches flowers vegetable families dictionaries eye bag boxes schools lunches cities hotel watches animals flies buses men orange people churches egg

More information

MITOCW ocw f08-lec19_300k

MITOCW ocw f08-lec19_300k MITOCW ocw-18-085-f08-lec19_300k The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

VIDEO 101: INTRODUCTION:

VIDEO 101: INTRODUCTION: W h i t e P a p e r VIDEO 101: INTRODUCTION: Understanding how the PC can be used to receive TV signals, record video and playback video content is a complicated process, and unfortunately most documentation

More information

MULTIMEDIA TECHNOLOGIES

MULTIMEDIA TECHNOLOGIES MULTIMEDIA TECHNOLOGIES LECTURE 08 VIDEO IMRAN IHSAN ASSISTANT PROFESSOR VIDEO Video streams are made up of a series of still images (frames) played one after another at high speed This fools the eye into

More information

AC335A. VGA-Video Ultimate Plus BLACK BOX Back Panel View. Remote Control. Side View MOUSE DC IN OVERLAY

AC335A. VGA-Video Ultimate Plus BLACK BOX Back Panel View. Remote Control. Side View MOUSE DC IN OVERLAY AC335A BLACK BOX 724-746-5500 VGA-Video Ultimate Plus Position OVERLAY MIX POWER FREEZE ZOOM NTSC/PAL SIZE GENLOCK POWER DC IN MOUSE MIC IN AUDIO OUT VGA IN/OUT (MAC) Remote Control Back Panel View RGB

More information

Choose the correct word or words to complete each sentence.

Choose the correct word or words to complete each sentence. Chapter 4: Modals MULTIPLE CHOICE Choose the correct word or words to complete each sentence. 1. You any accidents to the lab's supervisor immediately or you won't be permitted to use the facilities again.

More information

TV Character Generator

TV Character Generator TV Character Generator TV CHARACTER GENERATOR There are many ways to show the results of a microcontroller process in a visual manner, ranging from very simple and cheap, such as lighting an LED, to much

More information

Project Final Report. Z8 Arcade! 4/25/2006 James Bromwell,

Project Final Report. Z8 Arcade! 4/25/2006 James Bromwell, Project Final Report Z8 Arcade! 4/25/2006 James Bromwell, bromwell@gwu.edu Project Abstract Z8 Arcade! is an extension of the presentation on adding a composite video output line to the Z8 project board,

More information

Dan Schuster Arusha Technical College March 4, 2010

Dan Schuster Arusha Technical College March 4, 2010 Television Theory Of Operation Dan Schuster Arusha Technical College March 4, 2010 My TV Background 34 years in Automation and Image Electronics MS in Electrical and Computer Engineering Designed Television

More information

M = Projection magnification B = Vertical distance between lens center and screen center

M = Projection magnification B = Vertical distance between lens center and screen center Contents Product Description, Lens Specs, Notes and Formulas Page 1 Projection Distances and Screen Sizes Ceiling Mount Installation Page 2 Desktop Setup Page 3 Cabinet Dimensions Top, Front and Right

More information

Instruction How To Use Laptop As Monitor For Ps3 Via Hdmi

Instruction How To Use Laptop As Monitor For Ps3 Via Hdmi Instruction How To Use Laptop As Monitor For Ps3 Via Hdmi Basically, could I hook up my Xbox 360 to my laptop using an HDMI cable and play out this thread: community.us.playstation.com/thread/850684?start.

More information

h t t p : / / w w w. v i d e o e s s e n t i a l s. c o m E - M a i l : j o e k a n a t t. n e t DVE D-Theater Q & A

h t t p : / / w w w. v i d e o e s s e n t i a l s. c o m E - M a i l : j o e k a n a t t. n e t DVE D-Theater Q & A J O E K A N E P R O D U C T I O N S W e b : h t t p : / / w w w. v i d e o e s s e n t i a l s. c o m E - M a i l : j o e k a n e @ a t t. n e t DVE D-Theater Q & A 15 June 2003 Will the D-Theater tapes

More information

BenQ E2400HD Review by: SirGCal November 9, 2008

BenQ E2400HD Review by: SirGCal November 9, 2008 BenQ E2400HD Review by: SirGCal November 9, 2008 http://www.sirgcal.com/ The Test Computer Specs: CPU: AMD Athlon 64 X2 4400+ Toledo Core Motherboard: Gigabyte GA8KN Pro SLI RAM: OCZ PC3200 (2 x 1G) Boot

More information

AC334A. VGA-Video Ultimate BLACK BOX Remote Control. Back Panel View. Side View MOUSE DC IN BLACK BOX ZOOM/FREEZE POWER

AC334A. VGA-Video Ultimate BLACK BOX Remote Control. Back Panel View. Side View MOUSE DC IN BLACK BOX ZOOM/FREEZE POWER AC334A BLACK BOX 724-746-5500 VGA-Video Ultimate BLACK BOX 724-746-5500 Zoom Position PAL ZOOM/FREEZE POWER FREEZE ZOOM NTSC/PAL SIZE RESET POWER Size Power Remote Control DC IN MOUSE MIC IN AUDIO OUT

More information

Chapter 2. RECORDING TECHNIQUES AND ANIMATION HARDWARE. 2.1 Real-Time Versus Single-Frame Animation

Chapter 2. RECORDING TECHNIQUES AND ANIMATION HARDWARE. 2.1 Real-Time Versus Single-Frame Animation Chapter 2. RECORDING TECHNIQUES AND ANIMATION HARDWARE Copyright (c) 1998 Rick Parent All rights reserved 2.1 Real-Time Versus Single-Frame Animation 2.2 Film Technology 2.3 Video Technology 2.4 Animation

More information

SCART COMMANDER. Channels 2 audio channels 4 video channels 2 digital channels 2 control channels (pin 8 & 16)

SCART COMMANDER. Channels 2 audio channels 4 video channels 2 digital channels 2 control channels (pin 8 & 16) SCART COMMANDER PRODUCT OVERVIEW The Keene Scart Switch Box is a high quality audio/video switcher designed to allow the connection of multiple sources to one display. Particular attention has been given

More information

Computer Graphics. Introduction

Computer Graphics. Introduction Computer Graphics Introduction Introduction Computer Graphics : It involves display manipulation and storage of pictures and experimental data for proper visualization using a computer. Typically graphics

More information

Look Mom, I Got a Job!

Look Mom, I Got a Job! Look Mom, I Got a Job! by T. James Belich T. James Belich tjamesbelich@gmail.com www.tjamesbelich.com Look Mom, I Got a Job! by T. James Belich CHARACTERS (M), an aspiring actor with a less-than-inspiring

More information

THE AMBER COMPUTER VDU PROJECT.

THE AMBER COMPUTER VDU PROJECT. THE AMBER COMPUTER VDU PROJECT. H. Holden. April. 2019. BACKGROUND: Of the vintage small cathode ray tube VDU s or video monitors, the one that has impressed me the most, is the one manufactured by Zenith

More information

The Shirt: Current Amount Sold: 208

The Shirt:   Current Amount Sold: 208 The Shirt: http://teespring.com/if-found Current Amount Sold: 208 The Niche: They are targeting female runners. This page has a bunch of running tees, only a few have actually sold a good amount. What

More information

Manual Version Ver 1.0

Manual Version Ver 1.0 The BG-3 & The BG-7 Multiple Test Pattern Generator with Field Programmable ID Option Manual Version Ver 1.0 BURST ELECTRONICS INC CORRALES, NM 87048 USA (505) 898-1455 VOICE (505) 890-8926 Tech Support

More information

Chapter 13: Conditionals

Chapter 13: Conditionals Chapter 13: Conditionals TRUE/FALSE The second sentence accurately describes information in the first sentence. Mark T or F. 1. If Jane hadn't stayed up late, she wouldn't be so tired. Jane stayed up late

More information

Instruction Guide. The TV Jockey Computer Monitor TV Tuner with Remote COMP2VGATVGB. The Professionals Source For Hard-to-Find Computer Parts

Instruction Guide. The TV Jockey Computer Monitor TV Tuner with Remote COMP2VGATVGB. The Professionals Source For Hard-to-Find Computer Parts VIDEO ADAPTER The TV Jockey Computer Monitor TV Tuner with Remote COMP2VGATVGB Instruction Guide * Actual product may vary from photo The Professionals Source For Hard-to-Find Computer Parts FCC COMPLIANCE

More information

Introducing your students to spoken grammar

Introducing your students to spoken grammar Introducing your students to spoken grammar The term 'spoken grammar' is used to describe features of English that are common in the informal or conversational language, but normally absent from conventional

More information

Edited by

Edited by 2000 (This is NOT the actual test.) No.000001 0. ICU 1. PART,,, 4 2. PART 13 3. PART 12 4. PART 10 5. PART 2 6. PART 7. PART 8. 4 2000 Edited by www.bucho-net.com Edited by www.bucho-net.com Chose the

More information