Recherche avancée

Médias (91)

Autres articles (61)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6116)

  • How to use ffmpeg.so file in my Android Studio project for encoding audio buffer ? [on hold]

    13 novembre 2016, par bluesky

    I have ffmpeg.so file. I have downloaded it from other site. How can I use this in my current Android Studio project ? I want to know how to integrate ffmpeg library to Android Studio project.

  • How to add dagger in my android studio project

    14 janvier 2016, par Vijay

    I am trying to compress the video using ffmpeg in android. I found one good example and I downloaded the project from https://github.com/WritingMinds/ffmpeg-android-java. It’s working fine. When I try to add that ffmpeg library in my project I am facing error. After make many changes I resolved many issues. But I can not clear the following issue :

    Error:(34, 13) Failed to resolve: com.squareup.dagger:dagger-compiler:1.2.2

    Error:(35, 13) Failed to resolve: com.squareup.dagger:dagger:1.2.2

    I decided to download the dagger.jar and dagger-compiler.jar. I download the jar and I added into my project. But I am facing another error.

    Error:Execution failed for task ':ContainerCentralen:compileDebugJava'.
    > java.lang.NoClassDefFoundError: javax/inject/Scope

    I can not solve this two issues. Please let me any idea to resolve this issue.

  • How to show the camera preview always in the Spydroid-ffmpeg project

    11 avril 2013, par user2182013

    I'm tring to readapt the https://github.com/vanevery/spyd-ffmpeg project to my own. This project streams the video and/or audio captured by the phone camera via rtsp and it can be received in a computer or so running vlc or similar. My problem is that the app just shows the preview of the camera when receives a connection, but I'd like to show it always. I've tried hundred of things but it always crashes. I cannot find any startPreview() or similar method and I don't know where exactly in the code it is started in order to modify it. Any clue ?

    Thanks.