To decompress a CellB bitstream, type:
hostname% xil_decompress -C CellB -s 320 240 -i /tmp/t.clb |
To decompress a JPEG bitstream, type:
hostname% xil_decompress -C Jpeg -i tmp/t.jpeg |
To decompress an H261 bitstream, type:
hostname% xil_decompress -C H261 -i tmp/t.h261 |
To decompress a H261 bitstream using the second SunVideo Plus card in your system, type:
hostname% xil_decompress -C H261 -i tmp/t.h261 -D /dev/o1k1 |