Re: [FFmpeg-user] Converting SDP/RTP files to WAV

2016-03-08 Thread jonas
On 2016-03-08 13:55, Moritz Barsnick wrote: I think was Jonas is trying to say is that he has an SDP file, but the corresponding stream it refers to isn't on the network, but rather captured to file. Now he's trying to bring the two together. Yes, you are spot on. Regards, Jonas Kongslund

Re: [FFmpeg-user] Converting SDP/RTP files to WAV

2016-03-08 Thread Moritz Barsnick
On Mon, Mar 07, 2016 at 23:29:06 +, Carl Eugen Hoyos wrote: > I am sorry but I don't understand: > There should be exactly one input and one output in your > command line: I think was Jonas is trying to say is that he has an SDP file, but the corresponding stream it refers to isn't on the net

Re: [FFmpeg-user] Converting SDP/RTP files to WAV

2016-03-07 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-user] Converting SDP/RTP files to WAV

2016-03-07 Thread jonas
On 2016-03-07 12:09, Carl Eugen Hoyos wrote: kongslund.net> writes: ffmpeg version 2.8.6 Copyright (c) 2000-2016 the FFmpeg developers Please test current FFmpeg git head when asking for support here. Sorry about that, Carl. Below is the new output. $ ffmpeg -loglevel debug -i input.sdp

Re: [FFmpeg-user] Converting SDP/RTP files to WAV

2016-03-07 Thread Carl Eugen Hoyos
kongslund.net> writes: > ffmpeg version 2.8.6 Copyright (c) 2000-2016 the FFmpeg developers Please test current FFmpeg git head when asking for support here. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/li

Re: [FFmpeg-user] Converting SDP/RTP files to WAV

2016-03-06 Thread jonas
On 2016-03-07 02:14, Carl Eugen Hoyos wrote: kongslund.net> writes: ffmpeg -i input.sdp -i input.rtp output.wav Complete, uncut console output missing. Here is one example. $ cat input.sdp v=0 o=- 579365561 1241609809 IN IP4 10.238.244.251 s=- c=IN IP4 10.238.33.163 t=0 0 a=sendrecv m=

Re: [FFmpeg-user] Converting SDP/RTP files to WAV

2016-03-06 Thread Carl Eugen Hoyos
kongslund.net> writes: >ffmpeg -i input.sdp -i input.rtp output.wav Complete, uncut console output missing. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] Converting SDP/RTP files to WAV

2016-03-06 Thread jonas
Hello, Given a file of RTP packets (wrapped in UDP/IP) and a corresponding SDP file, is it possible to use ffmpeg for converting them to a WAV file or similar? I've only been able to find examples going from WAV to a stream. I've tried something like this without luck: ffmpeg -i input.sdp