Vijay Mukilan wrote: > > av_open_input_file(&oc, FileName, 0, 0, NULL); write your file name .... > it will find out the format for you... > if it return .... error you are wrong some where..... > > guess_format(NULL, m_asFileName, NULL); can be used to find the format > context based on file name ... >
Thanks, I'll try it right away. Just for info there is no "mpeg4" short_name even in allformats.c, there is "avi" but I don't know if its the same. -- View this message in context: http://www.nabble.com/short_name-for-mpeg4-tp23635139p23649491.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
