Hi everybody, I would like to encode a picture in jpeg format into a video stream. The encoding part is working just fine but I am looking for a way to read the jpeg file and store it into an AVFrame Structure that can be used to encode the picture. Are there any predefined functions in ffmpeg that offer these capabilities? Thanks, Thomas