Recherche avancée

Médias (91)

Autres articles (90)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

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

  • FFmpeg fails to be built for android

    8 septembre 2014, par Andro-Begg

    I’m trying to build FFmpeg for android, everything works just fine until the build of build_android.sh, I get at the end :

    /bin/sh: 1: cd: can't cd to ../ffmpeg-build/armeabi/lib
    make: *** [install-libavresample-shared] Error 2
    make: *** Waiting for unfinished jobs....
    /bin/sh: 1: cd: can't cd to ../ffmpeg-build/armeabi/lib
    make: *** [install-libavutil-shared] Error 2
    /bin/sh: 1: cd: can't cd to ../ffmpeg-build/armeabi/lib
    make: *** [install-libswresample-shared] Error 2

    I’ve been inspecting this for a while but couldn’t figure out where the problem is..

    Any help will be very appreciated. Thank you.

  • Integrate CMake to Travis CI tests

    25 avril 2019, par evpobr
    Integrate CMake to Travis CI tests
    

    * Add CMake builds with ENABLE_64_BIT_WORDS enabled\disabled
    * Run tests in parallel jobs
    * Use Xenial Travis image to support CMake >= 3.12
    * Install libtool-bin package missing in Xenial image

    • [DH] .travis.yml
  • FFmpeg Build ERROR (/usr/bin/ln : failed to create symbolic link 'libavutil.so' : No such file or)

    11 février 2018, par BW-Eagle

    I’m not expert on building c-files.
    I want to use custom ffmpeg in my anndroid app.
    But I have the below problem when building ffmpeg package with MinGW and NDK-R14b

    After running bash command, after a while finally it reaches this error :

    /usr/bin/ln: failed to create symbolic link 'libavutil.so': No such file     or directory
    make: *** [libavutil/libavutil.so] Error 1
    make: *** Waiting for unfinished jobs....

    I know that the problem must be about to LINKER but I can’t fix it.

    Any help would be appreciated.