Author Topic: FFcapture V 2.60 (code compatible WD16+)  (Read 2464 times)

Patrice Terrier

  • Administrator
  • *****
  • Posts: 1980
    • zapsolution
FFcapture V 2.60 (code compatible WD16+)
« on: September 14, 2021, 02:56:15 pm »
Code compatible avec toutes les versions WinDev à partir de la 16.

Il s'agit d'une version majeure avec de nombreux changements de code.

Principales nouveautés de la version 2.60 :

1 - Convertir n'importe quel vidéo au format ".webM" compatible HTML5.

2 - Format optimisé pour permettre le streaming.

3 - Le facteur de compression très important préserve la qualité des images ainsi que la bande son.

4 - Les vidéos compressées sont lisibles avec Windows "Films et TV", VLC, et le projet WINDEV FFplayer.






Principales nouveautés de la version 2.50 :

1 - Watermak (filigrane)
     Utilisation d'une fenêtre DWM/GDImage transparente en mode "par dessus tout".
     Vous pouvez personnaliser le fichier watermark.png qui est stocké dans le dossier "Exe\Resource".
     Utilisez la case à cocher Watermak pour l'activer/désactiver.
     La souris vous permet de déplacer le marqueur à un endroit précis.

2 - Prise en charge de la webcam
     Généralement le premier nom affiché dans la ComboBox "Capture".
     Bien qu'il puisse être visible, le watermak n'est pas capturé, car le bureau est masqué.
     Le fichier est enregistré dans le dossier "Utilisateur\Vidéo" en utilisant le nom du pilote de la WebCam.

3 - Nouveaux formats vidéo
     Sélectionnez-en un avant d'appuyer sur le bouton [Record Start] (.mp4 est toujours la valeur par défaut).
     .mp4, .mkv, .avi, .wmv, .mov, .flv, .asf, .mpg.





Don:
Si vous appréciez ce code, veuillez envisager de faire un don pour soutenir mon travail.

______________________________________________________________________


Code compatible with all WinDev versions starting from 16.

This is a major release with many code changes.

Main new features in version 2.60:

1 - Convert existing video to HTML5 compatible ".webM" format.

2 - Format optimized for smooth video streaming.

3 - The important compression factor preserves the quality of the images as well as the soundtrack.

4 - The resulting videos can be read with Windows "TV & Movies", VLC, and the WINDEV FFplayer project.


Main new features in version 2.50:

1 - Watermak
     Using a transparent DWM / GDImage window in "over all" mode.
     You can customize the watermark.png file which is stored in the "Exe \ Resource" folder.
     Use the Watermak checkbox to enable / disable it.
     The mouse allows you to move the marker to a specific location.

2 - Webcam support
     Usually the first name displayed in the "Capture" ComboBox.
     Although it may be visible, the watermak is not captured because the desktop is hidden.
     The file is saved in the "User \ Video" folder using the name of the WebCam driver.

3 - New video formats
     Select one before pressing the [Record Start] button (.mp4 is always the default).
     .mp4, .mkv, .avi, .wmv, .mov, .flv, .asf, .mpg.



Donation:
If you like this code, please consider doing a donation to support my work .
« Last Edit: September 20, 2021, 07:05:15 pm by Patrice Terrier »
Patrice
(Always working with the latest Windows version available...)