Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8622)

  • Evolution #2469 : Mode « vacances » : suspension temporaire de toute publication

    28 juillet 2017

    j’ai fait un plugin vacances minimal qui permet d’activer un mode vacances en backoffice.
    https://contrib.spip.net/ecrire/?exec=article&id_article=4921

    il ne fait qu’enregistrer un état donné ensuite aux squelettes et aux plugins de récupérer l’information

  • Revision afd2f68dae : Revert "VP9_COPY_CONVOLVE_SSE2 optimization" This reverts commit a5e97d874b16ae

    5 août 2015, par James Zern

    Changed Paths :
     Modify /vpx_dsp/x86/vpx_convolve_copy_sse2.asm



    Revert "VP9_COPY_CONVOLVE_SSE2 optimization"

    This reverts commit a5e97d874b16ae5826b68515f1e35ffb44361cf8.

    Additionally :
    Revert "vpx_convolve_copy_sse2 : fix win64"

    This reverts commit 22a8474fe7ec30d96f746dc6e4b23771758c071e.

    This change performs poorly on various x86_64 devices affecting
    performance by 1-3% at 1080P. Performance on chromebook like devices was
    mixed neutral to slightly negative, so there should be minimal change
    there.

    Change-Id : I95831233b4b84ee96369baa192a2d4cc7639658c

  • Fastest seek speed and decoding with ffmpeg and x265 ProRes

    17 mai 2018, par Christopher Jarvis

    I’m trying to optimize seek speed with x265. No matter what encoding settings I try, ProRes still seeks more quickly/gracefully. This makes sense since it was built for editing, but I’m sure there’s got to be something I’m missing to better improve x265.

    So far, -tune fastdecode, keyint=1, maxrate and -b (to remove B Frame calculations) yield the best results, but they’re still unsatisfactory. I’ve been pouring over the docs but there’s so much jargon I just don’t understand. Perhaps another codec like VP9 / WebM would be better for this purpose ?

    From what I can tell, there’s no bottleneck with CPU, read speed or RAM... or GPU for that matter. Monitoring these processes show minimal drain. Is there just an amount of decoding in a highly compressed format like x265 that can’t be circumvented ?

    Thank you in advance for your help.