Recherche avancée

Médias (91)

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11516)

  • Download video with image overlay using flutter_ffmpeg

    27 juillet 2024, par Shiv Sharma

    In my app i have a one video playing on screen, and on top of video I have placed one image. I want to save this video together with overlay image. So how to download using flutter_ffmpeg with flutter code ?

    


    I have tried using flutter_ffmpeg but no idea how to video download with image overlay.

    


    If anyone has ever try this issue before, request you to please help me.

    


  • Use ffmpeg to create the wmv progressive download

    5 mars 2013, par Amol

    I want to create the WMV files for Progressive download and internet streaming using the ffmpeg. How can I use the ffmpeg commands for this ?

    Any help will be appreciated...

  • Is FFMPEG download the file before processing ?

    15 janvier 2019, par user2046638

    I am working on FFMPEG, I read that http://dranger.com/ffmpeg/ article which I understand that FFMPEG doesn’t download the file before processing, FFMPEG play the file through ffmplayer or any other player, I want to exactly make sure about FFMPEG, that how it works ?

    1) It can download the file first and then make instance

    OR

    2) The file play and during play through FFMPEG Player make instance or conversion

    Which point is correct ?

    If someone knows that, it will be very helpful for others and also me .. :) Thanks in Advance