Hi Mohamed, Yes it is possible. You don't even need to write a single line of code if you use FFMPEG.exe (which uses libav). A simple shell script that takes source folder of images and runs the FFMPEG command with appropriate parameters would do the trick. If you want to code it for any reason, there is an example among the source code that does this (set of pictures -> movie. AlthoughI couldn't certify it encodes in H264).
Good luck. Le 16 juin 2015 à 13:48, Mohamed Moanis <[email protected]> a écrit : > Hi all, > Is it possible to use libav to decode JPEG images coming from surveillance > camera and encode them with H264? > I mean can it be done to make a function that takes a frame by frame of > stream and encode it immediately? > or I have to store them in a file to be able to transcode it? > > Thanks in advance > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
