2018-08-16 13:46 GMT+02:00, chetan goni <cgon...@gmail.com>:

> Please provide me command line arguments to convert opus to
> wav from RTP packets?
> i am using this but it giving error
>
> *.//ffmpeg -acodec libopus -ar 48000 -ac 2 -i audio.bin -f wav out.wav*
>
> *Here :  audio.bin : RTP playload

There is no definition for a "raw" opus format, so above command
line cannot work.
(You always need a container for opus, just like vorbis, theora and
speex; flac is an example for a Xiph format that supports raw files.)

My suspicion is that you have to resend your pcap dumps, FFmpeg
does support opus over rtp.

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

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to