Find the answer to your Linux question:
Results 1 to 4 of 4
Is there a program in Debian Lenny to convert swf files to mp3 and ogg? Thanks...
  1. #1
    Linux 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

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Hi JoeS. This may help...
    SWF to MP3
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Linux Newbie
    Join Date
    Dec 2008
    Posts
    135
    Quote Originally Posted by Dapper Dan View Post
    Hi JoeS. This may help...
    SWF to MP3
    I looked at the link you gave.
    I tried this and it gave me an error:
    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)
    How do I get support for compressed swf files for mplayer?
    Is there another program to uncompress them?

    Using Debian Lenny
    Thanks

  4. #4
    Linux Newbie
    Join Date
    Dec 2008
    Posts
    135
    I found a solution:
    I installed flasm and used the following command to decompress the files:
    Code:
    flasm -x cnc-audio11.swf
    cnc-audio11.swf successfully decompressed, 9960903 bytes
    and then converted to mp3:
    Code:
    mplayer -dumpaudio cnc-audio11.swf -dumpfile dr.aspley-ivterview-pt1.mp3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •