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

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

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