I'm starting from a working encode very similar to
examples/decoding_encoding.c but I'm now wanting to add sound, so I'm trying
to get examples/muxing.c to work for my purposes but no luck as of yet. For
some reason avcodec_encode_video2 is returning 0 (success according to
documentation), yet giving me a blank got_packet pointer which means the
packet data is blank. My AVFrame pointer has data in it (assuming it's
correct because I'm using the same method to retrieve it as I was in my
previously-working example). Could anyone point me in the right direction as
to how to debug this?
I'm using: zeranoe's ffmpeg-20130428-git-0fb64da







--
View this message in context: 
http://libav-users.943685.n4.nabble.com/avcodec-encode-video2-problem-tp4657497.html
Sent from the libav-users mailing list archive at Nabble.com.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to