<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

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to