On date Wednesday 2013-07-17 11:57:54 +0200, Francesco Damato encoded: > Hi, > > I am an engineering student and i am writing a C program to encode > to mpeg2 video read from file, send it to a stream and then decode > it. > > I saw the example decoding_encoding.c that generates a video from > dummy pictures... but how do I replace this part and read and encode > my video?
So you need to read from a movie or something? In that case you can use the code in demuxing.c. Also note that decoding_encoding.c is useful only for the encoding/decoding API, you may need to do muxing/demuxing as well. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
