Re: [FFmpeg-user] av_interleaved_write_frame(): Broken pipe

2017-08-30 Thread tasos
Hello. I know that this command has issues but this is exactly what was running when the problem occured(this is how someone else runs it and h i have to find the problem :( ). My thought was that a specific method has a problem that's why i told you about the devs list. I'm not in a hurry, i

Re: [FFmpeg-user] av_interleaved_write_frame(): Broken pipe

2017-08-30 Thread James Girotti
On Wed, Aug 30, 2017 at 7:56 AM, tasos wrote: > Maybe i should send it to the devs list? My understanding is that the devs list is for software development and not user interaction/support. I appreciate that you need help, this is a volunteer effort though and it can

Re: [FFmpeg-user] av_interleaved_write_frame(): Broken pipe

2017-08-30 Thread tasos
Maybe i should send it to the devs list? On 8/28/2017 7:13 PM, tasos wrote: Hello. I'm having a problem which i don't know if it's a bug or misuse from my side. I have attached the ffmpeg command and ffprobe of the input. The command was ./ffmpeg -y -hwaccel cuvid -deinterlace -vsync 1 -iā€‚ā€‚

[FFmpeg-user] RTP g.711 stream to MP3

2017-08-30 Thread Sara Gonzalez
Hi Everyone, I am trying to connect to a live RTP stream of g.711 audio coming from an intercom and then save it as an mp3 file. This is the FFmpeg[1] command I have been using: -re -f mulaw -i rtp://10.200.1.14:32760 -sample_rate 44100 -filter:a "asetrate=9000" -acodec libmp3lame -ar 44100