UNPKG

@cocreate/ffmpeg

Version:

A media processing module using FFmpeg for video/audio manipulation via a JavaScript API and HTML attributes. Supports transcoding, resizing, and more, simplifying media tasks for web applications.

60 lines (59 loc) 2.03 kB
{ "name": "@cocreate/ffmpeg", "version": "1.2.3", "description": "A media processing module using FFmpeg for video/audio manipulation via a JavaScript API and HTML attributes. Supports transcoding, resizing, and more, simplifying media tasks for web applications.", "keywords": [ "ffmpeg", "media-processing", "video-manipulation", "audio-manipulation", "transcoding", "resizing", "segmenting", "web-applications", "javascript-api", "html5-attributes", "cocreate", "low-code-framework", "html5-framework" ], "publishConfig": { "access": "public" }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "npx webpack --mode=production --config webpack.config.js", "dev": "npx webpack --config webpack.config.js --watch", "postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\"" }, "repository": { "type": "git", "url": "git+https://github.com/CoCreate-app/CoCreate-ffmpeg.git" }, "author": "CoCreate LLC", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-ffmpeg/issues" }, "homepage": "https://cocreate.app/docs/ffmpeg", "funding": { "type": "GitHub Sponsors ❤", "url": "https://github.com/sponsors/CoCreate-app" }, "main": "./src/index.js", "devDependencies": { "css-loader": "^5.1.3", "esbuild": "^0.25.2", "esbuild-loader": "^4.3.0", "mini-css-extract-plugin": "^1.5.0", "webpack": "^5.24.4", "webpack-cli": "^4.5.0", "webpack-log": "^3.0.1" }, "dependencies": { "@cocreate/actions": "^1.21.1", "@cocreate/observer": "^1.18.1", "@ffmpeg/ffmpeg": "^0.12.10", "@ffmpeg/util": "^0.12.1" } }