NYU ECE 6123 — Image and Video Processing (Yao Wang)
Description
Per-week lecture notes including hybrid video coding, rate-distortion mode decision, rate control, GoP structures, H.264/SVC, HEVC and multiview coding.
Resource details
- Category path
- Intro & Learning›Books & Courses
- Classification
- Not yet classified
NYU ECE 6123 — Image and Video Processing (Yao Wang) is cataloged in Intro & Learning and Books & Courses.
URL
Related resources
- MIT 6.441 Information Theory — OCW Lecture NotesMIT OpenCourseWare graduate information theory course covering lossless/lossy coding foundations underlying video codec design.
- Stanford EE368B: Image and Video CompressionBernd Girod's course handouts covering DCT/wavelet transforms, motion compensation, rate-distortion theory, and MPEG/JPEG standards.
- EE4C08 (TU Delft)TU Delft lecture notes/slides on image/video compression, covering DSP and JPEG/MPEG2 core math.
- Stanford Compression Class ResourcesFree lecture notes plus compression texts and the Stanford Compression Library (Python), used in a real university course.
- FFmpeg for Adaptive Bitrate Production (Udemy)Hands-on course covering H.264/HEVC/VP9 encoding and HLS/DASH packaging using FFmpeg for adaptive bitrate production.
- Streaming Media 101 (Streaming Learning Center)Jan Ozer's structured course on encoding/deploying H.264/HEVC/VP9/AV1 with FFmpeg/HandBrake labs.
- Introduction to Streaming Media (Streaming Learning Center)Jan Ozer's foundational streaming media course covering encoding, delivery, and packaging basics.
- A Hitchhiker's Guide to Structural SimilarityNetflix-affiliated deep-dive paper on SSIM quality metrics and their application to streaming QoE evaluation.
- Video Encoding to AV1 Guide (WIP)Long-running community-maintained guide to AV1 software encoding (libaom/aomenc) on the Level1Techs forum.
- Building Your Own Scalable Video Streaming Server (Part 1)Code-along tutorial series building a microservices-based video streaming server with FFmpeg HLS segmenting.
- MirrorFly IM SoftwareMirrorFly is a self-hosted instant messaging software that enables businesses to create a white-label team chat and meeting app. The soluti…
- FFmpeg Encoding and Decoding APIs (DeepWiki technical reference)Generated technical reference explaining FFmpeg's encode/decode API internals, including send/receive decoupling and EAGAIN semantics.
- First Release of dav1d (v0.1.0 "Gazelle")Jean-Baptiste Kempf's release notes for dav1d's first version, covering performance goals and roadmap.
- OTT Reference Architecture (Fora Soft)Conceptual model framing OTT platforms as data plane (ingest/encode/package/encrypt/origin/CDN/player) vs control plane (identity/entitleme…
- MDN: Media Source Extensions APIOfficial MDN reference documentation for the Media Source Extensions API (MediaSource, SourceBuffer, SourceBufferList) used to build custom…