Re: [Libav-user] (no subject)

2014-10-01 Thread Marcus Johnson
Because I'm using Ffmpeg to decode audio to pcm, so I can encode it with my own format. I'll look into it, thanks. On Tue, Sep 30, 2014 at 10:38 AM, wm4 nfx...@googlemail.com wrote: On Mon, 29 Sep 2014 20:31:49 -0400 Marcus Johnson bumblebritche...@gmail.com wrote: I'm trying to decode

[Libav-user] MPEG-TS continuity counter

2014-10-01 Thread Selmeci,
Hello all! My program creates multiple small MPEG-TS files. The output file contains three AVStreams: - one for the video; - one for the audio; - one for user-specific data; User-specific data: I've found the way to put these data into a custom PID, and my MPEG-TS analyzer shows that the

Re: [Libav-user] MPEG-TS continuity counter

2014-10-01 Thread Carl Eugen Hoyos
Selmeci, Tamás tselmeci@... writes: Can I tell somehow the MPEG-TS multiplexer the desired start continuity counter value for my specific PID? (Please use muxer on this mailing list.) Did you try the segment muxer? I don't know if it helps, I am curious if that should be expected or not.

[Libav-user] Overlay filter (add Watermark to video)

2014-10-01 Thread Alberto Martín Fernandez
Hi; I am using ffmpeg 1.0.9 SDL 1.2 and i am trying to add a watermark. I started to implement my media player basing on the ffplay example, adding funtionalities, buttons... I have to implement an overlay filter, so i do: FILTER 1:(Video base) INPUT avfilter_graph_create_filter(filt_src,

Re: [Libav-user] Overlay filter (add Watermark to video)

2014-10-01 Thread Carl Eugen Hoyos
Alberto Martín Fernandez amartin@... writes: I am using ffmpeg 1.0.9 Unfortunately, this is not supported anymore. Please test current FFmpeg git head. Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org

[Libav-user] Return frames in decode order

2014-10-01 Thread Krishna
Hi, I wanted to know if it is possible to for libavcodec to return frames in decode order instead of display order? Is there any flag that will enable this? I am using av_read_frame() and avcodec_decode_video2() to read a video frame-by-frame. Thank you! -- Regards, Krishna

[Libav-user] icecast protocol

2014-10-01 Thread Алексей Стрекаловский
Hi to all! In new version of ffmpeg (2.4.1) added new feature - icecast protocol with url of output stream like: icecast://[username[:password]@]server:port/mountpoint Does anyone have a working example with this protocol (without oggfwd)? Sincerely, Strekalovskiy Alex.