Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to include ffprobe #1

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Update to include ffprobe #1

wants to merge 24 commits into from

Conversation

marcello3d
Copy link
Collaborator

  • rename from ffmpeg-static to ffmpeg-ffprobe-static
  • update index.js to export both ffmpegPath and ffprobePath
  • add index.d.ts for TypeScript
  • do not download if the file is already downloaded
  • unzip both ffmpeg and ffprobe to bin/ffmpeg-* and bin/ffprobe-*
  • add darwin ffprobe download (separate zip)
  • update github workflow to upload ffmpeg/ffprobe files with new names
  • add github workflow for running test (instead of travis)
  • fix tar commands on macos (hope it doesn't break linux)
  • add ffprobe tests

marcello3d and others added 13 commits September 10, 2020 12:01
- rename from ffmpeg-static to ffmpeg-ffprobe-static
- update index.js to export both ffmpegPath and ffprobePath
- add index.d.ts for TypeScript
- do not download if the file is already downloaded
- unzip both ffmpeg and ffprobe to bin/ffmpeg-* and bin/ffprobe-*
- add darwin ffprobe download (separate zip)
- update github workflow to upload ffmpeg/ffprobe files with new names
- add github workflow for running test (instead of travis)
- fix tar commands on macos (hope it doesn't break linux)
- add ffprobe tests
* Allow for specifying custom base url in install process

* update readme

* more detail in readme

* always log base url
@hus-o
Copy link

hus-o commented Nov 6, 2021

Would be great to get this merged. I've been looking around for a way to get ffprobe working on the new m1 macs, haven't come to a solution, would be grateful for some help

@maggiben
Copy link

I would like to see this merged

@NisargIO
Copy link

I would like to see this merged too :)

srubin and others added 11 commits September 15, 2023 14:54
* Update host for Windows binaries, closes eugeneware#60

* upgrade deps & dev deps

* Travis CI: run install script manually 💚

* download win32-x64 binary from gyan.dev

see also eugeneware#76

* fix linux-{x64,ia32,arm,arm64} binary downloads 💚

* fix binary publishing 💚

* add compressed binaries to GitHub release

* install script: download gzipped binary ⚡️

closes eugeneware#69

* upgrade deps & dev deps

* use 4.3.2 binaries, 4.2.8

fixes eugeneware#76

* support FreeBSD x64

closes eugeneware#75

* minor tweaks; 4.3.0

* readme.md/package.json: mention @Thefrank's FreeBSD builds

[ci skip]

* support darwin-arm64

eugeneware#80

* build script: pull ffmpeg 4.4 binaries

* Add win32-ia32 build for 4.4

* fix FreeBSD x64 binary download 💚

* use 4.4 binaries; 4.4

* fix: upgrade eslint from 7.22.0 to 7.30.0

Snyk has created this PR to upgrade eslint from 7.22.0 to 7.30.0.

See this package in npm:
https://www.npmjs.com/package/eslint

See this project in Snyk:
https://app.snyk.io/org/derhuerst/project/cceee36c-4ce5-406d-8314-2573400ca9f6?utm_source=github&utm_medium=upgrade-pr

* Use ffmpeg version 6.0

- Updates the version of ffmpeg from 4.4 to 6.0
- Fix the download URL based on https://github.com/eugeneware/ffmpeg-static/releases

* Fix readme

* Fix readme

* adding updated package lockfile

* fix install

* Update release-binaries.yml

* Update test.yml

* build with newer node

---------

Co-authored-by: TLZ <roesch.eric@protonmail.com>
Co-authored-by: Jannis R <mail@jannisr.de>
Co-authored-by: emyarod <emyarod@users.noreply.github.com>
Co-authored-by: Max Isom <hi@maxisom.me>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: C Van Winkle <charles@descript.com>
Co-authored-by: vyaas <vyaas@descript.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants