Skip to content

Commit

Permalink
refactor(*): use custom beamcoder
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancar committed Jan 4, 2024
1 parent 520eaa4 commit fd15305
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test-in-docker": "docker build -t framefusion-test-image -f ./docker-images/ci.Dockerfile . && docker run -it framefusion-test-image"
},
"dependencies": {
"@antoinemopa/beamcoder": "^0.7.4",
"@lumen5/beamcoder": "^0.0.2",
"fs-extra": "^11.1.1",
"tmp": "^0.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions src/backends/beamcoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import type {
Decoder,
Filterer,
Frame
} from '@antoinemopa/beamcoder';
import beamcoder from '@antoinemopa/beamcoder';
} from '@lumen5/beamcoder';
import beamcoder from '@lumen5/beamcoder';
import type { ImageData } from '../types';
import { BaseExtractor } from '../BaseExtractor';
import type { Extractor, ExtractorArgs, InterpolateMode } from '../../framefusion';
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
# yarn lockfile v1


"@antoinemopa/beamcoder@^0.7.4":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@antoinemopa/beamcoder/-/beamcoder-0.7.4.tgz#3096dacd01eab1fd2ab0a4fb2da8b046cc739939"
integrity sha512-k+thriV8Nw6fWldHtQNCx7V26KThVsHLhuHxYx/oXyOCvx6DfT5ov1B2GDhOQYGsJYqmK6DAZ+galJumPJDRWQ==
dependencies:
bindings "^1.5.0"
segfault-handler "^1.3.0"

"@esbuild/android-arm64@0.17.17":
version "0.17.17"
resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.17.17.tgz#164b054d58551f8856285f386e1a8f45d9ba3a31"
Expand Down Expand Up @@ -171,6 +163,14 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==

"@lumen5/beamcoder@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@lumen5/beamcoder/-/beamcoder-0.0.2.tgz#1ddbc62529cf42079a37283e92e763cc809fdfae"
integrity sha512-Kv+qVqdar6Si6EI+/bpl2y5Xpr34Ff1AN/W2K2KakgKXQugFHkq+exCVsZJSWBSbKONQvZxVSixeBRFGmGNB2A==
dependencies:
bindings "^1.5.0"
segfault-handler "^1.3.0"

"@mapbox/node-pre-gyp@^1.0.0":
version "1.0.10"
resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz#8e6735ccebbb1581e5a7e652244cadc8a844d03c"
Expand Down

0 comments on commit fd15305

Please sign in to comment.