hi guys I am writing an encoder using the AV libraries and I managed to have it encode using mpeg4 but now I want to be able to encode it using h264. How can I go about doing that?
I know that first I need to install x264. So I download x264 source code and I did ./configure --enable-shared, make and make install. and then I try to install ffmpeg by doing ./configure --enable-gpl --enable-libx264, make and make install but then when I try to run ffmpeg it says error while loading shared libraries. Now does that mean I didn't install the x264 library correctly? if I didn't do it correctly how am I suppose to compile them correctly? And after I compile them how do I use the AV library to encode using the h264 protocol? do I just specify CODEC_ID_H264 as my video_codec for my AVOutputFormat variable? Thanks Xin Cai _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
