Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (37)

  • 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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (5989)

  • Reducing app size by archiving ffmpeg/ffprobe library in Android

    29 janvier 2020, par S.R

    I saw many posts on internet about how to decrease FFmpeg/FFprobe lib size in Android. Also I’ve investigated on this topic about a few months. So I decided to share my conclusions. I’m not talking about compile time settings and disable/enabling features. Of course you can do this to get better result but this post is not about that. It’s about archiving FFmpeg/FFprobe compiled files which will reduce your library size by 85% .

  • Best multiplatform C++ Library for screen, audio and microphonecapture [closed]

    15 novembre 2019, par Baschdel

    Im searching for some librarys C++.
    I’m trying to record an microphone and capture the computerscreen.

    At the moment I am recording audio with portaudioand use the screencapture part of ffmpeg.
    Muxing the streams together should be accomplished by ffmpeg.

    The whole project should run on macOS, Windows and Linux.

    I’m relativly new to this subject so I really don’t know if this are the right tools to use, or if there are much easyer and better tools.

    For my understanding ffmpeg is the biggest and best library for sclaing muxing, etc. But ffmpeg is not great in recordig screen or audio.

    Does somebody got experience with this librarys or ideas of different librarys ?

  • Build OpenCv using static ffmpeg library

    24 juillet 2020, par gaurav agarwal

    I am trying to build opencv for one of the commercial product. That commercial product already contains a static build of ffmpeg executable. While building OpenCv I am seeing bunch of failure most probably due to linking issues with ffmpeg.

    


    Is it possible to build OpenCv using static ffmpeg library ? In OpenCv installation doc I can see mentioned prerequisite is :

    


    


    ffmpeg or libav development packages : libavcodec-dev, libavformat-dev,
libswscale-dev

    


    


    I guess this means OpenCv needs these lib to be present as shared libs. Any expert opinion will be helpful !!!