We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the first merged video in the tmp directory and the final one with the chapters in it, in the same one as the input videos.
Create a file like this in the tmp directory which defines the chapters:
;FFMETADATA1 [CHAPTER] TIMEBASE=1/1000 START=0 END=430000 title=Titel 1 [CHAPTER] TIMEBASE=1/1000 START=430000 END=605000 title=Titel 2 ...
The title values should be the file names without the extensions.
Then they should be merged by something like this:
ffmpeg -i input_video.webm -i chapters.txt -map_metadata 1 -codec copy out.webm
With chapters in the video it would look like this (with IINA player on MacOS):
The text was updated successfully, but these errors were encountered:
📖 Add Chapterer
16f658a
Closes #42
563baaa
2816f55
tgotwig
No branches or pull requests
Create the first merged video in the tmp directory and the final one with the chapters in it, in the same one as the input videos.
Create a file like this in the tmp directory which defines the chapters:
The title values should be the file names without the extensions.
Then they should be merged by something like this:
With chapters in the video it would look like this (with IINA player on MacOS):
The text was updated successfully, but these errors were encountered: