An open API service indexing awesome lists of open source software.

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

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`