On date Wednesday 2010-11-10 09:31:18 +0000, ccom encoded: > Hello all, > i want to use libavcodec for verifying my VHDL code of dnxhd encoding. > Could you please tell me how i can use the functions of libavcodec > separately? > The dnxhd encoding process includes following steps: dct -> zigzag -> > quantization -> entropy encoding. So I want to see the results which ffmpeg > code > produces after dct, then zigzag and so on.
Best way would be to make those internal functions public, and use them in your application. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
