You shouldn't nothing to implement or change in libavcodec. Only you need is to compile ffmpeg. You will be able to do something like this: ffmpeg -i test.avi -f h263 -an test.h263 that could be used for any task you need. Or i didn't understand your problem right.
16 лист. 2010, в 15:13, Tomas Härdin написал(а): > On Tue, 2010-11-16 at 13:55 +0100, Jan Pohanka wrote: >> Hello, >> I need to implement h263 encoder on arm9tdmi platform. After some research >> I have decided to use libavcodec as a base for this task. Could please >> someone give me any hints for beginning to avoid dead ends? I hope that >> the selected processor won't be too slow for realtime encoding. >> >> best regards >> Jan > > http://wiki.multimedia.cx/index.php?title=FFmpeg_codec_howto > http://wiki.multimedia.cx/index.php?title=FFmpeg_programming_conventions > > Also, looking at the existing code is probably a good idea. Come to > think of it, making sure relevant DSP code is ported is probably where > you'll want to focus (I have no idea what the ARM support looks like). > > /Tomas > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
