Recherche avancée

Médias (17)

Mot : - Tags -/wired

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (7704)

  • vp9 : fix mt-related hang a parser infinite loop.

    11 janvier 2014, par Ronald S. Bultje
    vp9 : fix mt-related hang a parser infinite loop.
    

    Fixes trac ticket 3274.

    Looked-at-by : ubitux
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp9.c
    • [DH] libavcodec/vp9_parser.c
  • Revision 1480ba6f0a : Revert "Fix a bug in VP9Worker which leads to unit test hang." The caller shoul

    1er juillet 2014, par hkuang

    Changed Paths :
     Modify /vp9/decoder/vp9_thread.c



    Revert "Fix a bug in VP9Worker which leads to unit test hang."

    The caller should reset the state instead of letting worker
    to reset.

    This reverts commit 34b2ce15f95ee0944ebe6d569e7a9179a7e4cc5b.

    Change-Id : Idb546ea6386cffc44e98dee772900d21ab79710f

  • ffprobe File not fournd error due long path BUT windows long path enabled

    10 novembre 2020, par nonayme

    I have a python program which run ffprobe on some videos on my win10 computer, and its working fine for most of them. The buggy ones have pretty long path, which seems to be the issue despite a "No Such file or Directory" message from ffprobe, this because :

    &#xA;

      &#xA;
    • I checked the path and it exists
    • &#xA;

    • In cmd when I mannualy cd to the directory and start ffprobe -i autocompletion complete with the right name
    • &#xA;

    • Windows Sub-system Linux achieve to run ffprobe from my copy pasted path extracted from my program
    • &#xA;

    &#xA;

    => the file exist

    &#xA;

      &#xA;
    • I made a copy of my file and renamed it with a longer name than the buggy one (ffprobe doesn't work), and also with a really short name (ffprobe works)
    • &#xA;

    &#xA;

    => path size is the culprit&#xA;BUT I have enabled long path on both the registry AND the group policy... any ideas ?

    &#xA;