Dear All,
I would like to play MP4 file but video class has supported AVI, MPEG format. How do I play MP4?
Thanks in advance,
How to play MP4?
How to play MP4?
Regards,
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Re: How to play MP4?
Dutch,
Video.prg ( using "WMPlayer.OCX" )
from Fwh-samples works playing MP4-videos
regards
Uwe
Video.prg ( using "WMPlayer.OCX" )
from Fwh-samples works playing MP4-videos
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: How to play MP4?
Dear Uwe,
Dutch
Thank you so much.ukoenig wrote:Dutch,
Video.prg ( using "WMPlayer.OCX" )
from Fwh-samples works playing MP4-videos
regards
Uwe
Dutch
Regards,
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Re: How to play MP4?
hi,
MP4 is support by Windows 10 but with other Video Type, e.g. H264 in MKV Container, it might happend that WMP say : no Codec
so you need a "Codec Pack". i recommend FFDshow ( https://sourceforge.net/projects/ffdshow-tryout/ )
FFDshow use Directshow and you can get Stream and "manipulate" it.
M$ don't want Directshow which do not support DRM so there own Codec have highest "Merit"
you need something like Win7DSFilterTweaker.exe *** (work also unter Windows 10) to change to FFDshow and "override" M$ "Merit"
***
http://www.codecguide.com/windows7_pref ... weaker.htm
now we get Video but no Audio ... hm
it is while "Mixer" get no Direct-Audio Stream. we have to use MatroskaSplitter.exe*** to split Stream.
***
https://haali.su/mkv/
now you can play almost all Type of Video where Original WMP have fail before.
have Fun
MP4 is support by Windows 10 but with other Video Type, e.g. H264 in MKV Container, it might happend that WMP say : no Codec
so you need a "Codec Pack". i recommend FFDshow ( https://sourceforge.net/projects/ffdshow-tryout/ )
FFDshow use Directshow and you can get Stream and "manipulate" it.
M$ don't want Directshow which do not support DRM so there own Codec have highest "Merit"
you need something like Win7DSFilterTweaker.exe *** (work also unter Windows 10) to change to FFDshow and "override" M$ "Merit"
***
http://www.codecguide.com/windows7_pref ... weaker.htm
now we get Video but no Audio ... hm
it is while "Mixer" get no Direct-Audio Stream. we have to use MatroskaSplitter.exe*** to split Stream.
***
https://haali.su/mkv/
now you can play almost all Type of Video where Original WMP have fail before.
have Fun
greeting,
Jimmy
Jimmy