Source: libvpx Version: 0.9.7.p1-1 libvpx provides commandline tools to encode and decode vpx files, those should be installed or made available in a package called vpx-tools.
Attached patch adds a vpx-tools package.
=== modified file 'control' --- control 2011-10-06 19:47:16 +0000 +++ control 2011-10-06 20:04:01 +0000 @@ -63,3 +63,16 @@ This package contains the HTML documentation for the libvpx library in /usr/share/doc/libvpx-doc. +Package: vpx-tools +Section: utils +Architecture: any +Depends: libvpx0 (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends} +Description: VP8 video codec encoding/decoding tools + VP8 is an open video codec, originally developed by On2 and released + as open source by Google Inc. It is the successor of the VP3 codec, + on which the Theora codec was based. + . + This package contains the commandline tools vpxdec and vpxenc. + === added file 'vpx-tools.install' --- vpx-tools.install 1970-01-01 00:00:00 +0000 +++ vpx-tools.install 2011-10-06 19:51:27 +0000 @@ -0,0 +1,2 @@ +builddir/vpxenc usr/bin +builddir/vpxdec usr/bin