Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (27)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • How to cut video in cirecle shape using ffmpeg ?

    16 septembre 2019, par Rahul Chokshi

    I have working on application, application contain video. what I want cut video in circle shape.

    this is actual video

    desire out put

  • Run FFmpeg commands [on hold]

    28 juillet 2018, par avanib

    How can I use ffmpeg commands in my application ? The ffmpeg commands work perfectly on my local machine, but ffmpeg.exe is installed locally. How would I make them work when running the application on the server. Can I have the ffmpeg.exe in the app directory, will that work ?

    I tried not to use command line instructions as much as possible, but to write text on a video, I had to use the drawtext instruction. Any ideas on how to use ffmpeg command when ffmpeg is installed only on your local machine ?

  • Compiling FFMpeg libraries for Visual Studio

    20 janvier 2015, par LostBoy

    I’m trying to use the FFMpeg libraries in a Windows application. I use MingW-w64 to compile FFMpeg with static libraries with architecture once with x86 and once with x86_64.
    Currently I’m trying to link the 32bit x86 libraries with my VS2008 application.
    The libraries are added to the library path and VS does not complain about being unable to load a .a file.

    However I get several uneresolved symbol errors like
    ait_rtp_receiver.lib(ait_decoder_lib.obj) : error LNK2001 : unresolved external symbol _av_free

    I import the FFMpeg header files as extern C and I can see the symbols in the .a without the leading underscore.
    What can I do to make the name decoration of Mingw-w64’s gcc and of the VS compiler suite compatible ?