Releases: nathanbabcock/ffmpeg-sidecar
Releases · nathanbabcock/ffmpeg-sidecar
v2.4: Download progress & time parsing
What's Changed
- add
FfmpegTimeDurationtype by @Neisvestney in #94 - add function for downloading ffmpeg with progress tracking by @Neisvestney in #95
- update deps to latest
New Contributors
- @Neisvestney made their first contribution in #94
Full Changelog: v2.3.0...v2.4.0
v2.3: Windows Arm64 support
v2.2: FFmpeg v8 + Whisper
What's Changed
- Update to FFmpeg v8 on ARM from https://osxexperts.net
- All other platforms/architectures already default to the latest version
- Add an example of realtime mic transcription w/ Whisper:
cargo run --example whisper - Add a guide for realtime transcription on the command line
v2.1.0
What's Changed
- Emit audio progress events, reported by @ashhhleyyy in #81
- Support Linux Arm64 in #83
Full Changelog: v2.0.6...v2.1.0
v2.0.6
What's Changed
- fix: Handle
"N/A"size progress properly by @GodTamIt in #77 - add windows ci by @dvtkrlbs in #73
- chore(deps): bump zip from 2.2.0 to 2.3.0 by @dependabot in #76
- chore(deps): bump ring from 0.17.8 to 0.17.13 by @dependabot in #75
New Contributors
Full Changelog: v2.0.5...v2.0.6
v2.0.5
v2.0.4
What's Changed
- fix: handle non-utf8 bytes in log parser in #68
- chore(deps): bump hashbrown from 0.15.0 to 0.15.2 by @dependabot in #69
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- fix for upstream
rustlsvulnerability in #65 by @dependabot - fix bug where audio-only outputs would not properly be read into
OutputChunkevents in #64 - fix bug where consecutive newlines on windows (
\r\n) would produce empty string log message events in #64
Docs
- new example code for capturing mic audio and displaying a loudness meter in realtime
New Contributors
- @dependabot made their first contribution in #65
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Fix crash when using formats with bits per pixel size not divisible by 8 by @Wumpf in #61
- Fall back to chunked mode for unknown frame buffer sizes by @nathanbabcock in #62
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- 🪲 Fix non-default feature build: Feature gate
unpack_ffmpegwithdownload_ffmpegby @Wumpf in #56 - Replace
reqwestwithureqby @emilk in #57 - Add
rust-toolchainand set MSRV to 1.79 by @emilk in #58 - v2.0 docs & cleanup by @nathanbabcock in #59
New Contributors
Shoutout to the Rerun project for contributing some quick hotfixes on v2.x 🎉
Full Changelog: v2.0.0...v2.0.1