https://github.com/excamera/mock-codec
Mock implementations of the Alfalfa coder/decoder
https://github.com/excamera/mock-codec
Last synced: 9 months ago
JSON representation
Mock implementations of the Alfalfa coder/decoder
- Host: GitHub
- URL: https://github.com/excamera/mock-codec
- Owner: excamera
- Created: 2016-05-24T09:51:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T19:52:11.000Z (almost 10 years ago)
- Last Synced: 2025-02-25T23:30:58.460Z (about 1 year ago)
- Language: Shell
- Size: 261 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mock Codec
==========
Mock implementations of the Alfalfa coder/decoder, built with ffmpeg.
* `import`: convert arbitrary input on stdin
to raw video (yuv4mpegpipe) on stdout
Example: `./import example.y4m`
* `encode`: convert raw video (yuv4mpegpipe) on stdin
to VP8 on stdout
Example: `./encode example-compressed.vp8`
* `decode`: convert VP8 video on stdin
to raw video (yuv4mpegpipe) on stdout
(Similar to `import`, but requires the input to be in VP8 IVF format.)
Example: `./decode example.y4m`
* `watch`: play raw video (yuv4mpegpipe) from stdin on X display
Example: `./watch