Hi All I am new user to FFmpeg which I downloaded the source and compiled in Ubuntu 16.04 and could able to successfully trans code video files from mp4 using H264 codec which internally uses libavcodec library.
This implementation works well for file interface (input file, output file). But my need was to consume this trans code using memory stream both input and output will be memory stream. I debugged the source code ffmpeg.c(wrapper file) and notice it internally uses dependent libraries. I have couple of questions kindly clarify and guide me in right direction. 1. Is there any ready made interface available for libavcodec to consume in our native application? Like VLC and other player uses ffmpeg as memory interface. 2. or else do I need to debug the ffmpeg.c source and need to trim the code ? Please advise and share your views. Regards Anand V _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
