Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (61)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (9425)

  • How to update watermark realtime while streaming video with ffmpeg ?

    28 juillet 2017, par boygiandi

    I’m trying to add a watermark to video while streaming. However this watermark get update every second. How to tell ffmpeg to update the watermark ? Try added -r 2 before -i watermark but didn’t works.

    The ffmpeg command like this

    ffmpeg -i /tmp/45893_video_0.ts -i /tmp/watermark.jpg -filter_complex ’[1:v]colorkey=0x2bade0:0.3:0.2[ckout] ;[0:v][ckout]overlay[out]’ -map ’[out]’ -f flv "rtmp ://"

  • How to Watermark videos on word press site ? [on hold]

    8 août 2017, par Sonia khan

    How can i add water mark to uploaded videos on hosting server , i have used ffmpeg on windows pc to watermark videos with code lines but i dont know how to do that on server/ wordpress site via any plugin or php script or via ffmpeg code line ?

  • How to Watermark videos with FFMPEG commands [on hold]

    10 août 2017, par Sonia khan

    i need to watermark a video file.
    i have FF-MPEG Linux server and ff-mpeg is installed by default
    plz reply me the command of watermarking for below details
    1. The source file is Input.mp4
    2. the Target file is Output.mp4
    3. the watermark file Watermark.png

    please send me the Linux commands.
    is there anyone know, please reply soon