Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (84)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (11637)

  • How to pass real time video to youtube rtmp server for live streaming ?

    31 octobre 2022, par AMRITESH GUPTA

    I am trying to build a project in which a user can post his screen-shared video to youtube live, but I don't know how to pass on that captured stream to youtube using youtube API. Also, I don't want to use any streaming software for this.
I anyone has any idea how to do it, please share it.

    


    P.S. - I am using Nodejs and FFmpeg for video encoding.

    


  • how to real cubic-bezier effect with drawtext on ffmpeg

    13 octobre 2018, par wangd933

    I want to make a video which has moving text with cubic-bezier.
    How can i attend it ?

    this link is what
    I want to achieve the effect.

    This is a linear effect.

    ffmpeg -loop 1 -i transparent.png -filter_complex "[0:v]drawtext=fontfile=FreeSans.ttf:fontcolor=white:text=王迪:fontsize=48:x=(w-text_w)/2:y=h-20*t,  format=yuv420p[out]" -map '[out]' -t 3 -y out.mp4

    transparent.png

  • Add TrueMotion 2.0 Real Time decoder

    17 juin 2016, par Paul B Mahol
    Add TrueMotion 2.0 Real Time decoder
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] Changelog
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/truemotion2rt.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/riff.c