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.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	You can download and re-encode it to mp3 with ffmpeg at the same time 
 
 This one has 2 streams
 
 Assuming you want the stereo, 40kb/s WMA stream,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
 
 
 
 Change -b:a 96k to whatever bitrate you want for the mp3; in this example I chose 96kCode:ffmpeg -i "mmsh://pgmwm.webcastcenter.com/pgm/pgm_020115.wma" -c:a libmp3lame -b:a 96k pgm_020115.mp3 
 
 For ffmpeg, you need mmsh (with an "h") to download from mms protocol
- 
	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 
Similar Threads
- 
  How to Download Videos streaming from mms:// protocol with *.wmv formatBy MediaFan in forum Video Streaming DownloadingReplies: 14Last Post: 25th Apr 2018, 11:59
- 
  Need help downloading mms wmv streamBy CaNANDian in forum Video Streaming DownloadingReplies: 1Last Post: 22nd Apr 2013, 00:04
- 
  How to record streaming WMV/ASF/MMS-links using VLC Media PlayerBy Baldrick in forum User guidesReplies: 58Last Post: 27th Jul 2012, 11:10
- 
  MMS capturingBy majax79 in forum Video Streaming DownloadingReplies: 0Last Post: 29th Jul 2010, 21:09
- 
  WMV to Avi(xvid,mp3) using VirtualDub - huge destination fileBy chm in forum Newbie / General discussionsReplies: 9Last Post: 20th May 2010, 18:29


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote