Recherche avancée

Médias (91)

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

Sur d’autres sites (10748)

  • FFMPEG images sequence normal and reverse to single video

    18 octobre 2020, par Guy Azouri

    I have a bunch of images

    


      

    • img01.jpg
    • 


    • img02.jpg
    • 


    • img03.jpg .... (up to img_45.jpg)
    • 


    


    I would like to produce a video that will play the images in such way

    


      

    • img01.jpg
    • 


    • img02.jpg
    • 


    • img03.jpg
    • 


    • img02.jpg
    • 


    • img01.jpg
    • 


    


    Possible ?

    


  • How to combine pictures with an audio into a video by ffmpeg ? [duplicate]

    3 septembre 2019, par Saeron Meng

    I recorded my voice for a powerpoint (or a bunch of pictures). Now I have all materials and a list of starttimes and endtimes of each picture, but I don’t know how I should use the command line to apply ffmpeg so as to combine those to a video.

    I have searched on the Internet, some of the websites tell me to create a txt file containing the starttime and endtime of each picture and use the concat option of ffmpeg. But I don’t know how to write the txt and achieve it.

    Previously, I have an xml file containing starttimes and endtimes, to indicate my pictures :

    <page title="1" height="540" width="960" starttimestamp="794.852" speedup="true" step="65535" stoptimestamp="1008.887" loc="hls/128345566_0.png"></page>
    <page title="2" height="540" width="960" starttimestamp="1008.887" speedup="false" step="0" stoptimestamp="1078.888" loc="hls/128345566_1.png"></page>
    <page title="3" height="540" width="960" starttimestamp="1078.888" speedup="false" step="0" stoptimestamp="1081.206" loc="hls/128345566_2.png"></page>

    How to write the concat list and apply ffmpeg ? (just format will be okay)

  • fftools/ffmpeg : refactor disabling decoder threading for attached pictures

    17 janvier 2024, par Anton Khirnov
    fftools/ffmpeg : refactor disabling decoder threading for attached pictures
    

    * as this decision is based on demuxing information, move it from the
    decoder to the demuxer
    * as the issue being addressed is latency added by frame threading, we
    only need to disable frame threading, not all threading

    • [DH] fftools/ffmpeg_dec.c
    • [DH] fftools/ffmpeg_demux.c