Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (22)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

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

  • Compiling ffmpeg (-3.0) on windows 7 with nvenc

    21 février 2016, par aviyaChe

    I’m trying to compile ffmpeg (version 3.0) with the following configuration :

    ./configure --prefix=ffmpeg/ --disable-yasm --enable-nonfree --enable-nvenc

    But I get the following error :

    ERROR: nvEncodeAPI.h not found.

    I download the latest Nvidia video SDK (version 6.0.1), but I don’t know where to copy the nvEncodeAPI.h file.

    I have the following set up :

    • windows 7 64 bit
    • cygwin64 terminal
    • Nvidia Quadro k4200, with driver 361.91
  • How to import FFMPEG Library in my maven project ?

    1er septembre 2021, par Georgi

    I have a Spring-boot project, where I am using the ffmpeg library, I am executing the ffmpeg commands through a ProcessBuilder(in the terminal/cmd) and everything works fine, because I have already installed the ffmpeg on my macOS. When I try to generate a jar and run it on an another machine, where ffmpeg is not installed, it is executed, everything works fine, except the ffmpeg comamnds. Is there any change to import the library to my maven project or somehow to use it ?
Is it a good idea to add an external jar of the library ?

    



    Thank you in advance !

    


  • How do I solve this on ffmpeg [closed]

    29 octobre 2023, par Arnold Richard

    Do you know how to solve it ?
How to reinstall libass.9.dylib ?
and upgrade to version 12.0.0 ?

    


    dyld : Library not loaded : /opt/local/lib/libass.9.dylib
Referenced from : /opt/local/bin/ffmpeg
    
Reason : Incompatible library version : ffmpeg requires version 12.0.0 or later, but libass.9.dylib provides version 11.0.0
zsh : abort

    


    I have this problem, I've been using ffmpeg to convert my videos on MacOS Catalina, it was working well, and on terminal this problem appears

    


    I've been browsing and I couldn't find any answer