Skip to content

Releases: nathanbabcock/ffmpeg-sidecar

v2.4: Download progress & time parsing

22 Dec 21:37
a4d189d

Choose a tag to compare

What's Changed

  • add FfmpegTimeDuration type by @Neisvestney in #94
  • add function for downloading ffmpeg with progress tracking by @Neisvestney in #95
  • update deps to latest

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3: Windows Arm64 support

08 Nov 18:29
2b3831a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2: FFmpeg v8 + Whisper

01 Sep 17:16
9cb3d1f

Choose a tag to compare

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

03 Aug 19:25
6e71cd3

Choose a tag to compare

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

30 May 13:10
0e4a91a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

13 Dec 19:21
534c6fc

Choose a tag to compare

What's Changed

  • Prevent deadlock when calling wait() without consuming stderr, reported by @wikke in #70

v2.0.4

05 Dec 19:05
e09fb15

Choose a tag to compare

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

27 Nov 20:04
92f3099

Choose a tag to compare

What's Changed

  • fix for upstream rustls vulnerability in #65 by @dependabot
  • fix bug where audio-only outputs would not properly be read into OutputChunk events 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

Full Changelog: v2.0.2...v2.0.3

v2.0.2

06 Nov 03:14
024770f

Choose a tag to compare

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

05 Nov 01:47
f80b3a2

Choose a tag to compare

What's Changed

  • 🪲 Fix non-default feature build: Feature gate unpack_ffmpeg with download_ffmpeg by @Wumpf in #56
  • Replace reqwest with ureq by @emilk in #57
  • Add rust-toolchain and 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