High-Definition CESNET

Size: px
Start display at page:

Download "High-Definition CESNET"

Transcription

1 High-Definition CESNET Petr Holub hopet@ics.muni.cz CESNET z. s. p. o. Laboratory of Advanced Networking Technologies Institute of Computer Science and Faculty of Informatics Masaryk University of Brno Internet2 Fall Member Meeting 2005, Philadelphia, /19

2 Outline HDV What is HDV? Sending Receiving Workflow Uncompressed HD What Is Uncompressed HD About? Point-to-Point (Multi)Point-to-Multipoint Setup for igrid 2005 Demo 2/19

3 What is HDV?... just an MPEG-2, really 25 Mbps bandwidth (c. f. DV) , 59.94, 60 Hz 3/19

4 Sending Receiving Workflow Sending: Windows XP SP2 + VLC FreeBSD 4/5/6 + fwcontrol patch 1 + VLC (+ netcat) Receiving: VLC (+ netcat) VLC issues VLC has serious problems reading out streams >10 Mbps from network independent buffering helps (buffer program, TCP under certain conditions) 1 hopet/hdv/ 4/19

5 Hands-on Example FreeBSD 4/5/6: 1. make sure you have complete /usr/src tree (src distribution) 2. cd /usr/src/usr.sbin/fwcontrol fetch patch -p1 <fwcontrol.patch make 3. now you have the HDV-enabled fwcontrol binary and man page: cd /usr/src/usr.sbin/fwcontrol./fwcontrol -h; nroff -man fwcontrol.8 less./fwcontrol -R sample.m2t 4. you can use VLC for streaming (problems with packet loss):./fwcontrol -R - vlc -vvv - --sout udp: ttl if you have netcat (/usr/ports/net/netcat) installed, you can do TCP (receiver) nc -l -4 -p 9000 vlc - (sender)./fwcontrol -R - nc n.b. receiver needs to be started first! UDP (receiver) nc -l -4 -u -p 9000 vlc - (sender)./fwcontrol -R - nc -4 -u UDP with buffer program (/usr/ports/misc/buffer) (receiver) nc -l -4 -u -p 9000 \ buffer -s 10k -b m 20m -p 5 vlc - (sender)./fwcontrol -R - nc -4 -u /19

6 HDV in VLC 6/19

7 Outline HDV What is HDV? Sending Receiving Workflow Uncompressed HD What Is Uncompressed HD About? Point-to-Point (Multi)Point-to-Multipoint Setup for igrid 2005 Demo 7/19

8 What Is Uncompressed HD About? What is usually understood under uncompressed HD? ( , Gbps, transmitted over SDI, SMPTE 292M) Bandwidth calculation: } 2200{{ 1125} total resolution bit/point fps 2/3 }{{} = bps 4:2:2 sampling Resolution: includes of effective resolution, but also adds up blanking lines, totaling Color depth: 10 bits/point/color plane = 30 bits/point Computers are usually unable to render more than 8 bits/color plane. Frame rate: 24p, 25p, 29.97p, 30p, 50i, 59.94i, 60i Sampling: usually 4:2:2 4:4:4 needed? You will also need double-link SDI... 8/19

9 What Is Uncompressed HD About? What is usually understood under uncompressed HD? ( , Gbps, transmitted over SDI, SMPTE 292M) Bandwidth calculation: } 2200{{ 1125} total resolution bit/point fps 2/3 }{{} = bps 4:2:2 sampling Resolution: includes of effective resolution, but also adds up blanking lines, totaling Color depth: 10 bits/point/color plane = 30 bits/point Computers are usually unable to render more than 8 bits/color plane. Frame rate: 24p, 25p, 29.97p, 30p, 50i, 59.94i, 60i Sampling: usually 4:2:2 4:4:4 needed? You will also need double-link SDI... 9/19

10 What Is Uncompressed HD About? What is usually understood under uncompressed HD? ( , Gbps, transmitted over SDI, SMPTE 292M) Bandwidth calculation: } 2200{{ 1125} total resolution bit/point fps 2/3 }{{} = bps 4:2:2 sampling Resolution: includes of effective resolution, but also adds up blanking lines, totaling Color depth: 10 bits/point/color plane = 30 bits/point Computers are usually unable to render more than 8 bits/color plane. Frame rate: 24p, 25p, 29.97p, 30p, 50i, 59.94i, 60i Sampling: usually 4:2:2 4:4:4 needed? You will also need double-link SDI... 10/19

11 What Is Uncompressed HD About? What is usually understood under uncompressed HD? ( , Gbps, transmitted over SDI, SMPTE 292M) Bandwidth calculation: } 2200{{ 1125} total resolution bit/point fps 2/3 }{{} = bps 4:2:2 sampling Resolution: includes of effective resolution, but also adds up blanking lines, totaling Color depth: 10 bits/point/color plane = 30 bits/point Computers are usually unable to render more than 8 bits/color plane. Frame rate: 24p, 25p, 29.97p, 30p, 50i, 59.94i, 60i Sampling: usually 4:2:2 4:4:4 needed? You will also need double-link SDI... 11/19

12 What Is Uncompressed HD About? What is usually understood under uncompressed HD? ( , Gbps, transmitted over SDI, SMPTE 292M) Bandwidth calculation: } 2200{{ 1125} total resolution bit/point fps 2/3 }{{} = bps 4:2:2 sampling Resolution: includes of effective resolution, but also adds up blanking lines, totaling Color depth: 10 bits/point/color plane = 30 bits/point Computers are usually unable to render more than 8 bits/color plane. Frame rate: 24p, 25p, 29.97p, 30p, 50i, 59.94i, 60i Sampling: usually 4:2:2 4:4:4 needed? You will also need double-link SDI... 12/19

13 Point-to-Point Working on Linux The only low-latency HD card: DVS Centaurus 2 (and HDstation) Turns out Centaurus is not as low latency as HD station: frame-by-frame capture only, no memory mapping HDstation is no longer produced, more than 2 more expensive Only digital audio I/O (even with separately licensed Audio08 option) Started with UltraGrid 3 No full HD support (only formats) /19

14 Point-to-Point cont d We have rewritten the UltraGrid supports modes, algorithms for 10 b 8 b conversion for local display, linear blend deinterlace algorithm assembly optimized for AMD64 Local overlay-based display avoids need for Centaurus cards on display side, must perform 10 b 8 b conversion (no 10 b overlay support) must perform deinterlace i-modes better quality achieved by doubling display rate, but we are unable to sync precisely to monitor refresh rate (cf. AJA HDP) currently using NVidia cards + HD LCD 14/19

15 (Multi)Point-to-Multipoint Multicast We have experienced problems running with multiple high-bandwidth streams, esp. over heterogeneous networks. Software based reflectors Our own software in multiple incarnations: from slim ultra-fast implementations to full-fledged modular reflectors based on active router concepts. Limited only by capacity of underlying hardware (e. g. dual-amd64 with Chelsio T Gbps on UDP). Underlying network switches/routes only unicast data, which is what the network is optimized for. 15/19

16 Setup for igrid 2005 Demo Based on low-cost SONY HVR-Z1E cameras + AJA HD10A converters. Software display. Data replication at StarLight (Chicago) using high-performance software reflector. 16/19

17 Outline Capture part: HDV Uncompressed HD PC (IA32/AMD64) Component analog HD AJA HD10A HD-SDI DVS Centaurus Uncompressed raw HD UltraGrid SONY HVR-Z1E Chelsio switch or router StarLight Display part: PC (AMD64) Chelsio UltraGrid DVI-D/VGA Display device (LCD, beamer) PC (AMD64) Chelsio UltraGrid DVI-D/VGA Display device (LCD, beamer) 17/19

18 dual AMD64 Chelsio LAN-PHY WAN-PHY Czech Republic dual AMD64 Chelsio LAN-PHY switch Lousiana State University dual AMD64 Chelsio LAN-PHY San Diego 1.5 Gbps data streams 18/19

19 Thank you for your attention! Q/A? 19/19

High-Definition Multimedia for Multiparty Low-Latency Interactive Communication

High-Definition Multimedia for Multiparty Low-Latency Interactive Communication High-Definition Multimedia for Multiparty Low-Latency Interactive Communication Petr Holub a,b, Luděk Matyska a,b,, Miloš Liška a,b, Lukáš Hejtmánek a,b, Jiří Denemark a,b, Tomáš Rebok a,b, Andrei Hutanu

More information

High-Definition Multimedia for Multiparty Low-Latency Interactive Communication

High-Definition Multimedia for Multiparty Low-Latency Interactive Communication High-Definition Multimedia for Multiparty Low-Latency Interactive Communication Petr Holub a,b, Luděk Matyska a,b,, Miloš Liška a,b, Lukáš Hejtmánek a,b, Jiří Denemark a,b, Tomáš Rebok a,b, Andrei Hutanu

More information

UltraGrid: from point-to-point uncompressed HD to flexible multi-party high-end collaborative environment

UltraGrid: from point-to-point uncompressed HD to flexible multi-party high-end collaborative environment UltraGrid: from point-to-point uncompressed HD to flexible multi-party high-end collaborative environment Jiří Matela (matela@ics.muni.cz) Masaryk University EVL, UIC, Chicago, 2008 09 03 1/33 Laboratory

More information

High Definition Video at the University of Costa Rica

High Definition Video at the University of Costa Rica High Definition Video at the University of Costa Rica Luis D. Espinoza-Sanchez, Strategic and Planning, CI-UCR Sergio Calvo, IT Support of Presidency, UCR Agenda Introduction in HDTV Medicine Applications

More information

By David Acker, Broadcast Pix Hardware Engineering Vice President, and SMPTE Fellow Bob Lamm, Broadcast Pix Product Specialist

By David Acker, Broadcast Pix Hardware Engineering Vice President, and SMPTE Fellow Bob Lamm, Broadcast Pix Product Specialist White Paper Slate HD Video Processing By David Acker, Broadcast Pix Hardware Engineering Vice President, and SMPTE Fellow Bob Lamm, Broadcast Pix Product Specialist High Definition (HD) television is 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

IP LIVE PRODUCTION UNIT NXL-IP55

IP LIVE PRODUCTION UNIT NXL-IP55 IP LIVE PRODUCTION UNIT NXL-IP55 OPERATION MANUAL 1st Edition (Revised 2) [English] Table of Contents Overview...3 Features... 3 Transmittable Signals... 3 Supported Networks... 3 System Configuration

More information

DVTS Workshop Internet2 Fall Conference, 2005

DVTS Workshop Internet2 Fall Conference, 2005 DVTS Workshop Internet2 Fall Conference, 2005 DVTS Consortium Kazunori Sugiura, Ph.D. WIDE Project / Keio University ( uhyo@sfc.wide.ad.jp ) September, 2005 DVTS: Motivations Using the Internet Realization

More information

Uncompressed 8K Video Streaming over 100Gbps Experimental Network

Uncompressed 8K Video Streaming over 100Gbps Experimental Network Uncompressed 8K Video Streaming over 100Gbps Experimental Network Hiroyuki Kimiyama NTT Network Innova on Laboratories (c) Copyright: Nippon Telegraph and Telephone, 2014 1 Outline What is 8K video? Mo

More information

Copyright 2008~2009 Taifatech Inc. All rights reserved. Version 1.08

Copyright 2008~2009 Taifatech Inc. All rights reserved. Version 1.08 PC2TV User s Guide Copyright 2008~2009 Taifatech Inc. All rights reserved. Version 1.08 StrandVision Digital Signage N5926 203 rd Street Menomonie, WI 54751 715-235-SIGN (7446) www.strandvision.com www.pc-2-tv.net

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

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

MIPI D-PHY Bandwidth Matrix Table User Guide. UG110 Version 1.0, June 2015

MIPI D-PHY Bandwidth Matrix Table User Guide. UG110 Version 1.0, June 2015 UG110 Version 1.0, June 2015 Introduction MIPI D-PHY Bandwidth Matrix Table User Guide As we move from the world of standard-definition to the high-definition and ultra-high-definition, the common parallel

More information

Preparing networked performance employing 3D video

Preparing networked performance employing 3D video ASIA-PACIFIC ADVANCED NETWORK 32 nd MEETING HDTV Working Group Preparing networked performance employing 3D video Aug. 23, 2011 India Habitat Centre, New Delhi Boncheol Goo KAIST Graduate School of Culture

More information

IP LIVE PRODUCTION UNIT NXL-IP55 USO RESTRITO. OPERATION MANUAL 1st Edition (Revised 2) [English]

IP LIVE PRODUCTION UNIT NXL-IP55 USO RESTRITO. OPERATION MANUAL 1st Edition (Revised 2) [English] IP LIVE PRODUCTIO UIT XL-IP55 USO RESTRITO OPERATIO MAUAL 1st Edition (Revised 2) [English] Table of Contents Overview... 3 Features... 3 Transmittable Signals... 3 Supported etworks... 3 System Configuration

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

AN MPEG-4 BASED HIGH DEFINITION VTR

AN MPEG-4 BASED HIGH DEFINITION VTR AN MPEG-4 BASED HIGH DEFINITION VTR R. Lewis Sony Professional Solutions Europe, UK ABSTRACT The subject of this paper is an advanced tape format designed especially for Digital Cinema production and post

More information

AWS-750. Anycast Touch portable live content producer. Overview

AWS-750. Anycast Touch portable live content producer. Overview AWS-750 Anycast Touch portable live content producer Overview Ultra-portable and easy-to-use all-in-one live production solution The AWS-750 Anycast Touch is a compact, affordable, all-in-one live production

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

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

YOUR #1 CHOICE FOR BROADCAST CONNECTIVITY SOLUTIONS Product Guide. Broadcast CONNECTIVITY SOLUTIONS

YOUR #1 CHOICE FOR BROADCAST CONNECTIVITY SOLUTIONS Product Guide. Broadcast CONNECTIVITY SOLUTIONS YOUR #1 CHOICE FOR BROADCAST CONNECTIVITY SOLUTIONS 2016 Product Guide Broadcast CONNECTIVITY SOLUTIONS MuxLab s mission Established in 1984 MuxLab is a leading designer of value-added connectivity hardware

More information

Case Study: Can Video Quality Testing be Scripted?

Case Study: Can Video Quality Testing be Scripted? 1566 La Pradera Dr Campbell, CA 95008 www.videoclarity.com 408-379-6952 Case Study: Can Video Quality Testing be Scripted? Bill Reckwerdt, CTO Video Clarity, Inc. Version 1.0 A Video Clarity Case Study

More information

Kramer Electronics, Ltd.

Kramer Electronics, Ltd. Kramer Electronics, Ltd. Preliminary USER MANUAL Model: FC-113 HDMI to SD/HD-SDI Converter Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 2 3.1 About HDMI 3 3.2 About

More information

Deploying IP video over DOCSIS

Deploying IP video over DOCSIS Deploying IP video over DOCSIS John Horrobin, Marketing Manager Cable Access Business Unit Agenda Use Cases Delivering over DOCSIS 3.0 Networks Admission Control and QoS Optimizing for Adaptive Bit Rate

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

Deploying IP video over DOCSIS

Deploying IP video over DOCSIS Deploying IP video over DOCSIS Juan Carlos Sugajara Consulting Systems Engineer Sergio Sicard Consulting Systems Engineer Agenda Use Cases Delivering over DOCSIS 3.0 Networks Admission Control and QoS

More information

MCX-500. Multi-Camera Live Producer. Overview

MCX-500. Multi-Camera Live Producer. Overview MCX-500 Multi-Camera Live Producer Overview The MCX-500 is an affordable, uniquely user-friendly and flexible production switcher that makes it simple for a single operator or small team to produce a broadcast

More information

Interlace and De-interlace Application on Video

Interlace and De-interlace Application on Video Interlace and De-interlace Application on Video Liliana, Justinus Andjarwirawan, Gilberto Erwanto Informatics Department, Faculty of Industrial Technology, Petra Christian University Surabaya, Indonesia

More information

Nattress Standards Conversion V2.5 Instructions

Nattress Standards Conversion V2.5 Instructions Nattress Standards Conversion V2.5 Instructions Standards Conversion V2.5 Instructions 2005 Nattress Productions Inc. 1 Installation 3 New In Version 2.5 3 New Plugins 3 New Features 3 Kwn Issues 4 Introduction

More information

PHASE ImmediaTV: Codificadores

PHASE ImmediaTV: Codificadores PHASE ImmediaTV: Codificadores ITV-EN460d MPEG-4 AVC Modular Encoder...p. 2 MVN-EN460 MPEG-4 AVC opengear Encoder...p. 4 ITV-IP360d IP Streaming Modular Encoder...p. 6 MVN-IP360 Streaming opengear Encoder...p.

More information

We all know that Ethernet and IP underpin

We all know that Ethernet and IP underpin WHITE PAPER The spring of IP technology transition for broadcast television production By Chuck Meyer, Chief Technology Officer - Core Products Miranda Technologies We all know that Ethernet and IP underpin

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

DVS passion for perfection. Cine4K THE PLAYER FOR NEW DIMENSIONS AND BEYOND

DVS passion for perfection. Cine4K THE PLAYER FOR NEW DIMENSIONS AND BEYOND DVS passion for perfection THE PLAYER FOR NEW DIMENSIONS AND BEYOND Part of the GUI: performance monitor Present your uncompressed 4K content at a frame rate of 60p Create realistic motion rides Use the

More information

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE 2012 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM VEHICLE ELECTRONICS AND ARCHITECTURE (VEA) MINI-SYMPOSIUM AUGUST 14-16, MICHIGAN OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION

More information

SIERRA VIDEO SP-14 SETUP GUIDE. User s Manual

SIERRA VIDEO SP-14 SETUP GUIDE. User s Manual SIERRA VIDEO SP-14 SETUP GUIDE User s Manual SP-14 Setup Guide Version S 1.0 1 Contents Introduction 3 The Basic System 4 Flexible Connectivity 5 Control via Front Panel Buttons 6 Set Scaler Functions

More information

IP FLASH CASTER. Transports 4K Uncompressed 4K AV Signals over 10GbE Networks. HDMI 2.0 USB 2.0 RS-232 IR Gigabit LAN

IP FLASH CASTER. Transports 4K Uncompressed 4K AV Signals over 10GbE Networks. HDMI 2.0 USB 2.0 RS-232 IR Gigabit LAN IP FLASH CASTER Transports 4K Uncompressed 4K AV Signals over 10GbE Networks CAT 5e/6 Fiber HDMI SDI RS-232 USB 2.0 HDMI 2.0 USB 2.0 RS-232 IR Gigabit LAN Arista's IP FLASH CASTER The future of Pro-AV

More information

GM69010H DisplayPort, HDMI, and component input receiver Features Applications

GM69010H DisplayPort, HDMI, and component input receiver Features Applications DisplayPort, HDMI, and component input receiver Data Brief Features DisplayPort 1.1 compliant receiver DisplayPort link comprising four main lanes and one auxiliary channel HDMI 1.3 compliant receiver

More information

Uncompressed 4K Live Streaming of 23rd Kyoto Prize Events from Kyoto to Stockholm

Uncompressed 4K Live Streaming of 23rd Kyoto Prize Events from Kyoto to Stockholm Uncompressed 4K Live Streaming of 23rd Kyoto Prize Events from Kyoto to Stockholm Daisuke Shirai NTT Network Innovation Laboratories Nippon Telegraph and Telephone Corp. shirai.daisuke@lab.ntt.co.jp Kunitake

More information

EAN-Performance and Latency

EAN-Performance and Latency EAN-Performance and Latency PN: EAN-Performance-and-Latency 6/4/2018 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com

More information

Capture, Convert & Click To Live TV Content Without Limits TOOLBOX PRODUCT INFORMATION SHEET

Capture, Convert & Click To Live TV Content Without Limits TOOLBOX PRODUCT INFORMATION SHEET Capture, Convert & Click To Live TV Content Without Limits TOOLBOX PRODUCT INFORMATION SHEET DUTCH ARMY KNIFE FOR BROADCAST PROFESSIONALS 2 HOW IS IT USED? Used for routing PC or web content, stills, video

More information

Introduction. Packet Loss Recovery for Streaming Video. Introduction (2) Outline. Problem Description. Model (Outline)

Introduction. Packet Loss Recovery for Streaming Video. Introduction (2) Outline. Problem Description. Model (Outline) Packet Loss Recovery for Streaming Video N. Feamster and H. Balakrishnan MIT In Workshop on Packet Video (PV) Pittsburg, April 2002 Introduction (1) Streaming is growing Commercial streaming successful

More information

Professional hardware and control solutions for Digital Signage and Media distribution

Professional hardware and control solutions for Digital Signage and Media distribution Professional hardware and control solutions for Digital Signage and Media distribution Conferencing & Collaboration Information & Advertisement Hospitality & Events v1.1 - EN ATEN Infotech nv Mijnwerkerslaan

More information

Professional Media. over IP Networks. An Introduction. Peter Wharton Happy Robotz. Introduction to Video over IP

Professional Media. over IP Networks. An Introduction. Peter Wharton Happy Robotz. Introduction to Video over IP Professional Media over IP Networks An Introduction Peter Wharton Happy Robotz SDI has been the backbone of video facilities for over 20 years SDI has been the backbone of video facilities for over 20

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

DVI, HDMI, VGA, 3G-SDI, CVBS and USB are available, as are DisplayPort, HDBaseT FiberPort and H.264 IP Streaming

DVI, HDMI, VGA, 3G-SDI, CVBS and USB are available, as are DisplayPort, HDBaseT FiberPort and H.264 IP Streaming Redefined SmartSlot Fully Modular Design Throughout Input & Output along with Comm. and Preview cards feature RGBlink SmartSlot technology. SmartSlot offers auto-identification and setup of the X2 based

More information

HEVC/H.265 CODEC SYSTEM AND TRANSMISSION EXPERIMENTS AIMED AT 8K BROADCASTING

HEVC/H.265 CODEC SYSTEM AND TRANSMISSION EXPERIMENTS AIMED AT 8K BROADCASTING HEVC/H.265 CODEC SYSTEM AND TRANSMISSION EXPERIMENTS AIMED AT 8K BROADCASTING Y. Sugito 1, K. Iguchi 1, A. Ichigaya 1, K. Chida 1, S. Sakaida 1, H. Sakate 2, Y. Matsuda 2, Y. Kawahata 2 and N. Motoyama

More information

The State of Remote Scientific Visualization Providing Local Graphics Performance to Remote ARL MSRC Users

The State of Remote Scientific Visualization Providing Local Graphics Performance to Remote ARL MSRC Users The State of Remote Scientific Visualization Providing Local Graphics Performance to Remote ARL MSRC Users by John M. Vines and Claude Sandroff ARL-TR-3635 September 2005 Approved for public release; distribution

More information

Digital Video & The PC. What does your future look like and how will you make it work?

Digital Video & The PC. What does your future look like and how will you make it work? What does your future look like and how will you make it work? Roy A. Hermanson Jr., CTS-I, CTS-D Regional Applications Specialist NorthEast RHermanson@extron.com Let s all be Green Objectives Digital

More information

Digital Video Editing

Digital Video Editing Digital Video Editing 18-04-2004 DVD Video Training in Adobe Premiere Pro WWW.VC-STUDIO.COM Video Signals: Analog signals are made up of continuously varying waveforms. In other words, the value of the

More information

New Technologies for Premium Events Contribution over High-capacity IP Networks. By Gunnar Nessa, Appear TV December 13, 2017

New Technologies for Premium Events Contribution over High-capacity IP Networks. By Gunnar Nessa, Appear TV December 13, 2017 New Technologies for Premium Events Contribution over High-capacity IP Networks By Gunnar Nessa, Appear TV December 13, 2017 1 About Us Appear TV manufactures head-end equipment for any of the following

More information

Product Manual QMOD HD Modulator-IPTV Encoders

Product Manual QMOD HD Modulator-IPTV Encoders Product Manual QMOD HD Modulator-IPTV Encoders 4355 Excel Pkwy, Suite 600, Addison, TX, 75001 Phone: 972-931-2728 Toll-Free: 888-972-2728 Fax: 972-931-2765 E-Mail: Support@crwww.com Website: http://www.contemporaryresearch.com

More information

Transitioning from NTSC (analog) to HD Digital Video

Transitioning from NTSC (analog) to HD Digital Video To Place an Order or get more info. Call Uniforce Sales and Engineering (510) 657 4000 www.uniforcesales.com Transitioning from NTSC (analog) to HD Digital Video Sheet 1 NTSC Analog Video NTSC video -color

More information

Vicon Valerus Performance Guide

Vicon Valerus Performance Guide Vicon Valerus Performance Guide General With the release of the Valerus VMS, Vicon has introduced and offers a flexible and powerful display performance algorithm. Valerus allows using multiple monitors

More information

Fact from Far-Fetched: What you need to know about HD Video

Fact from Far-Fetched: What you need to know about HD Video Fact from Far-Fetched: What you need to know about HD Video 1 HD - High Definition 2 A brief tour into the past... 3 4 (Left to Right): Warner's The Wizard of Oz (1939) and Republic's It's a Wonderful

More information

MGW Ace Decoder. Professional Portable HEVC & H.264 Decoder VIDEO INNOVATIONS

MGW Ace Decoder. Professional Portable HEVC & H.264 Decoder VIDEO INNOVATIONS MGW Ace Decoder Professional Portable HEVC & H.264 Decoder VIDEO INNOVATIONS MGW Ace Decoder Professional Portable HEVC & H.264 Decoder MGW Ace Decoder is a professional grade, high performance IP decoding

More information

Display-Shoot M642HD Plasma 42HD. Re:source. DVS-5 Module. Dominating Entertainment. Revox of Switzerland. E 2.00

Display-Shoot M642HD Plasma 42HD. Re:source. DVS-5 Module. Dominating Entertainment. Revox of Switzerland. E 2.00 of Display-Shoot M642HD Plasma 42HD DVS-5 Module Dominating Entertainment. Revox of Switzerland. E 2.00 Contents DVS Module Installation DSV Connection Panel HDMI output YCrCb analogue output DSV General

More information

DVS Whitepaper. DVS and JPEG2000: Hydra OEM board

DVS Whitepaper. DVS and JPEG2000: Hydra OEM board DVS and JPEG2000: Hydra OEM board 2007 Contents Overview... 3 Applications... 3 Video... 3 Decompression... 3 Security... 4 Watermarking... 4 Hardware and SDK... 5 Processing for Post Production... 5 Integration...

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Video How does interlaced scan display video? Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-26 Housekeeping Project 4 is assigned

More information

USB 3.0 Video Capture Device - HDMI / DVI / VGA / Component HD Video Recorder p 60fps

USB 3.0 Video Capture Device - HDMI / DVI / VGA / Component HD Video Recorder p 60fps USB 3.0 Video Capture Device - HDMI / DVI / VGA / Component HD Video Recorder - 1080p 60fps Product ID: USB3HDCAP This USB 3.0 external video capture device lets you record 1080p HD video and stereo audio

More information

SHARE CONVERTER P/N SHARE PRODUCT HIGHLIGHTS EASY! No drivers required. Dual Uncompressed 1080p Video & Audio Capture Ideal for Video streaming and

SHARE CONVERTER P/N SHARE PRODUCT HIGHLIGHTS EASY! No drivers required. Dual Uncompressed 1080p Video & Audio Capture Ideal for Video streaming and SHARE CONVERTER P/N SHARE PRODUCT HIGHLIGHTS EASY! No drivers required. Dual Uncompressed 1080p & Audio Capture Ideal for streaming and conferencing Compatible to all motherboards and chipsets Up to 1080p

More information

ORION NEWSLETTER

ORION NEWSLETTER New Web site / Main Page News We would like to inform you that we launched new CI "ODS" (Orion Display Solutions) effective from Oct. 1, 2014. The launch of "ODS" is not only for current display products

More information

VN-Matrix 325. High Quality, Low Delay Video Streaming. Sdi, hd-sdi & 3g-sdi

VN-Matrix 325. High Quality, Low Delay Video Streaming. Sdi, hd-sdi & 3g-sdi AV Streaming Sdi, hd-sdi & 3g-sdi igh Quality, Low Delay Video Streaming Streams serial digital video with embedded audio Supports 3G-, D-, and video signals 0-bit 4:: encoding Supports resolutions up

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

Create. Control. Connect.

Create. Control. Connect. Create. Control. Connect. Create. Control. Connect. Control live broadcasting wherever you are The DYVI production suite is a whole new approach to live content creation. Taking advantage of the latest

More information

Digital / Analog audio breakaway switching Embedding / De-embedding. KVM switching using external USB extenders

Digital / Analog audio breakaway switching Embedding / De-embedding. KVM switching using external USB extenders AV over IP To meet the growing demand for 4K video, IDK has developed an innovative product for AV systems: IP-NINJAR, a game changing AV over IP solution for high defnition signal extension, switching

More information

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline EECS150 - Digital Design Lecture 12 - Video Interfacing Oct. 8, 2013 Prof. Ronald Fearing Electrical Engineering and Computer Sciences University of California, Berkeley (slides courtesy of Prof. John

More information

E2 Full-sized Event Master processor

E2 Full-sized Event Master processor Full-sized Event Master processor Full show control in a single box Native 4K input and output supported Intuitive user interface Raising the bar for live screen management, the E2 presentation system

More information

DVS 2500 SEDOR Video Analysis Server Appliance for up to 24 Analysis and 24 Recording (IP Channels)

DVS 2500 SEDOR Video Analysis Server Appliance for up to 24 Analysis and 24 Recording (IP Channels) SEDOR is a high-performance and self-learning video analysis system which provides outstanding analytical results due to state-of-the-art image analysis algorithms and the constant adjustment of the system

More information

Making Digital AV Signals Work Roy A. Hermanson Jr., CTS-I/D Regional Applications Specialist

Making Digital AV Signals Work Roy A. Hermanson Jr., CTS-I/D Regional Applications Specialist Making Digital AV Signals Work Roy A. Hermanson Jr., CTS-I/D Regional Applications Specialist 5 Steps to Success in Digital AV 5 Steps to Success Signal Integrity Color Space Resolution Audio Format DRM

More information

WyreStorm Technologies

WyreStorm Technologies WyreStorm Technologies Enado & Network HD Product Manager Applying HDBaseT, JPEG2000 & H.264 James Meredith Introduction 2014 is a big year for WyreStorm Technologies WyreStorm Now in its 3 rd year of

More information

HDMI & VGA Receiver over IP with USB Connections - ID# & 15456

HDMI & VGA Receiver over IP with USB Connections - ID# & 15456 HDMI & VGA Receiver over IP with USB Connections - ID# 15455 & 15456 Operation Manual Introduction The 4K2K video and audio extender is multi-function extender supports up to 4K2K ultra high-definition

More information

From Synchronous to Asynchronous Design

From Synchronous to Asynchronous Design by Gerrit Muller Buskerud University College e-mail: gaudisite@gmail.com www.gaudisite.nl Abstract The most simple real time programming paradigm is a synchronous loop. This is an effective approach for

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

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

X10 X20. appeartv.com

X10 X20. appeartv.com X10 X20 appeartv.com Near limitless capacity, extensive video awareness, enhanced security, operational simplicity and exceptionally high reliability VIDEO CONTRIBUTION OVER IP The Appear TV X10/X20 platform

More information

WJ-GXE500 (NTSC) WJ-GXE500E (PAL)

WJ-GXE500 (NTSC) WJ-GXE500E (PAL) Network video encoder WJ-GXE500 (NTSC) WJ-GXE500E (PAL) Security & AV Systems Business Unit Panasonic System Networks Company Key Features Same Uniphier-DSP as WV-NP502 Full frame rate video for all four

More information

DMS 2400 II SMAVIA Appliance for up to 24 IP Channels, 2 3.5" HDD, 3 RU

DMS 2400 II SMAVIA Appliance for up to 24 IP Channels, 2 3.5 HDD, 3 RU PRELOADED Up to 24 Channels Stand-alone SeMSy III Integration Open Platform The is a high-performance appliance with a processing capacity for up to 24 IP video channels. In conjunction with the dedicated

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

PCIe HDMI Video Capture Card - HDMI, VGA, DVI, or Component Video at 1080p60

PCIe HDMI Video Capture Card - HDMI, VGA, DVI, or Component Video at 1080p60 PCIe HDMI Video Capture Card - HDMI, VGA, DVI, or Component Video at 1080p60 Product ID: PEXHDCAP60L2 This PCIe video capture card lets you record 1080p HD video and 2-channel stereo audio (HDMI/RCA) to

More information

DreamBox All In One CCTV Solution

DreamBox All In One CCTV Solution All In One CCTV Solution NVR/DVR Digital Matrix Switcher Security Management System Digital Audio Recorder Transmission System VMD All in One CCTV Solution (DB) Short Description (DB) is a real time synergetic

More information

KV-901T & AV-901R. Quick Guide

KV-901T & AV-901R. Quick Guide KV-901T & AV-901R Quick Guide This quick guide provides basic information only, for a complete version of user s manual please down load at: http://www.avextender.com/comm/upfile/p_110913_ 04468.pdf Copyright

More information

EZwindow4K-LL TM Ultra HD Video Combiner

EZwindow4K-LL TM Ultra HD Video Combiner EZwindow4K-LL Specifications EZwindow4K-LL TM Ultra HD Video Combiner Synchronizes 1 to 4 standard video inputs with a UHD video stream, to produce a UHD video output with overlays and/or windows. EZwindow4K-LL

More information

Pro Video Formats for IEEE 1722a

Pro Video Formats for IEEE 1722a Pro Video Formats for IEEE 1722a Status & Next Steps Rob Silfvast Avid Technology, Inc. 12-August-2012 Today s Pro Video Infrastructure (for Live Streams, not file-based workflows) SDI (Serial Digital

More information

hdtv (high Definition television) and video surveillance

hdtv (high Definition television) and video surveillance hdtv (high Definition television) and video surveillance introduction The TV market is moving rapidly towards high-definition television, HDTV. This change brings truly remarkable improvements in image

More information

MT300 Pico Broadcaster

MT300 Pico Broadcaster MT300 Pico Broadcaster Version 1.0 OPERATOR MANUAL 1 August 21, 2012 Table of Contents 1. PREFACE... 3 2. IMPORTANT NOTICE... 3 3. INTRODUCTION... 3 3.1 OVERVIEW... 3 3.2 DEFAULT SETTINGS... 4 3.3 GENERAL

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

Radian Video Wall Processor

Radian Video Wall Processor VWP-2090 VWX-2110 VCC-SD-HD-A-2 VCC-DP-2 VWS-2001 VWP-2110 VGC-DP-4 VCC-SD-HD-3 VCC-HD-4-H VWS-2002 VWP-2040 VGC-HD-4-D VCC-SDI-SD-HD-3 VCC-HD-4-D VWS-2003 VWX-2090 VGC-HD-4-H VCC-HD-4 VCC-SDI-4 Product

More information

YSC -HD-AK1 HDMI / HD-SDI

YSC -HD-AK1 HDMI / HD-SDI Remote Head Kamera 1/2.7 CMOS 2.14 Megapixel Sensor image memory Video Output 1 HDMI Video Output 2 HD-SDI Video Output 3 HD-SDI signal system 1080p/30fps YSC-HD-AK1 HDMI / HD-SDI POWER HDMI HD-SDI USB

More information

UTAH 100/UDS Universal Distribution System

UTAH 100/UDS Universal Distribution System UTAH 100/UDS Universal Distribution System The UTAH-100/UDS is a revolutionary approach to signal distribution, combining the flexibility of a multi-rate digital routing switcher with the economy of simple

More information

Ultra-portable and easy-to-use all-in-one live production solution Multi-functional all-in-one solution Intuitive double touch-screen operation

Ultra-portable and easy-to-use all-in-one live production solution Multi-functional all-in-one solution Intuitive double touch-screen operation AWS-750 Anycast Touch portable live content producer Overview Ultra-portable and easy-to-use all-in-one live production solution The AWS-750 Anycast Touch is a compact, affordable, all-in-one live production

More information

supermhl Specification: Experience Beyond Resolution

supermhl Specification: Experience Beyond Resolution supermhl Specification: Experience Beyond Resolution Introduction MHL has been an important innovation for smartphone video-out connectivity. Since its introduction in 2010, more than 750 million devices

More information

Alain Legault Hardent. Create Higher Resolution Displays With VESA Display Stream Compression

Alain Legault Hardent. Create Higher Resolution Displays With VESA Display Stream Compression Alain Legault Hardent Create Higher Resolution Displays With VESA Display Stream Compression What Is VESA? 2 Why Is VESA Needed? Video In Processor TX Port RX Port Display Module To Display Mobile application

More information

Display Interfaces. Display solutions from Inforce. MIPI-DSI to Parallel RGB format

Display Interfaces. Display solutions from Inforce. MIPI-DSI to Parallel RGB format Display Interfaces Snapdragon processors natively support a few popular graphical displays like MIPI-DSI/LVDS and HDMI or a combination of these. HDMI displays that output any of the standard resolutions

More information

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems Prof. Ben Lee School of Electrical Engineering and Computer Science Oregon State University Outline Computer Representation of Audio Quantization

More information

BrightEye NXT Family of Compact Routers

BrightEye NXT Family of Compact Routers BrightEye NXT Family of Compact Routers HDMI HD-SDI HDMI HDMI or HD-SDI 4 RTMP UniCast DVB-ASI HD-SDI Features Router for 3G, HD, SD SDI, fiber and HDMI video Flexible I/O Configure BNCs and SFPs as inputs

More information

LiveU LU60-HD Live Video Uplink System User Manual

LiveU LU60-HD Live Video Uplink System User Manual LiveU LU60-HD Live Video Uplink System User Manual Version 5.2.0.1 2 Limitation of Liability and Warranty Limitation of Liability and Warranty This LIVEU product is provided as is without warranty of any

More information

Technology Day Italy. 4K Broadcast Chain. David A. Smith February 2017

Technology Day Italy. 4K Broadcast Chain. David A. Smith February 2017 Technology Day Italy 4K Broadcast Chain David A. Smith February 2017 david.smith@rohde-schwarz.com Overview ı UHD Resolutions WCG, HFR, and bits/pixel ı High Dynamic Range Principles Perceptual Quantisation

More information

LMH0340/LMH0341 SerDes EVK User Guide

LMH0340/LMH0341 SerDes EVK User Guide LMH0340/LMH0341 SerDes EVK User Guide July 1, 2008 Version 1.05 1 1... Overview 3 2... Evaluation Kit (SD3GXLEVK) Contents 3 3... Hardware Setup 4 3.1 ALP100 BOARD (MAIN BOARD) DESCRIPTION 5 3.2 SD340EVK

More information

Altera's 28-nm FPGAs Optimized for Broadcast Video Applications

Altera's 28-nm FPGAs Optimized for Broadcast Video Applications Altera's 28-nm FPGAs Optimized for Broadcast Video Applications WP-01163-1.0 White Paper This paper describes how Altera s 40-nm and 28-nm FPGAs are tailored to help deliver highly-integrated, HD studio

More information

Live events staging. Media centers

Live events staging. Media centers Christie Spyder X80 80 megapixel, true 4K@60Hz performance across multiple displays Auditoriums Control rooms Live events staging Post-production Broadcast studios Corporate lobbies Media centers Sports

More information