Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
libavformat [2018/06/09 21:18] beandog |
libavformat [2018/06/09 22:24] (current) beandog |
||
---|---|---|---|
Line 8: | Line 8: | ||
In the case of a DVD, you already would know what the codecs have, stream order, etc., so probing would not be necessary. Demuxing is what would happen. You should be loading the codecs yourself as well instead of loading all of them. | In the case of a DVD, you already would know what the codecs have, stream order, etc., so probing would not be necessary. Demuxing is what would happen. You should be loading the codecs yourself as well instead of loading all of them. | ||
+ | |||
+ | Side note - do DVDs really have a reserved part just for SDDS? See [[http://www.ingerop.fr/sites/all/libraries/ffmpeg/libavformat/mpeg.c]] |