[FFmpeg-user] Converting SDP/RTP files to WAV
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Mar 8 00:29:06 CET 2016
<jonas <at> kongslund.net> writes:
> $ ffmpeg -loglevel debug -i input.sdp -i input.rtp output.wav
I am sorry but I don't understand:
There should be exactly one input and one output in your
command line:
Either
ffmpeg -i input.sdp out.wav
or
ffmpeg -i input.rtp out.wav
rtp normally looks this:
ffmpeg -i rtp://127.0.0.1:991 out.wav
not sure about sdp...
Carl Eugen
More information about the ffmpeg-user
mailing list