https://github.com/scripttiger/ffmpeg-scripts
Collection of assorted FFmpeg scripts. Scripts prefixed with `DD_` support dragging and dropping a file over the script, meaning they accept a single file path as an argument.
https://github.com/scripttiger/ffmpeg-scripts
Last synced: 3 months ago
JSON representation
Collection of assorted FFmpeg scripts. Scripts prefixed with `DD_` support dragging and dropping a file over the script, meaning they accept a single file path as an argument.
- Host: GitHub
- URL: https://github.com/scripttiger/ffmpeg-scripts
- Owner: ScriptTiger
- License: mit
- Created: 2024-01-11T13:55:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T03:43:02.000Z (5 months ago)
- Last Synced: 2025-02-09T03:42:10.489Z (5 months ago)
- Language: Batchfile
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://docs.google.com/forms/d/e/1FAIpQLSfBEe5B_zo69OBk19l3hzvBmz3cOV6ol1ufjh0ER1q3-xd2Rg/viewform)
# FFmpeg Scripts
Collection of assorted FFmpeg scripts. Scripts prefixed with `DD_` support dragging and dropping a file over the script, meaning they accept a single file path as an argument.# `DD_M4B-Combine.cmd`
Combine AAC-encoded M4A audio files into a single M4B audiobook.1. Create a new directory and title it the name of the audiobook.
2. Place all of the chapter files into the newly created directory from step 1.
3. Conform the chapter file names to `<#>_.m4a`, where `<#>` is the sequence order and `` is the chapter title.
4. OPTIONAL: You may also include an image file named `cover` (i.e. `cover.jpg`, `cover.png`, etc.).
5. Drag and drop the directory over the `DD_M4B-Combine.cmd` for the audiobook to be encoded.# `DD_M4B-Split.cmd`
Split an AAC-encoded M4B audiobook file into individual chapter M4A audio files.# More About ScriptTiger
For more ScriptTiger scripts and goodies, check out ScriptTiger's GitHub Pages website:
https://scripttiger.github.io/