PDA

View Full Version : MPC and FLAC


Waleska
1st October 2006, 23:54
Is it possible?, I'm also using ffdshow but setting it to libavcodec does noting.

Thanks in advance.

celtic_druid
2nd October 2006, 01:38
libavcodec is just decoders. libavformat contains all the parsers and ffdshow doesn't use it. Basically for ffdshow to decode something, you need an external parser filter installed.

Waleska
2nd October 2006, 03:07
In plain english, what do I do if there's something to do? :D

celtic_druid
2nd October 2006, 04:29
Basically nothing since as far as I know there is no dshow raw flac parser. You would need to use coreflac or illuminable's filters.

Waleska
2nd October 2006, 04:33
Thank you.