Thread: Tricky RTSP
View Single Post
  #7  
Old 01-16-2012, 04:25 PM
compn compn is offline
Stream recording expert
 
Join Date: Sep 2006
Posts: 128
compn has a spectacular aura aboutcompn has a spectacular aura aboutcompn has a spectacular aura about
Default

Re: Tricky RTSP


Quote:
Originally Posted by bat999 View Post
FFmpeg does a better job.
Like this:-
Code:
ffmpeg -i "rtsp://stream.army.mil/Army%20Band/Broadcast%20Archives/2007/03/24/Yamamoto/Yamamoto-128k.mov" -c:a flac Yamamoto.flac
in the future, just copy the audio to mp4 like so:

ffmpeg -i "rtsp://stream.army.mil/Army%20Band/Broadcast%20Archives/2007/03/24/Yamamoto/Yamamoto-128k.mov" -acodec copy yamamoto-128k.mp4

reencoding is bad. even to lossless flac
Reply With Quote