Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Multimedia (https://www.delphipraxis.net/16-multimedia/)
-   -   Delphi FFVCL.Seek() (https://www.delphipraxis.net/212262-ffvcl-seek.html)

WojTec 14. Jan 2023 20:08

FFVCL.Seek()
 
I wanted add video player with FFVCL Lite 8.1.

In trackbar for video position I have this to change current position:

Delphi-Quellcode:
if FFPlayer.PlayState in [psPlay, psResume] then
  FFPlayer.Seek(FDuration * tbTimeline.Position div tbTimeline.Max);
;
And it looks it don't working. This strange formula is from player demo. Why it don't working? Or Seek() don't working at all in Lite version?

TiGü 16. Jan 2023 07:36

AW: FFVCL.Seek()
 
Have you contacted the manufacturer yet?
http://www.delphiffmpeg.com/contacts/


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:29 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