public function FFMpeg_aux($extra = null)
 {
     /**/
     $transcoder = new KDLOperatorFfmpeg2_2(KDLTranscoders::FFMPEG_AUX);
     return $transcoder->GenerateCommandLine($this->_design, $this->_target, $extra);
 }