Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (61)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (10849)

  • Evolution #4148 : Augmenter la largeur de l’espace privé

    9 juin 2018, par b b

    Mais bon, pourquoi 3.4 ? La css de tcharlss est toute prête, y’a juste à l’intégrer.

    Parce que je ne suis pas certain que la modif en question sera pleinement prête avant qu’on release la 3.3, mais on ne sait jamais :p

  • FFMPEG compile with x264 support for Android

    10 mars, par Pecana

    I am trying to build ffmpeg extensions for media3 (ExoPlayer) for Android

    


    https://github.com/androidx/media/tree/release/libraries/decoder_ffmpeg

    


    Using the default settings everything is fine but if I try to add support to libx264 the build failed. I compiled x264 for Android locally and it worked so the .so file for arm64 is present, I added it to the pkg-config with :

    


    export PKG_CONFIG_PATH=/build/x264/arm64/lib/pkgconfig:$PKG_CONFIG_PATH

    


    but when I try to build ffmpeg with the following command it fails :

    


    ./configure \
--prefix=/build/ffmpeg \
--enable-gpl \
--enable-libx264 \
--enable-static \
--enable-pic \
--arch=arm64 \
--target-os=android \
--cross-prefix=$TOOLCHAIN/bin/aarch64-linux-android21- \
--sysroot=$SYSROOT


    


    Error : ERROR : x264 not found using pkg-config

    


    But it is not due to pkg-config as the command :

    


    pkg-config --cflags --libs x264


    


    reports : -DX264_API_IMPORTS -I/build/x264/arm64/include -L/build/x264/arm64/lib -lx264

    


    Any idea on how to fix it ?

    


    Thank you :-)

    


  • FFMPEG compile with x264 support for Android

    10 mars, par Pecana

    I am trying to build ffmpeg extensions for media3 (ExoPlayer) for Android

    


    https://github.com/androidx/media/tree/release/libraries/decoder_ffmpeg

    


    Using the default settings everything is fine but if I try to add support to libx264 the build failed. I compiled x264 for Android locally and it worked so the .so file for arm64 is present, I added it to the pkg-config with :

    


    export PKG_CONFIG_PATH=/build/x264/arm64/lib/pkgconfig:$PKG_CONFIG_PATH

    


    but when I try to build ffmpeg with the following command it fails :

    


    ./configure \
--prefix=/build/ffmpeg \
--enable-gpl \
--enable-libx264 \
--enable-static \
--enable-pic \
--arch=arm64 \
--target-os=android \
--cross-prefix=$TOOLCHAIN/bin/aarch64-linux-android21- \
--sysroot=$SYSROOT


    


    Error : ERROR : x264 not found using pkg-config

    


    But it is not due to pkg-config as the command :

    


    pkg-config --cflags --libs x264


    


    reports : -DX264_API_IMPORTS -I/build/x264/arm64/include -L/build/x264/arm64/lib -lx264

    


    Any idea on how to fix it ?

    


    Thank you :-)