Changes between Version 16 and Version 17 of Other/Summer/2015/hVideo
- Timestamp:
- Aug 18, 2015, 8:50:38 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2015/hVideo
v16 v17 29 29 30 30 === What is a CODEC? === 31 31 32 1. Encoder-Decoder 32 33 * Algorithms defined in compression standard … … 35 36 36 37 === H.264 Compression Algorithm === 38 37 39 1. Defined in MPEG-4 Part 10: Advanced Video Coding 38 40 * Implements many common image/video compression techniques … … 41 43 42 44 === Scalable Video Coding === 45 43 46 1. Uses various methods to split a high quality bit stream into component layers 44 47 * Temporary Scalability … … 64 67 65 68 === DASH Multi-Bitrate Encoding === 69 66 70 * DASH - Dynamic Adaptive Streaming over HTTP 67 71 * Encodes single video into multiple resolutions/bitrates … … 71 75 72 76 === DASH Content Generation === 77 73 78 * Minimal existing software support for encoding/playing DASH content 74 79 * Encode multiple copies of videos using ffmpeg … … 122 127 123 128 4. GPAC Script 124 125 129 * Script first initializes the streaming 126 130 * It then limits and measures the bandwidth in parallel