My FFmpeg book is back. In 2020, I had self-published it as FFmpeg Quick Hacks. More than a year ago, I submitted it to Apress and they asked me to replace all screenshots that used Youtube videos as examples — for copyright reasons. I then used public domain videos (created by US government agencies) and my own videos. This led to a complete rewrite. I was surprised to find a few mistakes in the original book. The reviewer Gyan Doshi (who is an FFmpeg contributor and active participant in FFmpeg forums) discovered some other mistakes and made valuable suggestions. (The 2020 book was reviewed by Lou Logan, who is also an FFmpeg contributor.) While the book was being reviewed, the acquisitions editor asked me to update the book for the latest LTS version of FFmpeg. I compiled the new source and found that the -map_channel
option was deprecated. This lead to further changes. I also took this opportunity to add some new topics such as APNG animations and hardware acceleration. These later additions were not reviewed by Gyan so any mistakes in them are my fault.
The book was typset in my home town or rather city Chennai. Apress let me work with their team so that the book had accessibility- and usability-related formatting enhancements that I usually make in my self-published books. This lead to some frustration and conflict, and the publication date was postponed by months. (The book was expected to be published in November 2022.) I forced three rounds of revisions to the final manuscript much to the publisher's chagrin. The publication date was set to March 2023 but Apress suddenly published the paperback and ebook in February. I did not see the finalest final paperback PDF and ebook EPUB. The EPUB does not have the formatting enhancements that I had obtained in the paperback. So, readers should prefer the PDF ebook (yes, it is available from Springer) rather than the EPUB ebook.
List of Contents
- Introduction
- Extra resources for the book
- Chapter 1: Installing FFmpeg
- Chapter 2: Starting with FFmpeg
- Chapter 3: Formats and codecs
- Chapter 4: Media containers and FFmpeg numbering
- Chapter 5: Format conversion
- Chapter 6: Editing videos
- Chapter 7: Using FFmpeg filters
- Chapter 8: All about audio
- Chapter 9: All about subtitles
- Chapter 10: All about metadata
- Chapter 11: FFmpeg tips and tricks
- Chapter 12: Annexures
- Annexure 1: Sample list of codecs
- Annexure 2: Sample list of decoders
- Annexure 3: Sample list of encoders
- Annexure 4: Sample list of filters
- Annexure 5: Sample list of formats
Buy
Title:
Quick Start Guide to FFmpegPages:
300 (around 220 colour pages)ISBN:
978-1-4842-8700-2 (paperback)
978-1-4842-8701-9 (PDF ebook)First published:
February 2023Book URL:
www.vsubhash.in/ffmpeg-book.htmlBuy:
Format Store Order Colour paperback Amazon (USA) $44.99 Colour paperback Barnes & Noble (USA) $44.99 Colour paperback Springer (Free worldwide shipping) $44.99 PDF ebook Springer (worldwide) $29.99 Colour paperback Bookswagon (India) ₹2500
ERRATA
I have read the manuscript so many times that I have become blind to its mistakes. (Publishing experts say that when you are inside the bottle it is difficult to read the label.) I discovered one error in page 162 where I had written backslash instead of slash. It is not a big deal but I wanted all known errors to be removed. I had also disassembled their EPUB and reassembled it with my formatting improvements. But, the publisher has a complicated system that publishes the book to various printers and ebook stores that it is very expensive to issue an errata and update the book. That is why I recommend the PDF ebook from Springer.
I had also created an informative cover art for the book but Apress found it blurry and chose a stock image.
I had made colour syntax highlighting in the code snippets but the publisher could not use it as they seek to limit the amount of colour ink on the paper. Not all of their printers worldwide can handle so much colour. I then realized that nobody else was publishing tech books with colour syntax highlighting. I was the only one!