Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (108)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (17649)

  • Error while creating thumb from video ubuntu ffmpeg

    1er janvier 2019, par dev21

    using below line to generate thumb from the video saved in the public folder in the laravel 4.2 application.

    exec("ffmpeg -ss 00:00:05 -i /var/www/html/project/public/".$directory."".$filename." -vf 'select=not(mod(n\,1000)),scale=320:240' /var/www/html/project/public/".$d.$thumb." >> log_file.log 2>&1 &",$output, $exit_code);

    but "log_file.log" contains the following line :

    cannot create user data directory: /var/www/snap/ffmpeg/411: Read-only file system

    I used snap to install the ffmpeg.

  • FFMPEG error showing while complile for android

    3 mai 2016, par Vijay

    I am trying to add ffmpeg into my android project. I am using ubuntu 14.04 OS.

    I am following this link. Link

    But I am getting error while executing this line.

    $ANDROID_NDK/build/tools/make-standalone-toolchain.sh --toolchain=x86-4.8 --arch=x86 --system=linux-x86_64 --platform=android-14 --install-dir=/tmp/vplayer

    I am getting this following error.

    HOST_OS=linux
    HOST_EXE=
    HOST_ARCH=x86_64
    HOST_TAG=linux-x86_64
    HOST_NUM_CPUS=1
    BUILD_NUM_CPUS=2
    ERROR: Unknown option '--system'. See --help for usage.

    Please help me how to solve this issue and add ffmpeg into my project.

  • FFMPEG error showing while complile for android

    15 mars 2020, par Vijay

    I am trying to add ffmpeg into my android project. I am using ubuntu 14.04 OS.

    I am following this link. Link

    But I am getting error while executing this line.

    $ANDROID_NDK/build/tools/make-standalone-toolchain.sh --toolchain=x86-4.8 --arch=x86 --system=linux-x86_64 --platform=android-14 --install-dir=/tmp/vplayer

    I am getting this following error.

    HOST_OS=linux
    HOST_EXE=
    HOST_ARCH=x86_64
    HOST_TAG=linux-x86_64
    HOST_NUM_CPUS=1
    BUILD_NUM_CPUS=2
    ERROR: Unknown option '--system'. See --help for usage.

    Please help me how to solve this issue and add ffmpeg into my project.