{"id":13485332,"url":"https://github.com/alfg/ffprobe-wasm","last_synced_at":"2025-08-20T18:34:25.268Z","repository":{"id":39657374,"uuid":"298143610","full_name":"alfg/ffprobe-wasm","owner":"alfg","description":"A Web-based FFProbe. Powered by FFmpeg, Vue and Web Assembly!","archived":false,"fork":false,"pushed_at":"2023-12-13T15:03:56.000Z","size":6413,"stargazers_count":148,"open_issues_count":5,"forks_count":35,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-06T08:23:34.125Z","etag":null,"topics":["emscripten","ffmpeg","ffprobe","multimedia","vue","wasm","webassembly"],"latest_commit_sha":null,"homepage":"https://ffprobe-wasm.netlify.app/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alfg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-24T02:02:42.000Z","updated_at":"2024-11-11T09:56:07.000Z","dependencies_parsed_at":"2024-10-30T19:41:15.230Z","dependency_job_id":null,"html_url":"https://github.com/alfg/ffprobe-wasm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfg%2Fffprobe-wasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfg%2Fffprobe-wasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfg%2Fffprobe-wasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfg%2Fffprobe-wasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alfg","download_url":"https://codeload.github.com/alfg/ffprobe-wasm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230445927,"owners_count":18227060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emscripten","ffmpeg","ffprobe","multimedia","vue","wasm","webassembly"],"created_at":"2024-07-31T17:01:55.654Z","updated_at":"2024-12-19T14:08:27.485Z","avatar_url":"https://github.com/alfg.png","language":"Vue","funding_links":[],"categories":["Vue","HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# `FFProbe Wasm`\n\u003e A Web-based FFProbe. Powered by FFmpeg, Vue and Web Assembly!\n\nhttps://ffprobe-wasm.netlify.app/\n\n## Development\n`ffprobe-wasm` uses [emscripten](https://emscripten.org/) to compile [FFmpeg](https://ffmpeg.org)'s [libav](https://ffmpeg.org/doxygen/4.1/index.html) to [Web Assembly](https://webassembly.org/) via [Docker](https://www.docker.com/).\n\nEmscripten is also used to create and compile the Wasm bindings to be imported by the browser.\n\n### Requirements\n* `nodejs` - https://nodejs.org/en/download/\n* `docker` - https://docs.docker.com/desktop/\n\n### Setup \n* Clone project and build the Wasm module via Docker:\n```\ndocker-compose run ffprobe-wasm make\n```\n\nThis will build the Wasm module and place it into the `/dist` directory.\n\n* Copy the JS and Wasm modules into `www/public/`:\n```\ncp -a dist/. www/public/\n```\n\n* Install and run the web application:\n```\ncd www\nnpm install\nnpm run serve\n```\n\n* Load `http://localhost:8080/` in the web browser.\n\n### Compiles and minifies for production\n```\nnpm run build\n```\n\n### Deploy\nBuilds and deploys to `gh-pages` branch.\n\nHowever, I am hosting on [Netlify](https://netlify.com) to enable [SharedArrayBuffer](https://caniuse.com/sharedarraybuffer) support via the [required CORS headers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer).\n```\nnpm run deploy\n```\n\n### Resources\n* https://ffmpeg.org/doxygen/4.1/index.html\n* https://emscripten.org/\n* https://vuejs.org\n* https://bootstrap-vue.org\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfg%2Fffprobe-wasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfg%2Fffprobe-wasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfg%2Fffprobe-wasm/lists"}