Help for this page

Select Code to Download


  1. or download this
    
    my $mp3 = <binary contents of an mp3 file already in memory>;
    
    system("/path/ffmpeg -i <want to pass $mp3 here>");
    
  2. or download this
    
    cat my.mp3 | ffmpeg -i pipe:0