Delphi XE2 : How can I play video files with firemonkey
Asked Answered
K

4

9

I want to make a mediaplayer application using with firemonkey but I can't see any component for videoplayer :( I was trying to integrate VLC (VideoLAN player) to firemonkey but the firemonkey controls don't have window handle.

How can I make or find a videoplayer component ?

thanks

Kinch answered 15/11, 2011 at 0:27 Comment(0)
K
4

In addition to VideoLab we also offer a much cheaper BasicVideo. The libraries are also free for non commercial purposes.

MAC and iOS FireMonkey versions are in development at the moment, and will be available in couple of months.

Knapp answered 16/11, 2011 at 2:40 Comment(1)
Did these ever get completed ?Continence
C
3

VideoLab from Mitov software (Beta Release for FireMokey) : VideoLab

Download page: VideoLab 5.0.1 FireMonkey (Windows only) Beta 1 for XE2 Update 2 Only

Crosstie answered 15/11, 2011 at 8:46 Comment(1)
Decidely not cheap (fair enough given that it is somewhat more than just a video player product) and no mention of support for anything other than Windows technologies. Cross platform admittedly may not be important to the OP, but it is worth noting in that FireMonkey creates this dichotomy of two separate platforms for Windows development: VCL and Windows specific FireMonkey. When someone says "FireMonkey" they really should also say whether they mean cross-platform FireMonkey or some platform specific implementation, to avoid confusion.Saenz
A
2

Found at torry: http://www.flashavconverter.com/

Abijah answered 15/11, 2011 at 7:51 Comment(1)
Rather than just linking, I think it would be worth briefly explaining what it is. The URL suggest's it may be specific to FLASH video, when in fact it is a FireMonkey implementation of the FFMPEG technology suggested by Marcus. It is commercial but cheaper than VideoLab and specifically mentions support for both Windows and OSX in the FireMonkey variant (VCL version also available).Saenz
M
2

If you want a free, popular, powerful, and cross platform method, use FFMPEG + SDL. This is how VLC does it.

Microclimate answered 15/11, 2011 at 17:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.