Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (55)

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

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7955)

  • build-ffmpeg.sh bad variable name

    25 octobre 2016, par Alex Kombo

    I have added the library to my project successfully but after replacing the Android media player with the FFmpegMediaPlayer and trying to build and run the project, I get the following error :

    :library:buildFFmpeg
    /home/kombo/Radio Africa/Music Player/library/src/main/scripts/build-ffmpeg.sh: 4: export: Africa/Music: bad variable name

    FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':library:buildFFmpeg'.
    > Process 'command '/home/kombo/Radio Africa/Music Player/library/src/main/scripts/build-ffmpeg.sh'' finished with non-zero exit value 2

    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

    BUILD FAILED

    Total time: 34.148 secs

    How can I solve tackle this since removing the build-ffmpeg.sh file doesn’t look like an option.

  • Revision dd54f0babd : fix a VP8 build issue coef_counts is now in cpi->mb, instead of cpi. The commit

    18 octobre 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp8/encoder/bitstream.c



    fix a VP8 build issue

    coef_counts is now in cpi->mb, instead of cpi. The commit corrected the
    mis-use and enable succefual build.

    Change-Id : I0e77909d34571cfd2560c66b46b1f8fa0cd1a6b4

  • how to build ffmpeg with librist ?

    9 janvier 2023, par SleepingBug

    how to build ffmpeg with librist ?

    


    I cannot find any useful thing to do it.

    


    I run a sh file in minGW on Windows as below :

    


    `./configure\
 --prefix=/home/source/ffmpeg/build/ffmepg-5.1\
 --arch=x86_64\
 --enable-shared\
 --enable-gpl\
 --enable-libfdk-aac\
 --enable-nonfree\
 --enable-libvpx\
 --enable-libx264\
 --enable-libx265\
 --enable-libmp3lame\
 --enable-librist\
 --extra-cflags="-I/home/source/build/libfdk-aac/include"\
 --extra-ldflags="-L/home/source/build/libfdk-aac/lib"\
 --extra-cflags="-I/home/source/build/libvpx/include"\
 --extra-ldflags="-L/home/source/build/libvpx/lib"\
 --extra-cflags="-I/home/source/build/libx264/include"\
 --extra-ldflags="-L/home/source/build/libx264/lib"\
 --extra-cflags="-I/home/source/build/libx265/include"\
 --extra-ldflags="-L/home/source/build/libx265/lib"\
 --extra-cflags="-I/home/source/build/libmp3lame/include"\
 --extra-ldflags="-L/home/source/build/libmp3lame/lib"\
 --extra-cflags="-I/home/source/librist/build/include"\
 --extra-cflags="-I/home/source/librist/include/librist"\
 --extra-cflags="-I/home/source/librist/include"\
 --extra-ldflags="-L/home/source/librist/build/"`


    


    the error is :
ERROR : librist >= 0.2.7 not found using pkg-config

    


    If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.

    


    ==================

    


    I have downloaded the latest librist source code !

    


    if I remove "—enable-librist" , everything is OK, but there is no librist in ffmpeg...

    


    build ffmpeg with librist