Recherche avancée

Médias (91)

Autres articles (51)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10107)

  • Which parts of ffmpeg to compile for gif processing in Android ?

    10 mars 2018, par JasonStack

    I need to add gif creation to an Android application. The FFmpeg library, as it stands, is too big for my needs. Which parts (directories) of the library source code do I need to compile with NDK for my application ?

    cmake_minimum_required(VERSION 3.4.1)

    add_library( # Name of the library
                ffmpeg

                # Sets the library as a shared library.
                SHARED

                # Provides a relative path to your source file(s).
                src/main/cpp/ffmpeg )
  • movenc : Adjust edit lists to trim out parts of tracks with negative pts

    29 septembre 2012, par Michael Niedermayer
    movenc : Adjust edit lists to trim out parts of tracks with negative pts
    

    This makes sure that audio preroll for e.g. AAC is signaled correctly.

    Previously we only wrote the edit list correctly if we had negative
    dts but started with pts == 0 (e.g. for video with B-frames).

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

    • [DBH] libavformat/movenc.c
  • what does the highlighted parts stand for ?

    7 mars 2019, par kingofjong

    I run the command and I see a lot of data print out :

    ffmpeg -i input.mp4

    The data looks like properties of the input.mp4. I was wondering what do the highlighted properties stand for. What do they mean ?

    Output of the command ffmpeg -i input.mp4