On 07/17/2013 03:27 PM, Francesco Damato wrote:
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?

Can you help me, there are other examples or books available?


Thanks!!!


_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user
hi Francesco Damato

Please look avformat_open_input api
and avformat_find_stream_info
u may need to comment out auto generate video part from that code.

Thanks
Anshul Maheshwari

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to