https://github.com/josev2046/autodub-watch-folder
Automated video dubbing and upload script using Watchdog to monitor a folder for matching MP4/MP3 file pairs, then extracting original audio, merging with external audio, and uploading the dubbed video to Vimeo.
https://github.com/josev2046/autodub-watch-folder
dam dubbing ffmpeg mam ovp python vimeo watchdog workflow
Last synced: 21 days ago
JSON representation
Automated video dubbing and upload script using Watchdog to monitor a folder for matching MP4/MP3 file pairs, then extracting original audio, merging with external audio, and uploading the dubbed video to Vimeo.
- Host: GitHub
- URL: https://github.com/josev2046/autodub-watch-folder
- Owner: josev2046
- License: cc0-1.0
- Created: 2025-02-13T17:41:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T23:36:00.000Z (about 1 month ago)
- Last Synced: 2025-04-07T23:13:44.075Z (21 days ago)
- Topics: dam, dubbing, ffmpeg, mam, ovp, python, vimeo, watchdog, workflow
- Homepage: https://github.com/josev2046/Watch-Folder-Automation
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoDub-Watch-Folder
Automated video dubbing and upload script using Watchdog to monitor a folder for matching MP4/MP3 file pairs, then extracting original audio, merging with external audio, and uploading the dubbed video to Vimeo.
Experimental Python script designed to automate the dubbing of video files with separate audio tracks and upload them to Vimeo, as per my patterns here:
https://github.com/josev2046/Watch-Folder-Automation
https://github.com/josev2046/Media-Dubbing-Pipeline
I am using the watchdog library to monitor a designated folder for new video files (file pairs must have the same name, e.g., mydub.mp4 and mydub.mp3). When a new video is detected, the script automatically extracts the original audio, merges the video with a corresponding external audio track, and uploads the dubbed video to Vimeo.
[](https://doi.org/10.5281/zenodo.15033361)