Help for this page

Select Code to Download


  1. or download this
    # Code to open the filehandle
    
    ...
        $buffer->set_text($sysbuffer);
        return 1;
    }
    
  2. or download this
            system("find /tmp/$id/ -iname \"*.wav\" -print0 | xargs -0 -n 
    +1 -I '{}' ffmpeg -i '{}' -f mp3 '{}'.mp3 2>> /usr/rip/cdimport.log")