How to Add Chapters to a Video using FFMPEG - Part One - The BasicsThis is the first post in the series involving the creation of chapters using FFMPEG. Part 1 - How to Add Chapters to a Video using FFMPEG - Part One - The Basics Part 2 - How to Add Chapters to a Video using FFMPEG - Part Two - C# Script First of all, let's use FFMPEG itself create a 6 minute long test video: Next, create a file called metadata.txt and add the following contents to it: It's worth noting that the START and END times are based on milliseconds in this case so you must multiply…