Hi, ffmpeg detects my webcam on windows. codec used to read video frame is CODEC_ID_RAWVIDEO. i can successfully deocde video frames. i want to encode these video frames before displaying . Please let me know how to acheive the same. actually i am intrested to know how to encode raw video ? a) what would be the container format ? b) as per me i should add some header info before using avcodec_encode_video for 1st video frame. if i am correct how to add this header ? c) please let me know exact set of APIs or any tutorial for acheiving the same.
Regards Ajay _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
