I can't get anything to export from kino, does the shell output below tell you what's wrong?<br>Duncan<br><br>attempting to export video as generic mpeg with all defaults:<br>>>> Export::start()<br>>> Export::activate()
<br>>>> ExportMJPEG::startExport<br>>>> Generated video pipe 'yuvdenoise -F -f | mpeg2enc -v 0 -f 0 -I 0 -n p -a 2 -o 'test'.mpv'<br>>>> Generated audio pipe '|mp2enc -v 0 -o 'test'.mp2'<br>sh: mp2enc: command not found
<br>sh: yuvdenoise: command not found<br>sh: mpeg2enc: command not found<br>>>> Executing 'mplex -v 0 -f 0 -o 'test'.mpeg 'test'.mpv 'test'.mp2'<br>sh: mplex: command not found<br>>> Kino Common newFile<br>
>> Leaving Export<br>>>> Export::clean()<br>I can't find anywhere in the repositories packages with those names.<br><br>