Recherche avancée

Médias (91)

Autres articles (99)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (8722)

  • How to create photos to video maker app in android ?

    15 octobre 2022, par MehulGohil

    How can I create photo to video maker app for android ?

    


    https://play.google.com/store/apps/details?id=com.shortly.videomaker.video.status

    


    I want to make the same app. I researched the last few weeks but still not find the solutions. Please help me with this. Is there any specific SDK or API ?

    


  • How to use ffmpeg Library in electron?

    24 avril 2022, par MrL

    I use ffmpeg in electronic, but uwp can't use the command line, so I want to use ffmpeg library instead, and install "FFI NaPi". After testing, it can call the library, but I don't know C language and how to call ffmpeg library. Can anyone help me ?

    


    This is my test of "ffi napi". It can really succeed:

    


    c++ code :

    


    extern "C" __declspec(dllexport) int add(int a, int b) {

    return 20;
};


    


    electron js :

    


     var ffi = require('ffi-napi');
    var libm = ffi.Library('Dll1.dll', {
      'add': [ 'int', [ 'int', 'int' ] ],
    });
    
    var rel = libm.add(1,2); // 20
    console.error('rel:',rel);


    


    This is the download website of ffmpeg library:
https://github.com/wang-bin/avbuild

    


    [enter image description here][1]
[enter image description here][2]
[enter image description here][3]
[enter image description here][4]


  [1]: https://i.stack.imgur.com/HTMhK.png
  [2]: https://i.stack.imgur.com/hxsw4.png
  [3]: https://i.stack.imgur.com/5mDLx.png
  [4]: https://i.stack.imgur.com/HAjPE.png


    


    I have no programming knowledge of C + + and do not know how to call these libraries. I just want to edit a video, for example :

    


    ffmpeg -i a.mp4 -c -copy b.mp4


    


  • doc : clarify dshow input requirements

    27 mars 2012, par Compn

    doc : clarify dshow input requirements