Hello, guys. Is there any possibility to convert midi file into mp3 format to play it in flash player? Since I found that flash dowsn't support midi format it seems only be possible by converting midi2mp3 Any suggestions?
coopster
8:33 pm on Dec 27, 2010 (gmt 0)
ffmpeg will convert many different file formats but I'm not certain if .mid or .midi is one of them. If not, you can use another open source project called timidity [timidity.sourceforge.net] to get it into a different format first, if not the end format itself.
elf_red
9:08 pm on Dec 27, 2010 (gmt 0)
in php I mean =)
VuoriLiikaluoma
9:32 am on Dec 29, 2010 (gmt 0)
No, you'll need a third-party app. Though you might be able to use exec(); with that app in some way or another.