Tool for exporting S-Video and CVBS-type TBCs to video files. (VHS-Decode & CVBS-Decode / LaserDisc-Decode)
This is just a fancy wrapper for tbc-tools and FFmpeg.
You can find the latest binaries on the releases page.
pipx install tbc-video-export
tbc-video-export.exe input.tbc
tbc-video-export.AppImage input.tbc
Tip
You can add the application to your PATH by creating a symlink:
ln -s /Applications/tbc-video-export.app/Contents/MacOS/tbc-video-export /usr/local/bin/tbc-video-export.
tbc-video-export input.tbc
or (without symlink)
/Applications/tbc-video-export.app/Contents/MacOS/tbc-video-export input.tbc
Important
Use pipx ensurepath to add the application to your PATH. If you install via pip you need to do this manually.
tbc-video-export input.tbc
--help- List all available arguments.--list-profiles- List all FFmpeg profiles.--profile- Select FFmpeg profile.--dump-default-config- Dump the FFmpeg profiles config totbc-video-export.json, allowing the creation and editing of profiles.
- JuniorIsAJitterbug - Development
- Harry Munday - Documentation, testing, ideas and images
This is my first major Python project. If you have any comments, suggestions, or improvements, feel free to create an issue, do a pull request, or ask on the Domesday86 discord.

