Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (58)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (3750)

  • mxfdec : update current edit unit when seeking in mxf files without index tables

    11 avril 2013, par Marton Balint
    mxfdec : update current edit unit when seeking in mxf files without index tables
    

    Fixes audio packet pts values in some files generated by AVID TRMG 3.01.

    Signed-off-by : Marton Balint <cus@passwd.hu>
    Reviewed-by : Tomas Härdin <tomas.hardin@codemill.se>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/mxfdec.c
  • fftools/ffmpeg : store the input file index in InputFile

    21 mars 2022, par Anton Khirnov
    fftools/ffmpeg : store the input file index in InputFile
    

    Use it to simplify some code and fix two off-by-one errors.

    Similar to what was previously done for OutputFile.

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_opt.c
  • dcaenc : Use Huffman codes for Bit Allocation Index

    18 janvier 2017, par Daniil Cherednik
    dcaenc : Use Huffman codes for Bit Allocation Index
    

    Reviewed-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/dcaenc.c
    • [DH] libavcodec/dcahuff.c
    • [DH] libavcodec/dcahuff.h