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