File:  [DVB] / dvb-apps / test / dia
Revision 1.1: download - view: text, annotated - select for diffs
Sat Jan 17 16:59:46 2004 UTC (20 years, 4 months ago) by js
Branches: MAIN
CVS tags: LINUXTV-DVB-1_1_0, HEAD
DVB apps/utils from old "DVB" CVS tree, mildly edited to make
them compile with the dvb-kernel DVB API includes (uint32_t etc.)

#!/bin/sh

for f in $@
do /usr/X11R6/bin/convert  -geomtry 702x576 $f test.mpg
test_video test.mpg
rm test.mpg
done

LinuxTV legacy CVS <linuxtv.org/cvs>