http://sourceforge.net/tracker/index.php?func=detail&aid=1770186&group_id=5776&atid=305776
Submitted By:
Roland Hermans - rolandh
jpeg2yuv doesn't see EOF when reading filenames from stdin
The jpeg2yuv command mjpegtools-1.9.0rc2 does not properly detect the end
of the list of input files passed via stdin. The example command mentioned
in the manual page
$ls *jpg | jpeg2yuv -f 25 -I p > result.yuv
never returns and keeps on writing data to result.yuv until the filesystem
is full.