Learn to Produce Video with FFmpeg: In Thirty Minutes or Less 2018 Edition Ozer Jan Lee
This focused 158-page book teaches you how to use FFmpeg to create full adaptive bitrate ladders and package them into HLS or DASH formats. Chapter 1 is the primer on streaming technology, covering…
Specifikacia Learn to Produce Video with FFmpeg: In Thirty Minutes or Less 2018 Edition Ozer Jan Lee
This focused 158-page book teaches you how to use FFmpeg to create full adaptive bitrate ladders and package them into HLS or DASH formats. Chapter 1 is the primer on streaming technology, covering terms and concepts like single and adaptive bitrate streaming, codecs and container formats, and common encoding parameters like resolution, data rate, and frame rate. This will help those unfamiliar with streaming technology get up to speed fast.Chapter 2 covers installing FFmpeg on Windows, Mac, and Linux computers, and the basics of command line programming. Then, individual chapters detail FFmpeg operation for choosing a codec and container format, controlling bitrate (VBR, CBR, CRF), setting resolution (scaling, letterboxing, trimming), frame rate, and I- and B-frame settings for single file and adaptive bitrate streaming. Next, are chapters on H.264 and HTTP Live Streaming