• Lucid Dreaming - Dream Views




    Results 1 to 15 of 15

    Hybrid View

    1. #1
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4

      Quicktime Movie...I'm Very Ashamed.

      Apparently, my phone makes Quicktime videos. So I emailed it to myself, and Sprint sent me a link to it. Well, I fund the file in my cache. It has no extention, but Linux recognizes it as a Quicktime movie. So, I went to Zamzar and tried to convert it to an mp3, but it yelled at me saying that it needs and extention. What is the extention? mpg or mpeg?

      Oh, and can I embed the file into a post here if it's Quicktime and uploaded to my site?

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    2. #2
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Use ffmpeg to convert AV between formats
      Code:
      sudo apt-get install ffmpeg
      Code:
      ffmpeg -vn -i input_file outputfile.mp3
      This will convert your file to an mp3 file (discarding any video, obviously)

      there's also a GUI front-end for ffmpeg, if you want
      called WinFF
      (\_ _/)
      (='.'=)
      (")_(")

    3. #3
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4
      Thanks, Ynot.


      Can you embed mp3s here?

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    4. #4
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4
      Wait, it didn't work. It gave an output file, but it's 0 MB.

      There was an error at the end of the console, I'll try to find it.

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    5. #5
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      you might not have the ffmpeg mp3 encoder
      (not included by default due to licensing issues)

      Code:
      sudo apt-get install libavcodec-unstripped-52
      (unstripped, meaning nothing taken out)

      then try the above again
      (\_ _/)
      (='.'=)
      (")_(")

    6. #6
      Member Specialis Sapientia's Avatar
      Join Date
      Oct 2008
      LD Count
      150
      Gender
      Location
      Copenhagen, Denmark
      Posts
      840
      Likes
      20
      Try to see if you can play it with VLC

      http://www.videolan.org/vlc/

    Bookmarks

    Posting Permissions

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