Hi to all, I'm encoding audio/video raw data into a mpegx container. I gave a look at output_example.c as reference but there are some settings I don't understand:
There parameters are not so clear for me are: video_outbuf_size = 200000; stored in the open_video routine (why 200000?) audio_outbuf_size = 10000; stored in the open_audio routine (why 10000?) In my case I have a callback that is called every time 1024 audio samples are generated and I would encode these data. Someone can help me with this settings? Regards Franco -- Franco Amato _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
