Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
libavformat [2018/06/10 03:00] – created beandog | libavformat [2018/06/10 04:24] (current) – beandog | ||
---|---|---|---|
Line 4: | Line 4: | ||
On a DVD, because you're not opening a file, you would tell the demuxer what you're going to send it in the stream -- video size, pixel format, and maybe more. See [[https:// | On a DVD, because you're not opening a file, you would tell the demuxer what you're going to send it in the stream -- video size, pixel format, and maybe more. See [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | 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:// |