Releases: antlis/tg-mpv-bot
Releases · antlis/tg-mpv-bot
Release list
v1.3.2
Full Changelog: v1.3.1...v1.3.2
v1.3.1 — recording A/V sync fix
Fixed
- Recording A/V sync — recorded video clips had audio ~80 ms ahead of the picture (the H.264 B-frame reorder delay). The re-encode now drops B-frames (
-bf 0, video starts at PTS 0), forces constant frame rate, and resamples the audio to lock it to the video clock.
See CHANGELOG.md.
v1.3.0 — recording
Added
/mpv_record— record what's playing and send it to the chat: the current video as an H.264 mp4 (re-encoded only when the source isn't already H.264, e.g. HEVC), or radio/audio as an Opus voice message. Toggle it from the now-playing panel (⏺ Rec / ⏺ Stop) or the command; optional[secs]for a fixed length, auto-stops at 1 hour. Local files seek to the live position and capture in realtime; live streams capture going forward.
See CHANGELOG.md.
v1.2.0
What's Changed
- Add GitHub Pages landing page (docs/index.html) by @antlis in #4
- Landing page design pass: type scale, spacing, depth, responsive fixes by @antlis in #5
- Landing: real spacing rhythm — section breaks ~4x intra-section gaps by @antlis in #6
- Remove stray yt-dlp fragment temp files; ignore *.part by @antlis in #7
- Landing v3: fix section spacing for real, band layout, honest responsive by @antlis in #8
- Landing: list the complete command set, grouped by @antlis in #9
- Add MEDIA_PROXY: route non-YouTube playback through one explicit egress by @antlis in #12
Full Changelog: v1.1.1...v1.2.0