https://github.com/ctrlcctrlv/ffmpeg_subtitle_videos.bash
These are the scripts I use to transcribe Watkins cringe (and could be tweaked very easily to transcribe anything).
https://github.com/ctrlcctrlv/ffmpeg_subtitle_videos.bash
Last synced: 23 days ago
JSON representation
These are the scripts I use to transcribe Watkins cringe (and could be tweaked very easily to transcribe anything).
- Host: GitHub
- URL: https://github.com/ctrlcctrlv/ffmpeg_subtitle_videos.bash
- Owner: ctrlcctrlv
- License: apache-2.0
- Created: 2022-10-07T07:20:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T20:57:33.000Z (over 3 years ago)
- Last Synced: 2025-02-18T06:13:45.655Z (over 1 year ago)
- Language: Shell
- Size: 357 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ffmpeg_subtitle_videos.bash
These are the scripts I use to transcribe audio to automatic subtitles like YouTube makes.
E.g. my Watkins cringe videos with the timed text come from these.
Use:
```bash
./transcribe_gcloud_alpha.sh audio.opus audio.json
./to_srt.py audio.json audio.srt
./srt_to_ass.py audio.srt audio.ass
# $ aegisub audio.ass ← for improving fonts/placement of subs, GUI
# AUDIO-FILE VIDEO-OUT SUBTITLES COVERFOTO
./make_overlaid.sh audio.opus video.mkv audio.ass copy.rgba
```