2019-01-24 12:05 GMT+01:00, NDJORE BORIS <[email protected]>: > As Carl said, I see that in the transcodig.c example the coder is > initialised in the function open_output_file() > and this function is called juste after the open_input_file() in te main. > Then something is not clear in my mind. I want to know where the codec > which is initialised > in the open_output_file() function is called exactly in the main? Is it > where the open_output_file() > funtion is called or somewhere in the while(1) loop. If it is in the the > while() loop, can someone help > me to enderstand when and where exactly please?
main() calls filter_encode_write_frame() which calls encode_write_frame(). Before asking another question, find out what top-posting means and don't do it here! Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
