in reply to Passing an in memory scalar to an external command as an argument

And what about this:
system ("/path/ffmpeg -i $mp3");
or possibly:
system ("cat my.mp3 | ffmpeg -i pipe:0");

Je suis Charlie.