Results 1 to 4 of 4
Is there a program in Debian Lenny to convert swf files to mp3 and ogg?
Thanks...
- 02-02-2010 #1Linux Newbie
- Join Date
- Dec 2008
- Posts
- 135
[SOLVED] Want to convert swf to mp3 or ogg
Is there a program in Debian Lenny to convert swf files to mp3 and ogg?
Thanks
- 02-02-2010 #2
Hi JoeS. This may help...
SWF to MP3
- 02-02-2010 #3Linux Newbie
- Join Date
- Dec 2008
- Posts
- 135
I looked at the link you gave.
I tried this and it gave me an error:
How do I get support for compressed swf files for mplayer?joe@Debian:~/documents/health/candida/curenaturalicancro.com/rsbell_interview_dr.apsley$ \
> mplayer -dumpaudio cnc-audio11.swf -dumpfile dr.aspley-interview-pt1.mp3
MPlayer dev-SVN-r26940
Playing cnc-audio11.swf.
libavformat file format detected.
[swf @ 0x8792054]Compressed SWF format not supported
LAVF_header: av_open_input_stream() failed
libavformat file format detected.
[swf @ 0x8792054]Compressed SWF format not supported
LAVF_header: av_open_input_stream() failed
Exiting... (End of file)
Is there another program to uncompress them?
Using Debian Lenny
Thanks
- 02-04-2010 #4Linux Newbie
- Join Date
- Dec 2008
- Posts
- 135
I found a solution:
I installed flasm and used the following command to decompress the files:
and then converted to mp3:Code:flasm -x cnc-audio11.swf cnc-audio11.swf successfully decompressed, 9960903 bytes
Code:mplayer -dumpaudio cnc-audio11.swf -dumpfile dr.aspley-ivterview-pt1.mp3




