Send YouTube URLs to the bot — it downloads with youtube-dl, finds a common resolution, merges via ffmpeg concat, and sends a download link. Deployed on AWS EC2.
- Telegram bot (Telegraf.js)
- YouTube video download via youtube-dl
- Automatic resolution matching across videos
- FFmpeg concat merge pipeline
- Download link via EC2 public hostname
- Update deduplication middleware
git clone https://github.com/maximosovsky/Merge-video.online.git
cd Merge-video.online
npm install
# Set BOT_TOKEN in environment
node index.jsMaxim Osovsky. Licensed under MIT.