Re: [FFmpeg-user] Problem with playing audio with ao

2017-04-02 Thread Moritz Barsnick
On Sun, Apr 02, 2017 at 14:59:40 +0300, יוסף אלון wrote: > This is my code: What am i am doing worng? As I answered to your previous e-mail: This is the wrong mailing list for questions regarding development using the ffmpeg-libraries. Please ask this sort of question on the list libav-user: htt

Re: [FFmpeg-user] T shirt

2017-04-02 Thread David Whitaker
ah no paypal donations? On Fri, Mar 31, 2017 at 3:05 PM, Michael Niedermayer wrote: > On Thu, Mar 30, 2017 at 03:33:46PM -0400, David Whitaker wrote: > > Hi, I am a big fan of ffmpeg, I like the logo so I decided to have a > single > > white t shirt with the logo printed for my self. > > The com

[FFmpeg-user] Problem with playing audio with ao

2017-04-02 Thread יוסף אלון
Hi I am trying to play an audio udp (HE-AAC) using libavcodec and ao player. .While trying to play I hear a very noisy channel. This is my code: What am i am doing worng? #include #include #include #include #include #include #include #define AVCODEC_MAX_AUDIO_FRAME_SIZE 19200 void die

Re: [FFmpeg-user] Maximum argument length for tee pseudo muxer

2017-04-02 Thread looxonline
Hi All, I thought that I would post this here for the sake of the community and my future self when I inevitably forget how to solve this problem. A colleague and I were discussing this issue and he mentioned that he has used the pipe option to take the output of ffmpeg into another instance of f