Recherche avancée

Médias (91)

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6919)

  • To water mark videos at bottom right corner using ffmpeg

    8 octobre 2015, par sagar

    I found some answer here in stack which is indeed using ffmpeg but it is giving me some error.

    I ran it in command window and the error is quite like

    "Unable to find a suitable output format for ’ΓÇôi’
    ΓÇôi : Invalid argument".

    my command is as follows

    ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark]; [in][watermark] overlay=(main_w-overlay_w-10)/2:(main_h-overlay_h-10)/2 [out]" outputvideo.mp4

    please suggest some ideas.

  • avcodec/snow : mark dwt init as av_cold

    27 février 2015, par Michael Niedermayer
    avcodec/snow : mark dwt init as av_cold
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/snow_dwt.c
    • [DH] libavcodec/x86/snowdsp.c
  • avcodec/exr : Mark up the decoded buffer as the appropriate transfer characteristic...

    1er septembre 2015, par Kevin Wheatley
    avcodec/exr : Mark up the decoded buffer as the appropriate transfer characteristic when applying one
    
    • [DH] libavcodec/exr.c