Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Multimedia (https://www.delphipraxis.net/16-multimedia/)
-   -   Delphi Free solution to play videos? (https://www.delphipraxis.net/191607-free-solution-play-videos.html)

WojTec 1. Feb 2017 14:16

Free solution to play videos?
 
So, I need play video. Nothing special, just like load images, but Delphi don't have good feauture for this: with TMediaPlayer is required to handle all manually (even display control :shock:). With TMediaPlayer is possible build something to play vids, but this will be totally lame IMO. Could you recommend me some nice solution for video playback?

I know DSPack (yeah, I used it with success for a long time, but it bites with the Windows transparent GUI). Another one form Mitov is damn huge and is a bit strange for me, so I'm not sure about it.

Other recommendations?

Jumpy 1. Feb 2017 14:28

AW: Free solution to play videos?
 
VLC?

Bernhard Geyer 1. Feb 2017 14:37

AW: Free solution to play videos?
 
Open Video in TWebbrowser and let the Windows Mediaplayer do the work

use following template HTML-File to load your video

<html><head><title>Multimedia</title></head><body>
<div style="margin-top:0px;" align="center"><object width="%d" height="%d" classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">
<param name="ShowTracker" value="1">
<param name="ShowDisplay" value="0">
<param name="filename" value="%s">
</object></div></body></html>

EWeiss 1. Feb 2017 14:56

AW: Free solution to play videos?
 
TEVMRPlayer ?
use d3dx9 and different filter
EVR, VMR7, VMR9, MADVR and lavfilter also.

greets

Steku 1. Feb 2017 15:10

AW: Free solution to play videos?
 
Maybe worth a try (another Windows Media Player approach...)

http://chapmanworld.com/windows-media-player-in-delphi/

Regards
steku

WojTec 1. Feb 2017 15:35

Re: Free solution to play videos?
 
libvlc looks to be the most advanced and has nice API wrapper for Delphi:
Code:
https://prog.olsztyn.pl/paslibvlc/
Looks good, let's try it!
Demo apps required installed VideoLAN, probably loading libs only from install location.

Zitat:

Zitat von EWeiss (Beitrag 1360572)
TEVMRPlayer

Looks nice too! Where to find it?

Also thanks for link about WMP ActiveX, I'll try it too.

mkinzler 1. Feb 2017 15:46

AW: Re: Free solution to play videos?
 
Zitat:

Looks nice too! Where to find it?

Also thanks for link about WMP ActiveX, I'll try it too.
Google find this:
https://www.delmadang.com/community/...=0&indx=445697

EWeiss 1. Feb 2017 15:47

AW: Free solution to play videos?
 
Zitat:

Looks nice too! Where to find it?
i have the source for Delphi the Trouble is Archiv to long for DP include all the filter without madVR

search on the net..

greets

mkinzler 1. Feb 2017 16:05

AW: Free solution to play videos?
 
http://chapmanworld.com/windows-media-player-in-delphi/

Jens01 1. Feb 2017 18:24

AW: Re: Free solution to play videos?
 
Zitat:

Zitat von WojTec (Beitrag 1360581)
libvlc looks to be the most advanced and has nice API wrapper for Delphi:
Code:
https://prog.olsztyn.pl/paslibvlc/
Looks good, let's try it!
Demo apps required installed VideoLAN, probably loading libs only from install location.

--> GPL-License ! You can buy nonGPL-License.

https://github.com/DsChAeK/utlibvlc


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:52 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz