I am trying to figure out some problems I am having using the API for ffmpeg.
Here is a post to my stack overflow post that contains the code base and some diagnostic info. http://stackoverflow.com/questions/28727772/ffmpeg-c-api-h-264-encoding-mpeg2-ts-streaming-problems [http://cdn.sstatic.net/stackoverflow/img/[email protected]?v=ea71a5211a91]<http://stackoverflow.com/questions/28727772/ffmpeg-c-api-h-264-encoding-mpeg2-ts-streaming-problems> c++11 - FFMPEG C api h.264 encoding / MPEG2 ts streaming problems - Stack Overflow Class prototype is as follows: #ifndef _FULL_MOTION_VIDEO_STREAM_H_ #define _FULL_MOTION_VIDEO_STREAM_H_ #include <memory> #include <string> #ifndef INT64_C # define INT64_C(c) (c ##... Read more...<http://stackoverflow.com/questions/28727772/ffmpeg-c-api-h-264-encoding-mpeg2-ts-streaming-problems> ?The main two problems I am currently seeing, are large memory consumption(6gb if I try to increase video time to around a minute), and framing issues. I am writing many frames and only coming up with .04 seconds of video. I should have around 6 seconds of video being generated. Any help would be greatly appreciated! ?Ceir M Coral Systems Engineer
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
