Re: [Libav-user] simple format trouble using avc ?

2013-06-08 Thread Andy Shaules
I think Im on to something here.. context->flags |= CODEC_FLAG_GLOBAL_HEADER; and use extra_data rather than private data. hrrmm Trying again :) Andy On 6/8/2013 12:37 PM, Andy Shaules wrote: Hello, First time poster, long wrapper user. Ive used various avcodec wrappers and this is the fir

[Libav-user] simple format trouble using avc ?

2013-06-08 Thread Andy Shaules
Hello, First time poster, long wrapper user. Ive used various avcodec wrappers and this is the first time Im using it directly. Im facing a rendering issue that I am assuming is just a rookie move. Pretty easy set up I have here. Let me describe a little context. Im pushing encoder output fr

[Libav-user] simple AVC format issue?

2013-06-08 Thread Andy Shaules
Hello, First time poster, long wrapper user. Ive used various avcodec wrappers and this is the first time Im using it directly. Im facing a rendering issue that I am assuming is just a rookie move. Pretty easy set up I have here. Let me describe a little context. Im pushing encoder output fr

Re: [Libav-user] programmatically output streaming (mpeg-ts over udp)

2013-06-08 Thread Massimo Battistel
ok, I started from mux sample here: http://git.videolan.org/?p=ffmpeg.git;a=blob;f=doc/examples/muxing.c;h=7305cc6284a0e04aaddd3d79a0bc830b9dd53256;hb=HEAD I made these changes: 1. I forced mpegts as muxer 2. I set output file as udp://ipaddr:port 3. The while cicle that writes packets runs foreve

Re: [Libav-user] (no subject)

2013-06-08 Thread Andrey Utkin
2013/6/8 Massimo Battistel : > hello, > I would like to know if there are some code samples and/or tutorials for > programmatically output streaming (mpeg-ts over udp) using > libavformat/avcodec. > I can't find anything on ffmpeg web site. An example of muxing. http://git.videolan.org/?p=ffmpeg.g

Re: [Libav-user] programmatically output streaming (mpeg-ts over udp)

2013-06-08 Thread Kalileo
On Jun 9, 2013, at 00:19 , Massimo Battistel wrote: > hello, > I would like to know if there are some code samples and/or tutorials for > programmatically output streaming (mpeg-ts over udp) using > libavformat/avcodec. > I can't find anything on ffmpeg web site. Nothing special needed, becaus

[Libav-user] (no subject)

2013-06-08 Thread Massimo Battistel
hello, I would like to know if there are some code samples and/or tutorials for programmatically output streaming (mpeg-ts over udp) using libavformat/avcodec. I can't find anything on ffmpeg web site. thanks, Max ___ Libav-user mailing list Libav-user@f

[Libav-user] segmetation fault while avcodec_encode_video2

2013-06-08 Thread itwasntpete
hi guy's, i have a problem with the avcodec_encode_video2. i grab a frame from my camera and want to write that into a stream. but avcodec_encode_video2 is generating a segmentation fault. the main loop is quit simple:     for(;;) { if(av_read_frame(formatCtxIn, pktIn) >= 0) {

Re: [Libav-user] Provided packet is too small, needs to be x

2013-06-08 Thread Karthik Viswanathan
Any help would be appreciated. Thanks Karthik On 6 June 2013 15:51, Karthik Viswanathan wrote: > Hello, > > I got the ffmpeg builds from zeranoe[20130601-git-716dbc7] & used gcc > 4.8.0 on windows to compile. > > I am trying to convert a h264 video to webm. The output video is empty > and the co

Re: [Libav-user] Memory leak reading videos

2013-06-08 Thread Carl Eugen Hoyos
Matheus Henrique Klem Galvez writes: > How do I do this? Please read the fine documentation: http://ffmpeg.org/ffmpeg-all.html#ocv Please stop top-posting, it is considered rude here! Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org http