Recherche avancée

Médias (91)

Autres articles (97)

  • 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 (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (7965)

  • ffmpeg - how to add text on black background at end of video for 10 sec ?

    3 octobre 2015, par jamie

    I have some mp4 files I’d like to add some white text reading something like

    "StackOver Flow Rules see more at www.stack.com/324324 bla bla and some more words here !"

    To the end of the videos on a black background that last 10 seconds.

    How would I achieve this with FFMPEG ?

  • To set thumbnail to a video file

    21 mars 2014, par Ravi

    I want to set any Thumbnail image to the Video file. so, While I browse the video in Windows Explorer, I should be able to see the thumbnail (cover/poster image ) I have set. Is it possible. I see everywhere on net to extract frame from the Video. But, I want to "APPLY" a specific thumbnail to my video. Is it possible ? Any Directshow or FFMPeg Solution ? I was looking for some C# solution. thanks.

  • ffmpeg extension isn't installing

    5 février 2020, par kaan yilgin

    I’m using wamp server v2.2 x64 and php version 5.3.13. I’m trying to install ffmpeg during two days. I fallowed this steps :

    • Download dll files for x64 (I’m using windows7 x64)
    • copied ffmpeg.dll to bin\php\php5.3.13\ext
    • copied rest of dll files to system32
    • enable ffmpeg extension from wamp server.

    and I checked phpinfo() but it’s not working.
    by the way is there any way to take a frame from video for poster image ?