Recherche avancée

Médias (91)

Autres articles (59)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9381)

  • RTMP push Android camera SDK

    25 mai 2020, par jmsiox

    I have been trying to implement RTMP push using libraries like

    



      RtmpPublisher , 
  LiveVideoBroadcaster 


    



    but I have not found success so far. They seem outdated and don't work as expected. 
I would like direction on either how to go about implementing this using custom solution or at least a working uptodate library. (I have read about using FFmpeg but there is nothing clearly showing how to implement this)
On the server side I have no issues. I have a server that is able to receive RTMP pushed streams I just cant figure out how to implement on Android so that one can push camera feed direct from phone to the server.

    


  • where to download ffmpeg.jar , javacpp.jar , javacv.jar and opencv.jar files for different architecture ? [closed]

    17 avril 2020, par Pradeep Simba

    where to download ffmpeg.jar , javacpp.jar , javacv.jar and opencv.jar files for these arm64-v8a , armeabi , armeabi-v7a , x86 and x86_64 architecture ?

    



    I want to implement this ffmpeg.jar , javacpp.jar , javacv.jar and opencv.jar files in my android app.
But, where I download this files for the following all architecture.

    



      

    1. arm64-v8a,
    2. 


    3. armeabi,
    4. 


    5. armeabi-v7a,
    6. 


    7. x86 and
    8. 


    9. x86_64.
    10. 


    



    enter image description here

    


  • My Android app release is too big than expected

    11 avril 2020, par Abhi Jith

    I have created a simple android app to download the whatsapp status

    



    I have completed all the functionalities.then the app size is less than 5MB


    



    After that i added a third party plugin to add my app name to the downloaded video files as watermark

    



    i used ffmpeg to add water mark in the video


    



    But after that my app release size reached around 20MB.

    



    I used minifyEnabled true to shrink the code.but doesn't worked


    



    How to reduce my release size