faburaya/3fd

VideoTranscoder fails to load AVI file

DougRogers opened this issue · 1 comments

This file cannot be read by the VideoTranscoder example.

https://www.dropbox.com/s/yl4x0078unev9ls/LetMeThinkAboutIt.avi?dl=0

Hi @DougRogers, thank you for using my stuff.
(This bug should actually be reported under the VideoTranscoder project.)

The application relies on the WMF, which means that the combinations of CODEC's that it supports transcoding to H264/5 is unfortunately limited. Apparently, your video has been encoded with DivX (H263), and the application could not find an appropriate reader for this input.

This could only be fixed by further development of the application. Right now I cannot help you further with it, but feel free to try a fix yourself and issue a pull request.