web/package: add encode
libav variant, webcodecs bridge
This commit is contained in:
parent
121e8cb66e
commit
0e67bb8c81
2 changed files with 27 additions and 5 deletions
|
@ -91,9 +91,12 @@ importers:
|
|||
'@fontsource/ibm-plex-mono':
|
||||
specifier: ^5.0.13
|
||||
version: 5.0.13
|
||||
'@imput/libav.js-encode-cli':
|
||||
specifier: ^5.7.6
|
||||
version: 5.7.6
|
||||
'@imput/libav.js-remux-cli':
|
||||
specifier: ^5.5.6
|
||||
version: 5.5.6
|
||||
specifier: ^5.7.6
|
||||
version: 5.7.6
|
||||
'@imput/version-info':
|
||||
specifier: workspace:^
|
||||
version: link:../packages/version-info
|
||||
|
@ -103,6 +106,9 @@ importers:
|
|||
'@vitejs/plugin-basic-ssl':
|
||||
specifier: ^1.1.0
|
||||
version: 1.1.0(vite@5.3.5(@types/node@20.14.14))
|
||||
libavjs-webcodecs-bridge:
|
||||
specifier: ^0.1.0
|
||||
version: 0.1.0
|
||||
mime:
|
||||
specifier: ^4.0.4
|
||||
version: 4.0.4
|
||||
|
@ -523,8 +529,14 @@ packages:
|
|||
resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
|
||||
deprecated: Use @eslint/object-schema instead
|
||||
|
||||
'@imput/libav.js-remux-cli@5.5.6':
|
||||
resolution: {integrity: sha512-XdAab90EZKf6ULtD/x9Y2bnlmNJodXSO6w8aWrn97+N2IRuOS8zv3tAFPRC69SWKa8Utjeu5YTYuTolnX3QprQ==}
|
||||
'@imput/dom-webcodecs-types@0.0.1':
|
||||
resolution: {integrity: sha512-0LjVbvi7CdoPLTVJG00D0aL0UyB/cFsFwDs0DcCRwj+GWhOPbzr7NQ3NEC3J8Y92DDwZCO657lM5gVJVFCYSVA==}
|
||||
|
||||
'@imput/libav.js-encode-cli@5.7.6':
|
||||
resolution: {integrity: sha512-XDO4fUqXVTT3SH+mGehrCtHk1Cf+r4AhStBMFyN/bt080lYTeedZ2L01HU1tOOdHPgXxfEnRP9kx23livr5YYQ==}
|
||||
|
||||
'@imput/libav.js-remux-cli@5.7.6':
|
||||
resolution: {integrity: sha512-ofSSLjRF9RfZ3QMBlb7fhxso8p8xlDqU4qX8eCJCukCB15g7iBShthCyGVnYz+3lLoFu9klbvVal9bEncBj/FQ==}
|
||||
|
||||
'@isaacs/cliui@8.0.2':
|
||||
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
||||
|
@ -1517,6 +1529,9 @@ packages:
|
|||
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
||||
libavjs-webcodecs-bridge@0.1.0:
|
||||
resolution: {integrity: sha512-K9pGvW+k2sGnbaCEuhbLG6ylzKoQyVAA1WxO+qIzaYEeVumosaFeKtMzVAThcIy6VHo11rGVF6IqLfSEEQL7sg==}
|
||||
|
||||
lilconfig@3.1.2:
|
||||
resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
|
||||
engines: {node: '>=14'}
|
||||
|
@ -2487,6 +2502,9 @@ snapshots:
|
|||
|
||||
'@imput/dom-webcodecs-types@0.0.1': {}
|
||||
|
||||
'@imput/libav.js-encode-cli@5.7.6': {}
|
||||
|
||||
'@imput/libav.js-remux-cli@5.7.6': {}
|
||||
|
||||
'@isaacs/cliui@8.0.2':
|
||||
dependencies:
|
||||
|
@ -3532,6 +3550,8 @@ snapshots:
|
|||
prelude-ls: 1.2.1
|
||||
type-check: 0.4.0
|
||||
|
||||
libavjs-webcodecs-bridge@0.1.0: {}
|
||||
|
||||
lilconfig@3.1.2: {}
|
||||
|
||||
lines-and-columns@1.2.4: {}
|
||||
|
|
|
@ -49,10 +49,12 @@
|
|||
"dependencies": {
|
||||
"@fontsource-variable/noto-sans-mono": "^5.0.20",
|
||||
"@fontsource/ibm-plex-mono": "^5.0.13",
|
||||
"@imput/libav.js-remux-cli": "^5.5.6",
|
||||
"@imput/libav.js-encode-cli": "^5.7.6",
|
||||
"@imput/libav.js-remux-cli": "^5.7.6",
|
||||
"@imput/version-info": "workspace:^",
|
||||
"@tabler/icons-svelte": "3.6.0",
|
||||
"@vitejs/plugin-basic-ssl": "^1.1.0",
|
||||
"libavjs-webcodecs-bridge": "^0.1.0",
|
||||
"mime": "^4.0.4",
|
||||
"sveltekit-i18n": "^2.4.2",
|
||||
"ts-deepmerge": "^7.0.0"
|
||||
|
|
Loading…
Reference in a new issue