I like to open mpeg2 videofiles in my project.
Should this be possible with MFNode?
I am not shure at the moment.
I build the solution and registered the dlls but TopoEdit and MFPlayer failed to read my testfile.
Any idea?
regards
marco
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is the state of MFNode project about mpeg2 decoding :
there is two video decoders : MFTMpeg2Decoder and MFTCudaDecoder. MFTMpeg2Decoder works well, but MFTCudaDecoder doesn't handle interlaced video. So if your mpeg2 file is interlaced, be sure to use MFTMpeg2Decoder.
About the mpeg2 splitter : for now, it fails if multiple audio/video streams...
I have to rewrite it according to flv parser, but keeping asynchronous model.
MFSrMpeg2Splitter doesn't handle text. It just ignores it.
For audio, mp1/mp2/mp3 seems to work well. I update my project for audio AC3 file. But i have to improve it. MFSrMpeg2Splitter doesn't handle wav audio, but i think it will be easy to add this feature.
For now, it can decode a mpeg2 file encoding with VLC, using one audio and one video stream, according to audio types i spoke about.
It is not fully DVD compliant...
You can send me your mpeg2 file. I will check it and update my project if possible.
To resume : this project works well with this mpeg2 files :
- one audio stream (mp3)
- one video stream (interlaced : MFTMpeg2Decoder, progressive : MFTMpeg2Decoder or MFTCudaDecoder)
- no chapters, just a simple file.
Last edit: david 2014-04-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I like to open mpeg2 videofiles in my project.
Should this be possible with MFNode?
I am not shure at the moment.
I build the solution and registered the dlls but TopoEdit and MFPlayer failed to read my testfile.
Any idea?
regards
marco
Hello.
Here is the state of MFNode project about mpeg2 decoding :
there is two video decoders : MFTMpeg2Decoder and MFTCudaDecoder. MFTMpeg2Decoder works well, but MFTCudaDecoder doesn't handle interlaced video. So if your mpeg2 file is interlaced, be sure to use MFTMpeg2Decoder.
About the mpeg2 splitter : for now, it fails if multiple audio/video streams...
I have to rewrite it according to flv parser, but keeping asynchronous model.
MFSrMpeg2Splitter doesn't handle text. It just ignores it.
For audio, mp1/mp2/mp3 seems to work well. I update my project for audio AC3 file. But i have to improve it. MFSrMpeg2Splitter doesn't handle wav audio, but i think it will be easy to add this feature.
For now, it can decode a mpeg2 file encoding with VLC, using one audio and one video stream, according to audio types i spoke about.
It is not fully DVD compliant...
You can send me your mpeg2 file. I will check it and update my project if possible.
To resume : this project works well with this mpeg2 files :
- one audio stream (mp3)
- one video stream (interlaced : MFTMpeg2Decoder, progressive : MFTMpeg2Decoder or MFTCudaDecoder)
- no chapters, just a simple file.
Last edit: david 2014-04-14
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi, we have afxres.h missing in all projects. Could you please upload those. thanks.
Hello.
You can try one of these solutions : http://stackoverflow.com/questions/3566018/cannot-open-include-file-afxres-h-in-vc2010-express
Last edit: david 2015-08-25
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
MFTMpeg2Decoder seem to decode mpeg2 fine in WMP but not in Store app using mediaelement.
Hello.
Sorry, but i only tested this project under Windows Seven.