VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. How is it possible to save the following as an mp3?

    mms://pgmwm.webcastcenter.com/pgm/pgm_020115.wma

    I've tried converting with VLC and nothing is happening.
    Quote Quote  
  2. You can download and re-encode it to mp3 with ffmpeg at the same time

    This one has 2 streams

    Duration: 00:30:00.45, start: 0.000000, bitrate: N/A
    Stream #0:0(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 32000 Hz, 2 channels, fltp, 40 kb/s
    Stream #0:1(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 8000 Hz, 1 channels, fltp, 8 kb/s
    Assuming you want the stereo, 40kb/s WMA stream,



    Code:
    ffmpeg -i "mmsh://pgmwm.webcastcenter.com/pgm/pgm_020115.wma" -c:a libmp3lame -b:a 96k pgm_020115.mp3
    Change -b:a 96k to whatever bitrate you want for the mp3; in this example I chose 96k

    For ffmpeg, you need mmsh (with an "h") to download from mms protocol
    Quote Quote  
  3. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by AshleyQuick View Post
    How is it possible to save the following as an mp3?

    mms://pgmwm.webcastcenter.com/pgm/pgm_020115.wma
    They also offer direct download in mp3 format...
    Code:
    http://ht.salemweb.net/zcast/unshackled/2015/02-01/442963/unshackled_2015-02-01_program-3342-jeff-grif_20150107152707.mp3
    
    webpage reference...
    
    http://www.oneplace.com/ministries/unshackled/listen/program-3342-jeff-griffin-442963.html
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!