A320 Supplemental Digital Media Material for OS

Size: px
Start display at page:

Download "A320 Supplemental Digital Media Material for OS"

Transcription

1 A320 Supplemental Digital Media Material for OS Lecture 1 - Introduction November 8, 2013 Sam Siewert

2 Digital Media and Interactive Course Topics Digital Media Digital Video Encoding/Decoding Machine Vision (For Interactive Aspects) Gesture Recognition Augmented Reality Graphics Post-Production CGI With Blender and Pixie (RenderMan) for Ray-Trace Rendering Linux-based Labs Sam Siewert 2

3 The World of Interactive Digital Media Sam Siewert 3

4 Scalable Linux Systems From Game Consoles to Super-Computing PS3 Blue Gene GPGPU Tianhe-1 Pflop From Android Mobiles to GIS and Digital Video Services Huge Value in Open Source Drivers, Tools, and Applications Speeds Up Time to Market Focus on Leveraging Linux for Desktop and Embedded Systems for Machine Vision and Graphics Sam Siewert 4

5 Mobile Linux NDK Layer Digital Video Exposed in AOS/iOS Handled in OS layer AOS and ios for Java Apps that Manage DM and User data Still Need NDK OS drivers (E.g. Beagle xm OpenCV) Sam Siewert 5

6 Digital Media Systems Embedded Media Devices Set-Top Boxes (Linux) Mobile Media Systems: Smart Phones, Tablet Computing, Readers, Notebooks, DVD Players, ipods, etc. Digital Camera Systems (SD, HD, HD-SDI, 2K, 4K, 6K) Resolutions/Formats - Game Consoles: X-box, PS3, Etc. Gesture Recognition, Augmented Reality SD, HD Cameras and Interfaces: Composite, S-Video, Component, DVI, HDMI Scalable Digital Media Server Systems (Head End) Post Production for Digital Cinema, TV, Web 2K, 4K, 6K Streams from Digital Cameras Frame/Color Editing, CGI (Computer Generated Imagery), Soundtrack, Write to Distribution Media Digital Cinema: HD Digital Projectors, 3D Digital Projectors Closed Circuit Security Systems: Multi-Camera NTSC/HD Sam Siewert 6

7 Digital Media Focus Scalable Post Production Pipelines Multi-core Threading with POSIX Threads (CPU scaling) I/O Scheduling and Tuning (Disk bottlenecks and Capacity Scale) Post-Production HD Frame Transformations Color Transformations, Edge Enhancement Integrated Graphics & Video (Interactive TV, Anmiation) Green Screen Replacement, Video Morphing Segmentation, Recognition, Tagging Ray-Trace Rendering Pixie for Renderman Blender Sam Siewert 7

8 Old School Moving Picture Media NTSC OTA (1941, 1953 color, 2009 dead) Analog, Interlaced, Continuous OTA Broadcast Transmission Tuner with Immediate CRT Display No Buffers, No Routing, No De-mux No Compression Analog Cable AM/FM OTA Film Projectors Sam Siewert 8

9 New Digital Media Digital Cable QAM 256, 30+ Mbps, 10+ MPEG Programs per 6Mhz Channel Minimal Buffering (In Set-top Box for Digital Tuning and On-Demand) Dedicated Coaxial RF Carrier (Hybrid Fiber to Coaxial Networks) On-Demand, Trick-Play, Start-Over DOCSIS for Internet and Return Path (Streaming Control) ATSC Digital OTA Supports HD 1080p or Multiple SD Programs per 6Mhz Channel Digital Modulation (8VSB) at 19+ Mbps per Channel Digital Cinema 1080p, 2K, 4K Resolutions Automated Digital Delivery and Projection IPTV, IP Radio and Mobile Media Routed, Buffered, Compressed Multiplexed Video/Audio Transport Streams File Download or Network Streaming Streaming over UDP or RTP/UDP with RTSP Most Often, No Retransmission Sam Siewert 9

10 Differences Analog vs Digital Encoding for Transmission NTSC Frequency Modulation on Channels Broadband QPSK, QAM, 8VSB OTA Baseband Packet Switched Networks (Optical, Ethernet) Routed (Diversely?) Buffered Compressed Multiplexed (Shares Transmission Carrier) Transported by IP (Large Packets) QoS? Continuous Transmission with Instant Tuning vs. Digital Network Streaming vs. Download and Playback (e.g. YouTube) Sam Siewert 10

11 NTSC (Analog TV) AM Video to CRT FM Audio Chroma Added Later Odd/Even Lines (Interlaced) FPS (30 before color) Vertical Blanking (CRT Retrace Time, Closed Captioning) 525 Lines, per Field, 60 Fields per Second Sam Siewert 11

12 MPEG2 Fundamentals Basic Head-End Broadband MPEG2 System Broadcast VoD Services Config & Playlist Video Services Control Interface MPTS Playback SPTS Playback QAM Driver Server Bit-streams Pre-mux Tools DVB-ASI PCI DVB-ASI Analyzer IP Network QAM-RF QAM-SA STBs PRO-1000 Quad Sam Siewert 12

13 MPEG Encoding / Decoding The Motivation is Compression for Transport Over Networks and Efficient Storage Sam Siewert 13

14 The Key Step is DCT for I-Frames Convolution of Image with Discrete Cosine See De-convolved to restore image from Convolved Image DCT Inverse DCT Sam Siewert 14

15 Linux in Digital Media Common in Digital Cable Set-Top Boxes Common in Android Mobile Media Used in Digital Video VoD Head-Ends Used in Post Production Common for IPTV Used with Newer H.264 MPEG-4 for Mobiles and CV HD-SDI (Broadcast) NTSC (Old OTA/Coaxial Broadcast, Current CCTV), ATSC (New OTA Broadcast) Camera Link ( Sam Siewert 15

16 Digital Transport QoS Latency To Tune in a Program, Turn-on To Deliver a Video Frame or Audio PCM Sample To Start, FF, REW, Start-Over, Pause Bandwidth Resolution, Lossy/Lossless Compression, High Motion Pixel Encoding for Color Frame Rate Constant Bit-rate Transport? Variable Bit-rate Transport and Encoding? Jitter Decode and Presentation Rates Elasticity in Decode to Presentation Buffering Necessary Sam Siewert 16

17 Linux Desktop Options Native Linux Installation Ubuntu Logitech C200 Camera ffmpeg GLUT Using Amazon Free Micro-Instances Requires a Credit Card Account with Amazon Can Do Spot-Instance Bids for Large Nodes and Clusters Can Do Spot-Instance Bids for GPGPU Nodes Virtual-Box Ubuntu Installation Sam Siewert 17

18 Linux Embedded Options Beagle xm with Angstrom or Ubuntu Linux Logitech C200 Camera Leopard HD Camera Sam Siewert 18

19 Final Project! You will Produce your Own Short DVD (Movie) DVD Plus Write-Up Code, Methods to Produce, and Design Using ffmpeg to Encode SD/HD Digital Video from Frames you have Modified or Rendered At least 180 Seconds in Length at 30Hz, So 5400 frames Original Creative Work Using Graphics, Machine Vision, and/or Digital Video Processing Methods Learned in Class Sam Siewert 19

20 Linux Digital Video Processing Skills Introduction Session August 24, 2004 Sam Siewert

21 What are NPTL POSIX Threads? Example Code Posted on Blackboard Start looking at this code and playing with it Thread Creation and Scheduling Policy Thread Parameters Thread Entry Points and Functions Thread Completion Intro to First Lab Check Blackboard for Labs Sam Siewert 21

22 Let s Look at Some Code Threading and Image Segmentation for Many-Core and GPGPU Example Published in IBM Paper Example Code Used in First Lab Threading!! Grids for Threading, Step One toward Real-Time Processing Examples of Video/Still-Frame Enhancement Sam Siewert 22

Computer and Machine Vision

Computer and Machine Vision Computer and Machine Vision Lecture Week 3 Part-1 January 27, 2014 Sam Siewert Outline of Week 3 Processing Images and Moving Pictures High Level View and Computer Architecture for it Linux Platforms for

More information

CS A490 Digital Media and Interactive Systems

CS A490 Digital Media and Interactive Systems CS A490 Digital Media and Interactive Systems Lecture 8 Review of Digital Video Encoding/Decoding and Transport October 7, 2013 Sam Siewert MT Review Scheduling Taxonomy and Architecture Traditional CPU

More information

4 HDMI & Component HD to COAX and IPTV HD 480i/720p/1080i/1080p CC Modulator

4 HDMI & Component HD to COAX and IPTV HD 480i/720p/1080i/1080p CC Modulator Product Information Datasheet 4 HDMI & Component HD to COAX and IPTV HD 480i/720p/1080i/1080p CC Modulator 4 HDMI Digital RF modulator QAM, ATSC, DVB-T, ISDB-T, HDCP compliant modulator, HD Modulator Over

More information

NDS32xx Series MPEG4 AVC/H.264 Encoder

NDS32xx Series MPEG4 AVC/H.264 Encoder 32xx Series MPEG4 AVC/H.264 Encoder Encoding Resolution 3211H 3211H-2 3214H 3224 3224-4 3224D 3224D-4 Channel 1 4 Standard MPEG4 AVC/H.264 1920*1080i 1280*720p 720*480i 720*576i HDMI HD/SD-SDI 1 1 2 2

More information

Adtec Product Line Overview and Applications

Adtec Product Line Overview and Applications Adtec Product Line Overview and Applications Edje 4111 The edje4111hd is an all new 80 gig multi format player from Adtec with scheduling software! All Adtec products are IP addressable. This unit integrates

More information

Cisco D9894 HD/SD AVC Low Delay Contribution Decoder

Cisco D9894 HD/SD AVC Low Delay Contribution Decoder Cisco D9894 HD/SD AVC Low Delay Contribution Decoder The Cisco D9894 HD/SD AVC Low Delay Contribution Decoder is an audio/video decoder that utilizes advanced MPEG 4 AVC compression to perform real-time

More information

BROADCAST VIDEO ENCODING SYSTEMS

BROADCAST VIDEO ENCODING SYSTEMS BROADCAST VIDEO ENCODING SYSTEMS Video Encoding TV Modulation CREATE Your Own CATV QAM Cable or off air ATSC Channel HD MPEG2 and H.264 Encoder & Modulator Encode Latency 70ms Up to 4x HD-SDI Inputs Up

More information

Thor Broadcast SDI-DVBT-IP & SDI-DVBT-IPLL Product Lines

Thor Broadcast SDI-DVBT-IP & SDI-DVBT-IPLL Product Lines 700-1200 ms 1080p60 70-125 ms (LL) H-4SDI-DVBT-IP H-4SDI-DVBT-IP 4x HD-SDI 1080p60 700-1200 ms 70-125 ms (LL) Data Sheet: H-1/4SDI-DVBT-IP User s Manual: H-1/4SDI-DVBT-IP Thor Broadcast SDI-DVBT-IP & SDI-DVBT-IPLL

More information

Turn your HDMI Video Signals into HDTV Channels

Turn your HDMI Video Signals into HDTV Channels 4x Turn your HDMI Video Signals into HDTV Channels and Distribute to all of your HD TVs via the antenna coax cable Rack Mount HDMI Full HD Digital Video RF Modulator Available with single / dual / quad

More information

Product Introduction. Key Features

Product Introduction. Key Features NDS356xH HD IRD Product Introduction NDS356xH HD IRD is DEXIN s all-in-one device which integrates demodulation, de-scrambler, re-mux and decoding in one case to convert RF signals into audio/video (CVBS

More information

Microwave PSU Broadcast DvB Streaming Network

Microwave PSU Broadcast DvB Streaming Network Microwave PSU Broadcast DvB Streaming Network Teletechnika Ltd. is in the mainstream of telecommunication since 1990 Main profile of the company Development Manufacturing Maintenance Segments Microwave

More information

Intevi Digital Television. IDT Product Brochure The convergence of IPTV and Digital Signage...

Intevi Digital Television. IDT Product Brochure The convergence of IPTV and Digital Signage... Intevi Digital Television IDT Product Brochure The convergence of IPTV and Digital Signage... DIGITAL TELEVISION RANGE Overview The Intevi IDT range is a feature rich hardware & software solution for the

More information

PixelNet. Jupiter. The Distributed Display Wall System. by InFocus. infocus.com

PixelNet. Jupiter. The Distributed Display Wall System. by InFocus. infocus.com PixelNet The Distributed Display Wall System Jupiter by InFocus infocus.com PixelNet The Distributed Display Wall System PixelNet, a Jupiter by InFocus product, is a revolutionary new way to capture,

More information

3.0 Next Generation Digital Terrestrial Broadcasting

3.0 Next Generation Digital Terrestrial Broadcasting 3.0 Next Generation Digital Terrestrial Broadcasting Joel Wilhite Harmonic Inc. 1 Viewer Habits Viewing habits are changing as the population ages New viewers are born everyday - Gen X, Millennials, etc.

More information

12 HDMI 16* DVB-C/8*DVB-T/6*ISDB-T Digital RF

12 HDMI 16* DVB-C/8*DVB-T/6*ISDB-T Digital RF NDS3544M Encoder Modulator 12 HDMI 16* DVB-C/8*DVB-T/6*ISDB-T Digital RF Product Overview NDS3544M HD encoder modulator is a professional high integration device which includes encoding, multiplexing,

More information

ATSC TELEVISION IN TRANSITION. Sep 20, Harmonic Inc. All rights reserved worldwide.

ATSC TELEVISION IN TRANSITION. Sep 20, Harmonic Inc. All rights reserved worldwide. Sep 20, 2016 ATSC TELEVISION IN TRANSITION ATSC 1.0 Overview The move from analog to digital 2 The ATSC 1 Digital Paradigm Shift ATSC broadcasters built systems based on the state of the art (at the time)

More information

TV & Media Streaming by Ixanon

TV & Media Streaming by Ixanon TV & Media Streaming by Ixanon Ixanons products are continuously developed by experienced consultants in systems and product design. Our products ofer extremely reliable, quality systems at a competitive

More information

Flexible Encoding Platform

Flexible Encoding Platform SDE-6S-ASI / HDE-2S-IP Flexible Encoding Platform Model: Stock#: SDE-6S-ASI / HDE-2S-IP 6365/6366 V002 02242014 Blonder Tongue Encoding More than 5,000 shipped since 2008 Premium and basic encoding for

More information

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL HEADEND SYSTEM H.264 TRANSCODING_DVB-S2/CABLE/_TROPHY HEADEND is the most convient and versatile for digital multichannel satellite&cable solution.

More information

Overview and Technical presentation

Overview and Technical presentation Overview and Technical presentation Richard LHERMITTE VP Solutions & Market development Tim HOSMER Director of Comark Digital Services Key covered topics Overview Why ATSC3.0 Key advantages for Broadcasters

More information

Video broadcast using cloud computing with metadata Carlos R. Soria-Cano 1, Salvador Álvarez Ballesteros 2

Video broadcast using cloud computing with metadata Carlos R. Soria-Cano 1, Salvador Álvarez Ballesteros 2 www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 5 Issue 5 May 2016, Page No. 16647-16651 Video broadcast using cloud computing with metadata Carlos R. Soria-Cano

More information

DVM-150E Professional DTV Receiver/Decoder

DVM-150E Professional DTV Receiver/Decoder DVM-150E Professional DTV Receiver/Decoder Performance The DVM-150E is a single rack, Professional DTV Receiver/Decoder with the capability of handling SD & HD MPEG-2 4:2:0 DTV signals. Its modular design

More information

Encoder Modulator NDS3544I. Product Overview

Encoder Modulator NDS3544I. Product Overview NDS3544I Encoder Modulator & RF test port GE output port Tuner in GE input port WEB port 24 HDMI IN Power supply Product Overview NDS3544I is a professional high integration device which includes encoding,

More information

NDS3542 Encoder Modulator Low Delay

NDS3542 Encoder Modulator Low Delay NDS3542 Encoder Modulator 2*SDI/HDMI 2* DVB-T Carriers Out Low Delay Front View Rear View SDI Input Rear View HDMI Input Key Features MPEG2 HD & MPEG4 AVC/H.264 HD video encoding Up to 1920*1080@50P/60P

More information

TL-4459C ENCODER MODULATOR

TL-4459C ENCODER MODULATOR & RF test port GE output port Tuner in GE input port WEB port 24 HDMI IN Power supply Product Overview TL-4459C is a professional high integration device which includes encoding, multiplexing, scrambling

More information

Distribute 2x FULL-HD Video to All TV over Coax

Distribute 2x FULL-HD Video to All TV over Coax Distribute 2x FULL-HD Video to All TV over Coax The VeCOAX MICROMOD TWO is a 2 Channel Full HD COMPACT modulator ideal solution to distribute two SD or HD 720p / 1080i / 1080p Video Signals to an unlimited

More information

HEVC H.265 TV ANALYSER

HEVC H.265 TV ANALYSER INTRODUCING THE WORLD S FIRST HEVC H.265 METER & TV ANALYSER Digital terrestrial TV is at the dawn of a new transformation driven by the need to release yet further spectrum in the so called second dividend

More information

MAGICLiteSeries-16CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP

MAGICLiteSeries-16CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP MAGICLiteSeries-16CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP EX-SDI Magic Lite 1080p 16 CH MagicDVRdetectsAnalog/960H/EX-SDI/HD-SDIcamerasautomatically Records up to 4 IP cameras REAL-TIME

More information

PROMAX NEWSLETTER Nº 22

PROMAX NEWSLETTER Nº 22 PROMAX NEWSLETTER Nº 22 TV EXPLORER HD series: H.264 / MPEG-4 AVC picture CV-100: Optical LNB adapter for TV EXPLORER MO-370: ISDB-T/T B modulator DIGITAL To TV: for Broadcast and TV Distribution PROMAX-27:

More information

Magic U Series 4CH Octa-brid DVR System, 4K Output, 2 HDD slots, esata, 4CH Audio

Magic U Series 4CH Octa-brid DVR System, 4K Output, 2 HDD slots, esata, 4CH Audio Magic U DVR detects Analog 960H HD-TVI A-HD EX-SDI HD-SDI cameras automatically Records up to 4 IP cameras REAL-TIME Live Programmable Multi-CH HD Spot Out 4K Video output Touch Interface iphone Android

More information

Experience the Difference Of Drake Digital

Experience the Difference Of Drake Digital Experience the Difference Of Drake Digital Options for Cable Delivery of Off-Air Digital Signals QUALITY With the continued increase in the number of digital off-air transmissions as the transition to

More information

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing ATSC vs NTSC Spectrum ATSC 8VSB Data Framing 22 ATSC 8VSB Data Segment ATSC 8VSB Data Field 23 ATSC 8VSB (AM) Modulated Baseband ATSC 8VSB Pre-Filtered Spectrum 24 ATSC 8VSB Nyquist Filtered Spectrum ATSC

More information

HD Input QAM OUT IP OUT

HD Input QAM OUT IP OUT Full HD Video Distribution made EASY CL4000-C HD to QAM DVB-C and IP CL4000-T HD to QAM DVB-C and IP CL4000-IP HD to IP or to QAM inserter DVB-C / DVB-T and IP HD Input QAM OUT IP OUT Turn Your HD Video

More information

1 HDMI YPbPr HD Digital TV Compact Modulator QAM ATSC DVB-T 1080p/60

1 HDMI YPbPr HD Digital TV Compact Modulator QAM ATSC DVB-T 1080p/60 Product Information Datasheet 1 HDMI YPbPr HD Digital TV Compact Modulator QAM ATSC DVB-T 1080p/60 Compact HDMI Encoder Modulator with Licensed Dolby AC/3 Audio Codec Preview Short Description Thor CMOD

More information

The first TV Smart Headend designed for Hospitality SOLUTIONS FOR IN-ROOM ENTERTAINMENT PROVIDERS AND INTEGRATORS

The first TV Smart Headend designed for Hospitality SOLUTIONS FOR IN-ROOM ENTERTAINMENT PROVIDERS AND INTEGRATORS The first TV Smart Headend designed for Hospitality SOLUTIONS FOR IN-ROOM ENTERTAINMENT PROVIDERS AND INTEGRATORS 1 FLOW IN...3 FLOW SEC...4 FLOW ENC...5 FLOW OUT...6 FLOW HUB...7 FLOW BASE...8 FLOW PSU...9

More information

MAGICQLSeries-4CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP

MAGICQLSeries-4CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP MAGICQLSeries-4CH1080pDVRSystem-SupportsEX- SDI/HD-SDI/960H/Analog/IP EX-SDI 1080p 4 CH MagicDVRdetectsAnalog/960H/EX-SDI/HD-SDIcamerasautomatically Records up to 1 IP cameras REAL-TIME Live / 1080p@ Pentaplex

More information

World Class Modular MPEG-4 Digital Headend. 10 IRD 7U Rack can deliver up to 150 Channels (FTA + PAY) 56 FTA with 2 Gigabit 5U Rack (300~600 channels)

World Class Modular MPEG-4 Digital Headend. 10 IRD 7U Rack can deliver up to 150 Channels (FTA + PAY) 56 FTA with 2 Gigabit 5U Rack (300~600 channels) Product Briefs 10 IRD Rack can deliver (FTA + PAY) We use Professional Digital Satellite receivers with ASI and input and output interfaces which offers real time professional receive, demodulation, and

More information

MGW ACE. Compact HEVC / H.265 Hardware Encoder VIDEO INNOVATIONS

MGW ACE. Compact HEVC / H.265 Hardware Encoder VIDEO INNOVATIONS MGW ACE Compact HEVC / H.265 Hardware Encoder VITEC introduces MGW Ace, the world's first HEVC / H.264 hardware encoder in a professional grade compact streaming appliance. MGW Ace's advanced HEVC compression

More information

Illinois Telephone Users Group. Peoria, IL June 6, 2007

Illinois Telephone Users Group. Peoria, IL June 6, 2007 Illinois Telephone Users Group Peoria, IL June 6, 2007 IPTV Illinois Public Television Presented by: Dean Mischke, P.E. What is IPTV?? Illinois Public Television Digital Video delivered over Internet Protocol

More information

Multi-CODEC 1080P IRD Platform

Multi-CODEC 1080P IRD Platform Multi-CODEC 1080P IRD Platform RD-70 The RD-70 is a 1080P multi-codec very low latency MPEG 2 and MPEG 4 AVC/H.264 high definition IRD. The ultra-low delay mode requires the use of Adtec s EN-91 1080i,

More information

http://contemporaryresearch.com/more-support/rf_iptv Convergence starts with 4 letters Solutions AV, RF, and IP use HDMI TDMS streams at the start and use IP to distribute video TDMS is an uncompressed

More information

ECEN 5653/4653 RT Digital Media Systems

ECEN 5653/4653 RT Digital Media Systems ECEN 5653/4653 RT Digital Media Systems Introduction to Sampling, Encoding, Decoding and Transport February 14, 2012 Sam Siewert Digital Media = Digital Video and Audio Sam Siewert 2 Overview Introduction

More information

The VeCOAX PRO2 HD SDI is The #1 Best HD Quality & Price solution to distribute HD SDI video signals to

The VeCOAX PRO2 HD SDI is The #1 Best HD Quality & Price solution to distribute HD SDI video signals to The VeCOAX PRO2 HD SDI is The #1 Best HD Quality & Price solution to distribute HD SDI video signals to an unlimited number of HD Televisions over the existing Coax Cables, ideal replacement for old analog

More information

Jupiter PixelNet. The distributed display wall system. infocus.com

Jupiter PixelNet. The distributed display wall system. infocus.com Jupiter PixelNet The distributed display wall system infocus.com InFocus Jupiter PixelNet The Distributed Display Wall System PixelNet is a revolutionary new way to capture, distribute, control and display

More information

AES/EOU R-AUDIO2 R-AUDIO1 L-AUDIO1 L-AUDIO2 CVBS CVBS OUT R-AUDIO1 R-AUDIO2 ASI OUT2 GPI/LS DATA

AES/EOU R-AUDIO2 R-AUDIO1 L-AUDIO1 L-AUDIO2 CVBS CVBS OUT R-AUDIO1 R-AUDIO2 ASI OUT2 GPI/LS DATA 160R-Base R-AUDIO1 R-AUDIO2 AES/EOU ASI OUT RF OUT RF IN L-AUDIO1 L-AUDIO2 CVBS ASI IN GPI/LS DATA 160R-AD GPI/LS DATA CVBS OUT R-AUDIO1 R-AUDIO2 ASI OUT2 ASI IN2 RF OUT2 RF IN2 RF OUT1 RF IN1 Introduction

More information

http://contemporaryresearch.com/more-support/rf_iptv Convergence starts with 4 letters Solutions AV, RF, and IP use HDMI TDMS streams at the start and use IP to distribute video TDMS is an uncompressed

More information

Tutorial on the Grand Alliance HDTV System

Tutorial on the Grand Alliance HDTV System Tutorial on the Grand Alliance HDTV System FCC Field Operations Bureau July 27, 1994 Robert Hopkins ATSC 27 July 1994 1 Tutorial on the Grand Alliance HDTV System Background on USA HDTV Why there is a

More information

16CH 1080p HD-SDI Security MAGIC Lite Series DVR System - Auto detects Analog/960H/HD-SDI

16CH 1080p HD-SDI Security MAGIC Lite Series DVR System - Auto detects Analog/960H/HD-SDI HD-SDI Magic Lite 1080p 16 CH Magic DVR detects Analog / 960H / HD-SDI camera automatically. H.264 High Compression CODEC Programmable Spot Out iphone Android remote view App Available. Crystal clear 1080p

More information

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS by Donald Raskin and Curtiss Smith ABSTRACT There is a clear trend toward regional aggregation of local cable television operations. Simultaneously,

More information

Cisco Explorer 8650HD DVR

Cisco Explorer 8650HD DVR Cisco Explorer 8650HD DVR The Cisco Explorer 8650HD DVR provides high quality video, audio, DVR, and two-way capabilities that cable operators have come to expect. The platform provides faster processing

More information

Technical Solution Paper

Technical Solution Paper Digital Video Broadcasting - Cable Technical Solution Paper LOGIC EASTERN INDIA PVT. LTD. B-2, Sector-31, Noida, U.P., INDIA. Ph. No. +0129-2455112/13/14, info@logiceastern.com http://www.logiceastern.com

More information

AT278USB, imod. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input

AT278USB, imod. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Digital Video Interfacing Products AT278USB, imod DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Standard Features DVB-T/H/C Modulator with VHF & UHF Up converter. - High Speed

More information

Easy HD Expressway! HDMI/Composite(CVBS) to DVB-T/ISDB-T/ISDB-Tb

Easy HD Expressway! HDMI/Composite(CVBS) to DVB-T/ISDB-T/ISDB-Tb HV-200 Professional 4-band (100MHz~2500MHz) Full HD Digital TV Modulator HDMI/Composite(CVBS) to DVB-T/ISDB-T/ISDB-Tb HV-200 is the most cost-effective solution to distribute HDMI or composite (CVBS) video

More information

AT2780USB. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs

AT2780USB. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs Digital Video Interfacing Products AT2780USB DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs Standard Features DVB-T/H/C Modulator with VHF & UHF Up converter. - High

More information

Cisco Explorer 4642HD and 4652HD High- Definition Set-Tops

Cisco Explorer 4642HD and 4652HD High- Definition Set-Tops Data Sheet Cisco Explorer 4642HD and 4652HD High- Definition Set-Tops Power, flexibility, and advanced security features highlight the Cisco Explorer 4642HD and 4652HD High-Definition Set-Tops. Additionally,

More information

DVB-C RF out front panel

DVB-C RF out front panel www.transliteglobal.com 1 DVB-T RF out front panel DVB-C RF out front panel DVB-C Tuner in RF out & RF test port FE in port GE in & out port WEB port 4HDMI IN Power supply 8HDMI IN 12 HDMI IN www.transliteglobal.com

More information

Video Services. Paris- La Defense April 2002 Jean-Christophe Dessange Session Number Presentation_ID

Video Services. Paris- La Defense April 2002 Jean-Christophe Dessange Session Number Presentation_ID Video Services Paris- La Defense April 2002 Jean-Christophe Dessange jdessang@cisco.com Session Number Presentation_ID 1 Video Service End to End Video Delivery Solution True VIDEO = INCREMENTAL BUSINESS

More information

Abstract WHAT IS NETWORK PVR? PVR technology, also known as Digital Video Recorder (DVR) technology, is a

Abstract WHAT IS NETWORK PVR? PVR technology, also known as Digital Video Recorder (DVR) technology, is a NETWORK PVR VIDEO SERVER ARCHITECTURE Jay Schiller, Senior VP Broadband Strategy and Product Management Michael Fallon, Senior Technical Writer ncube Corporation Abstract Set-top Personal Video Recording

More information

Video-on-Demand. Nick Caggiano Walter Phillips

Video-on-Demand. Nick Caggiano Walter Phillips Video-on-Demand Nick Caggiano Walter Phillips Video-on-Demand What is Video-on-Demand? Storage, transmission, and display of archived video files in a networked environment Most popularly used to watch

More information

Commercial IRD Options for Shaw Conversion

Commercial IRD Options for Shaw Conversion Commercial IRD Options for Shaw Conversion January 26, 2017 Commercial IRD Products DSR-7401 DSR-7403, 7406, 7409 and DSR-7412 12 channel MPEG-2/4 HD/SD to SD transcoder AVAILABLE: NOW 3, 6, 9 and 12 channel

More information

Minimum Specification of Next Generation In-room IP Set Top Box Version Feb-2008

Minimum Specification of Next Generation In-room IP Set Top Box Version Feb-2008 Minimum Specification of Next Generation In-room IP Set Top Box In-room Technology Workgroup Application and Device Integration Team About HTNG Hotel Technology Next Generation ( HTNG ) is a nonprofit

More information

Magic U 4K Series 4CH Octa-brid DVR System, All-channel 4K Recording, 2 HDD slots, esata, 4CH Audio

Magic U 4K Series 4CH Octa-brid DVR System, All-channel 4K Recording, 2 HDD slots, esata, 4CH Audio Full GUI with alpha blending Individual setting of resolution frame rates and picture quality Instant Replay Digital Zoom Mouse Control Weekly scheduler with holiday by 10 minutes setting Covert Disable

More information

Understanding Multimedia - Basics

Understanding Multimedia - Basics Understanding Multimedia - Basics Joemon Jose Web page: http://www.dcs.gla.ac.uk/~jj/teaching/demms4 Wednesday, 9 th January 2008 Design and Evaluation of Multimedia Systems Lectures video as a medium

More information

Transport Stream I/O DVB-ASI and SMPTE-310M inputs and outputs are available for users requiring MPEG2 transport stream I/O.

Transport Stream I/O DVB-ASI and SMPTE-310M inputs and outputs are available for users requiring MPEG2 transport stream I/O. DVM-150E Professional DTV Receiver/Decoder Performance The DVM-150E is a single rack, Professional DTV Receiver/Decoder with the capability of handling SD and HD MPEG2 4:2:0 DTV signals. Its modular design

More information

Magic U Series 16CH Octa-brid DVR System, 4K Output, 8 HDD slots, esata, 16CH Audio, 4MP EX-SDI/HD-TVI Support

Magic U Series 16CH Octa-brid DVR System, 4K Output, 8 HDD slots, esata, 16CH Audio, 4MP EX-SDI/HD-TVI Support Full GUI with alpha blending Individual setting of resolution frame rates and picture quality Instant Replay Digital Zoom Mouse Control Weekly scheduler with holiday by 10 minutes setting Covert Disable

More information

MAGICUSeries-4CH1080pDVRSystem4Kouput- SupportsEX-SDI/HD-SDI/HD-TVI/A-HD/960H/Analog/ IP

MAGICUSeries-4CH1080pDVRSystem4Kouput- SupportsEX-SDI/HD-SDI/HD-TVI/A-HD/960H/Analog/ IP MAGICUSeries-4CH1080pDVRSystem4Kouput- SupportsEX-SDI/HD-SDI/HD-TVI/A-HD/960H/Analog/ IP Magic U 1080p 3MP 4 CH MagicUDVRdetectsAnalog/960H/HD-TVI/A-HD/EX-SDI/HD-SDIcameras automatically Records up to

More information

MAGICUSeries-16CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP

MAGICUSeries-16CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP MAGICUSeries-16CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP EX-SDI Magic U 1080p 16 CH MagicUDVRdetectsAnalog/960H/HD-TVI/A-HD/EX-SDI/HD-SDIcameras automatically Records up to 4 IP cameras

More information

TOWARD A FOCUSED MARKET William Bricken September A variety of potential markets for the CoMesh product. TARGET MARKET APPLICATIONS

TOWARD A FOCUSED MARKET William Bricken September A variety of potential markets for the CoMesh product. TARGET MARKET APPLICATIONS TOWARD A FOCUSED MARKET William Bricken September 2002 A variety of potential markets for the CoMesh product. POTENTIAL TARGET MARKET APPLICATIONS set-top boxes direct broadcast reception signal encoding

More information

DC-105 Quick Installation Guide

DC-105 Quick Installation Guide DC-105 Quick Installation Guide PACKAGE CONTENTS 2 POWER ON 2 CONNECT TO A DVB-T RECEIVER 3 ADJUST THE FOCUS OF THE LENS 3 CONNECT TO A CVBS MONITOR 4 MIC-IN 4 USB UART DONGLE 5 MONITOR BOOT MESSAGES 7

More information

Digital Television Fundamentals

Digital Television Fundamentals Digital Television Fundamentals Design and Installation of Video and Audio Systems Michael Robin Michel Pouiin McGraw-Hill New York San Francisco Washington, D.C. Auckland Bogota Caracas Lisbon London

More information

Video Application Starter Kits

Video Application Starter Kits Video Application Starter Kits ABOUT Z³ TECHNOLOGY Z 3 Technology is the market leader in providing production-ready embedded multimedia solutions and systems. From our founders to our world-class engineers

More information

Shaw Conversion. March 18, 2016

Shaw Conversion. March 18, 2016 Commercial IRD Options for Shaw Conversion March 18, 2016 Commercial IRD Products DSR 7401 DSR 7403/7406/7409/7412 12 channel MPEG 2/4 HD/SD to SD transcoder AVAILABLE: SEP 2016 3, 6, 9 and 12 channel

More information

Broadcast 1 Channel LPTV HD/SD Universal Encoder

Broadcast 1 Channel LPTV HD/SD Universal Encoder PRO1-BT-HDX Video Encoder For LPTV Broadcasting Broadcast 1 Channel LPTV HD/SD Universal Encoder The BT-ENCODER PRO1-BT-HDX is a Single Channel HD/SD Digital Video Broadcasting Encoder, perfect solution

More information

MediaKind RX

MediaKind RX MediaKind RX8330 The MediaKind RX8330 Distribution Receiver provides feature-rich multi-format standard definition decoding capability with high quality SDI output for video distribution applications.

More information

Delivering on demand Video services in cable environment over the DVB-C path

Delivering on demand Video services in cable environment over the DVB-C path TECHNICAL WHITE PAPER Delivering on demand Video services in cable environment over the DVB-C path By Simeon Bajec, Product Manager, BeeSmart d.o.o., simeon.bajec at beesmart.tv Abstract Cable networks

More information

Operation and Installation Guide

Operation and Installation Guide Operation and Installation Guide HDS2800 Series Encoder Modulator High Definition (HD) Digital COFDM MPEG2 and H.264 Modulator with IP Multicast. 19 Rack Mount Revision 4.0 Firmware version Released File

More information

DCP Internet DCP-1000AV SDI/HDMI/AES & XLR

DCP Internet DCP-1000AV SDI/HDMI/AES & XLR Digital TV Equipment System Digital Contents Processing Platform DCP-1000 brings a compact flexible solutions that allow the users to build or update the DTV or IPTV headend to meet a variety of requirements

More information

Forward TS Product Line

Forward TS Product Line Forward TS Forward TS Product Line General Information Revision as of April 30, 2009. SoftLab-NSK Ltd. Notice The information in this document is subject to change without prior notice in order to improve

More information

ATI Theater 650 Pro: Bringing TV to the PC. Perfecting Analog and Digital TV Worldwide

ATI Theater 650 Pro: Bringing TV to the PC. Perfecting Analog and Digital TV Worldwide ATI Theater 650 Pro: Bringing TV to the PC Perfecting Analog and Digital TV Worldwide Introduction: A Media PC Revolution After years of build-up, the media PC revolution has begun. Driven by such trends

More information

Messenger Veta Receiver Decoder (MVRD)

Messenger Veta Receiver Decoder (MVRD) The most important thing we build is trust. Product Highlights Two Channel Maximal-Ratio Diversity Receiver Supports DVB-T and Narrow-Band 1 modes down to 1.25 MHz BW Provides Ultra-Low-Latency for Real-Time

More information

Cisco Explorer 4640HD and 4650HD High-Definition Set-Tops

Cisco Explorer 4640HD and 4650HD High-Definition Set-Tops Cisco Explorer 4640HD and 4650HD High-Definition Set-Tops Power, flexibility, and advanced security features highlight the Cisco Explorer 4640HD and 4650HD High-Definition Set-Tops. The 4640HD and 4650HD

More information

(I) SD Encoder - QAM. (II) AV Encoder - QAM

(I) SD Encoder - QAM. (II) AV Encoder - QAM (I) SD Encoder - QAM Input: 10x SD or AV Output: 1x QAM 800-543-1584 www.nsccom.com (II) AV Encoder - QAM Input: 10x AV Output: 1x QAM Rev: 100217-03 2010 All rights reserved. Specifications and features

More information

MAGICUSeries-32CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP

MAGICUSeries-32CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP MAGICUSeries-32CHDVR4Koutput-SupportsEX-SDI/ HD-SDI/HD-TVI/A-HD/960H/Analog/IP Magic U 1080p 3MP 32 CH MagicUDVRdetectsAnalog/960H/HD-TVI/A-HD/EX-SDI/HD-SDIcameras automatically Records up to 4 IP cameras

More information

HD-SDI/HDMI to DVB-T/ISDB-T/ISDB-Tb

HD-SDI/HDMI to DVB-T/ISDB-T/ISDB-Tb HV-202 Professional 4-band (100MHz~2500MHz) Full HD Digital TV Modulator HD-SDI/HDMI to DVB-T/ISDB-T/ISDB-Tb HV-202 is the most cost-effective solution to distribute HDMI or composite (CVBS) video to unlimited

More information

RELEASE V1.0 dated White Paper Software-Based Encoding

RELEASE V1.0 dated White Paper Software-Based Encoding RELEASE V1.0 dated 01-10-2019 White Paper Software-Based Encoding Contents Abstract... 3 Introduction... 3 Historical Background... 3 First Generation MPEG-2 Encoding... 3 Second Generation MPEG-2 Encoding...4

More information

Content storage architectures

Content storage architectures Content storage architectures DAS: Directly Attached Store SAN: Storage Area Network allocates storage resources only to the computer it is attached to network storage provides a common pool of storage

More information

DVM-150E Professional DTV Receiver/Decoder

DVM-150E Professional DTV Receiver/Decoder DVM-150E Professional DTV Receiver/Decoder Performance The DVM-150E is a single rack, Professional DTV Receiver/Decoder with the capability of handling SD & HD MPEG-2 4:2:0 DTV signals. Its modular design

More information

MediaKind RX8200 SkyUK CA

MediaKind RX8200 SkyUK CA MediaKind RX8200 SkyUK CA Advanced Modular Receiver - SkyUK CA The MediaKind RX8200 Advanced Modular Receiver is the industry standard Integrated Receiver Decoder (IRD) for decoding content feeds. RX8200

More information

Hands-On Real Time HD and 3D IPTV Encoding and Distribution over RF and Optical Fiber

Hands-On Real Time HD and 3D IPTV Encoding and Distribution over RF and Optical Fiber Hands-On Encoding and Distribution over RF and Optical Fiber Course Description This course provides systems engineers and integrators with a technical understanding of current state of the art technology

More information

4K UHDTV: What s Real for 2014 and Where Will We Be by 2016? Matthew Goldman Senior Vice President TV Compression Technology Ericsson

4K UHDTV: What s Real for 2014 and Where Will We Be by 2016? Matthew Goldman Senior Vice President TV Compression Technology Ericsson 4K UHDTV: What s Real for 2014 and Where Will We Be by 2016? Matthew Goldman Senior Vice President TV Compression Technology Ericsson 4K TV = UHDTV-1 4K TV = 3840 x 2160 In context of broadcast television,

More information

ITV-EN460d MPEG-4 AVC Encoder

ITV-EN460d MPEG-4 AVC Encoder ITV-EN460d MPEG-4 AVC Encoder The ITV-EN460d MPEG-4 AVC Encoder is a real time compression solution that delivers unrivalled HD and SD video quality. The solution provides operators with the most powerful,

More information

Hands-On DVB-T2 and MPEG Essentials for Digital Terrestrial Broadcasting

Hands-On DVB-T2 and MPEG Essentials for Digital Terrestrial Broadcasting Hands-On for Digital Terrestrial Broadcasting Course Description Governments everywhere are moving towards Analogue Switch Off in TV broadcasting. Digital Video Broadcasting standards for use terrestrially

More information

SWITCHED BROADCAST CABLE ARCHITECTURE USING SWITCHED NARROWCAST NETWORK TO CARRY BROADCAST SERVICES

SWITCHED BROADCAST CABLE ARCHITECTURE USING SWITCHED NARROWCAST NETWORK TO CARRY BROADCAST SERVICES SWITCHED BROADCAST CABLE ARCHITECTURE USING SWITCHED NARROWCAST NETWORK TO CARRY BROADCAST SERVICES Gil Katz Harmonic Inc. Abstract Bandwidth is a precious resource in any cable network. Today, Cable MSOs

More information

A better way to get visual information where you need it.

A better way to get visual information where you need it. A better way to get visual information where you need it. Meet PixelNet. The Distributed Display Wall System PixelNet is a revolutionary new way to capture, distribute, control and display video and audio

More information

HDE-4S-QAM. Input: 4xHD-SDI & 4xComponent Output: 4xQAM

HDE-4S-QAM. Input: 4xHD-SDI & 4xComponent Output: 4xQAM HDE-4S-QAM Input: 4xHD-SDI & 4xComponent Output: 4xQAM AB Rev:120514-02 2012 All rights reserved. Specifications and features are subject to change without notice. Trademarks are the property of their

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

(I) AV Encoder - QAM. (II) SD Encoder - QAM

(I) AV Encoder - QAM. (II) SD Encoder - QAM (I) AV Encoder - QAM Input: Output: 10x AV 1x QAM (II) SD Encoder - QAM Input: 10x SD or AV Output: 1x QAM Rev: 091113-01 2009 All rights reserved. Specifications and features are subject to change without

More information

VNP 100 application note: At home Production Workflow, REMI

VNP 100 application note: At home Production Workflow, REMI VNP 100 application note: At home Production Workflow, REMI Introduction The At home Production Workflow model improves the efficiency of the production workflow for changing remote event locations by

More information

TCF: Hybrid fibre coax systems Online course specification

TCF: Hybrid fibre coax systems Online course specification TCF: Hybrid fibre coax systems Online course specification Course aim: By the end of this course trainees will be able to describe the operation, components and capabilities of hybrid fibre coax cable

More information

4T2 Portable. digital broadcast measurement receiver. Advanced Broadcast Components Ltd. Wacholderstrasse Bad Segeberg

4T2 Portable. digital broadcast measurement receiver. Advanced Broadcast Components Ltd. Wacholderstrasse Bad Segeberg 4T2 Portable digital broadcast measurement receiver Advanced Broadcast Components Ltd. Wacholderstrasse 13 23795 Bad Segeberg www.4t2.eu 4T2 Portable presentation @2018 ABC Ltd. slide 1 of 21 4T2 Portable

More information