PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
FFplayer (universal video player)
Published by Patrice TERRIER
in the category Tools
New features
07-30/2021
This update works with all versions from 17 to 26.
The code has been changed extensively for version 100j, which does not display external windows correctly when dragged by the title bar.

07-26-2021
The FFplay.exe detection has improved.
Warning, this project doesn't work with WD26 revision100j, because of the change that has been done when moving a popup window by its caption.

07-23-2021
A new version is available

In some cases the FFplay window could not be detected because its title did not exactly match that of the video.

The console no longer appears on the taskbar, which prevents it from being inadvertently closed.

The display of HH: MM: SS progress values ??and the progress bar were not refreshed correctly.

_________________________________________________________________________________________________


07-22-2021
I just updated the project.

This new version adjusts the detection speed of FFplay according to the host computer, and console operation is completely hidden.

CreateProcess has been replaced by ExeRun.

Description
FFP_17 shows how to encapsulate the universal video player FFplay.exe.
FFplay.exe must be copied into the "Exe" folder of the project after downloading it from
https://ffmpeg.org/ffplay.html

It is based on Fabrice Bellard's FFMeg project which runs on Windows in console mode.

To run a console application in a WINDEV project, it's not easy, because everything must be programmed directly with the low-level API.
Good hearer, hi!

All video formats, including those for the internet, are supported.

If this project works well, I intend to write a FFMpeg based video capture to make it easier to create tutorials for the web.

Thank you for your feedback so that I can correct or improve this project.

Note: you can test everything in GO mode, you do not have to include all the DLLs of the WINDEV framework in compiled mode because FFplay.exe is already quite large.
There is no codec to install because everything is in the executable.
Illustrations, screen shots
none
none
User reviews
(To evaluate this resource, click 'Write a review')
No review or comment? Be the first one!
ABOUT
RATING:
00No rating
DOWNLOADS:
212
UPDATED:
July 30, 2021
VERSION:
1.01
CONCERNS:
WINDEV
Minimum version: WD17+
SIZE:
377.1 KB
OF SAME DEVELOPER