Recherche avancée

Médias (91)

Autres articles (74)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (11641)

  • ffmpeg.so in PHP exec converting and no return

    13 juin 2015, par Tom

    I have seen many threads, but none working ones, so this is my issue :

    I have server installed ffmpeg (ffmpeg-php version 0.7.0, PHP Version 5.4.41) Linux CentOS 6 64bit :

    Using PHP :

    exec('/usr/lib64/php/modules/ffmpeg.so -i test.mp4 testdone.avi',$out,$ret);

    or

    exec('/usr/lib64/php/modules/ffmpeg.so -i /var/www/html/test.mp4 /var/www/html/testdone.avi',$out,$ret);

    or

    exec('/usr/lib64/php/modules/ffmpeg.so -i /var/www/html/test.mp4 /var/www/html/testdone.avi'.' 2>&1',$out,$ret);  

    the ffmpeg is actually found, but always returns : array(0) { } int(11) and with 2>&1 returns array(0) { } int(139) and does not return anything else like testdone.avi in the directory or -version (in the directory). Directories /var/www/html/ are set to 777.

    Thank you, should I hire someone to fix this or am I missing something in PHP.

  • x86inc : Clear __SECT__

    26 mai 2015, par Timothy Gu
    x86inc : Clear __SECT__
    

    This commit silences warning(s) like :

    libavcodec/x86/fft.asm:93 : warning : section flags ignored on section
    redeclaration

    The cause of this warning is that because `struc` and `endstruc` attempts to
    revert to the previous section state [1]. The section state is stored in the
    macro __SECT__, defined by x86inc.asm to be `.note.GNU-stack ...`, through the
    `SECTION` directive [2]. Thus, the `.note.GNU-stack` section is defined twice
    (once in x86inc.asm, once during `endstruc`), causing the warning.

    That is the first part of the commit : using the primitive `[section]` format
    for .note.GNU-stack etc., which does not update `__SECT__` [2].

    That fixes only half of the problem. Even without any `SECTION` directives,
    `__SECT__` is predefined as `.text`, which conflicting with the later
    `SECTION_TEXT` (which expands to `.text align=16`).

    [1] : http://www.nasm.us/doc/nasmdoc6.html#section-6.4
    [2] : http://www.nasm.us/doc/nasmdoc6.html#section-6.3

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

    • [DH] libavutil/x86/x86inc.asm
  • Evolution #2816 : Conserver un état complet du formulaire à travers les étapes CVT

    10 août 2012, par RastaPopoulos -