in reply to Passing an in memory scalar to an external command as an argument
system ("/path/ffmpeg -i $mp3"); [download]
system ("cat my.mp3 | ffmpeg -i pipe:0"); [download]