Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (43)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • 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.

Sur d’autres sites (3984)

  • avcodec/exif : do not follow 0 offsets

    20 avril 2014, par Michael Niedermayer
    avcodec/exif : do not follow 0 offsets
    

    Fixes exif decoding failure of 1295328_300.jpg

    Reviewed-by ; Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/exif.c
  • Merge commit ’d01e684186bc1631bc176f06b89d33c27ec0d24d’

    21 janvier 2014, par Michael Niedermayer
    Merge commit ’d01e684186bc1631bc176f06b89d33c27ec0d24d’
    

    * commit ’d01e684186bc1631bc176f06b89d33c27ec0d24d’ :
    mov : do not set avg_frame_rate in the demuxer

    Conflicts :
    libavformat/mov.c

    Not merged
    The default fallback code that sets avg_frame_rate guesses the value
    from a very small number of frames at the videos start and is wrong in
    some cases for the file as a whole.
    Now that makes it guess vs guess, but the code in mov is much faster

    Also ideally the mov code should be fixed and give a exact avg_frame_rate
    based on the actual cts from the index (CTTS/STTS)

    If someone has sample(s) which show wrong fps values, please open a ticket
    on trac or mail me if its private.

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

  • Merge commit ’0ebb523f072322972ea446616676fff32e9603c6’

    12 février 2014, par Michael Niedermayer
    Merge commit ’0ebb523f072322972ea446616676fff32e9603c6’
    

    * commit ’0ebb523f072322972ea446616676fff32e9603c6’ :
    asfdec : check ff_get_guid() return values during seeking

    Conflicts :
    libavformat/asfdec.c

    The code that pretends that a truncated index is correct and complete is not merged
    as it obviously would cause problems if a really truncated index is encountered
    If someone has samples that work better with that hack, please share them / mail me

    also the bug this apparently attempts to fix isnt reproducable before this in ffmpeg

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

    • [DH] libavformat/asfdec.c