Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (91)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (10252)

  • using gstreamer or ffmpeg to create hsync and vsync video effect using just terminal commands

    15 mars 2017, par Rick T

    I’m trying to find a way to create a vsync / hsync effect by just typing commands into the terminal. Can gstreamer or ffmpeg do this ?

    Example : I have an image and I want it to repeatedly scroll up and / or scroll to the side.
    See example of animated vertical gif image below

    Hsync

    I’m using ubuntu 16.04 (linux)

  • movenc : Support writing multiple trun atoms

    10 septembre 2013, par Martin Storsjö
    movenc : Support writing multiple trun atoms
    

    This is needed if all the data for one track isn’t continuous
    within the mdat. Normally we make sure all the data for one
    track is continuous, but in new cases we will need to have
    the samples interleaved.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.c
  • how to crop video with camera effect [ffmpeg]

    5 avril 2017, par rinofcan

    I use this code

    crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)

    but Screen moves too fast

    This is my idea please help me million thanks

    enter image description here