https://github.com/federicocarboni/ffprobe-json-schema
JSON Type Definition and JSON Schema (todo) for FFprobe's json output
https://github.com/federicocarboni/ffprobe-json-schema
ffmpeg ffprobe json json-schema json-typedef
Last synced: about 2 months ago
JSON representation
JSON Type Definition and JSON Schema (todo) for FFprobe's json output
- Host: GitHub
- URL: https://github.com/federicocarboni/ffprobe-json-schema
- Owner: federicocarboni
- Created: 2021-03-16T14:23:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T07:11:20.000Z (about 4 years ago)
- Last Synced: 2025-02-14T01:46:58.051Z (3 months ago)
- Topics: ffmpeg, ffprobe, json, json-schema, json-typedef
- Homepage:
- Size: 490 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ffprobe-json-schema
[JSON Schema](https://json-schema.org/) (todo) and [JSON Type Definition](https://jsontypedef.com/) for [FFprobe's json output](https://ffmpeg.org/ffprobe.html#json).JSON Type Definition is optimized for code generation: you can use [JTD codegen tools](https://jsontypedef.com/docs/jtd-codegen/) to generate type definitions for your favorite language from [`jtd/ffprobe.json`](./jtd/ffprobe.json).
**WIP**
- [x] `chapters`
- [x] `error`
- [x] `format`
- [ ] `frames`
- [ ] `packets`
- [ ] `frames_and_packets`
- [x] `programs`
- [x] `streams`
- [x] `program_version`
- [x] `library_versions`
- [ ] `pixel_formats`