Log in

View Full Version : Is there an MPEG4Source Plugin?


SenorKaffee
20th July 2006, 11:26
Is there a plugin than can make AVISynth read MP4 files?
DirectShowSource refuses cooperation because of a certification error of some sorts.

anonymez
21st July 2006, 00:52
Is there a plugin than can make AVISynth read MP4 files?

no. (aside from dss)

DirectShowSource refuses cooperation because of a certification error of some sorts.

might help if you state which error but: make sure you have the required dshow filters, (notably haali's splitter, ffdshow/coreavc and likely an aac decoder). if you want dss to work without messing about with filters, guess you could create a graph in graphedit and load into dss.

alternatively extract raw streams with yamb, run through AVC2AVI, enable h264 vfw decoding in ffdshow and use avisource()

:)

hanfrunz
21st July 2006, 16:00
you could try the Quicktime Plugin: QTInput() (http://forum.doom9.org/showthread.php?t=104293)