Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (58)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

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

Sur d’autres sites (6574)

  • lavf : switch to AVStream.time_base as the hint for the muxer timebase

    18 mai 2014, par Anton Khirnov
    lavf : switch to AVStream.time_base as the hint for the muxer timebase
    

    Previously, AVStream.codec.time_base was used for that purpose, which
    was quite confusing for the callers. This change also opens the path for
    removing AVStream.codec.

    The change in the lavf-mkv test is due to the native timebase (1/1000)
    being used instead of the default one (1/90000), so the packets are now
    sent to the crc muxer in the same order in which they are demuxed
    (previously some of them got reordered because of inexact timestamp
    conversion).

    • [DBH] doc/APIchanges
    • [DBH] libavformat/avformat.h
    • [DBH] libavformat/avienc.c
    • [DBH] libavformat/filmstripenc.c
    • [DBH] libavformat/framehash.c
    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/mpegtsenc.c
    • [DBH] libavformat/mux.c
    • [DBH] libavformat/mxfenc.c
    • [DBH] libavformat/oggenc.c
    • [DBH] libavformat/riffenc.c
    • [DBH] libavformat/rmenc.c
    • [DBH] libavformat/swf.h
    • [DBH] libavformat/swfenc.c
    • [DBH] libavformat/utils.c
    • [DBH] libavformat/version.h
    • [DBH] libavformat/yuv4mpegenc.c
    • [DBH] tests/ref/lavf/mkv
  • Revision b0a8057f67 : Fix SEG_LVL_SKIP in RD inter mode selection. * Only use ZEROMV, disalowing the

    29 mai 2014, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Fix SEG_LVL_SKIP in RD inter mode selection.

    * Only use ZEROMV, disalowing the intra modes that were previously
    tested.
    * Score rate and distortion as zero.

    Change-Id : Ifcf99e272095725f11da1dcd26bd0f850683e680

  • avcodec/options : leave priv_data in avcodec_copy_context() intact

    30 mai 2014, par Michael Niedermayer
    avcodec/options : leave priv_data in avcodec_copy_context() intact
    

    previously it was freed but the pointer not cleared

    Found-by : ruggles
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/options.c