Recherche avancée

Médias (91)

Autres articles (54)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

Sur d’autres sites (8375)

  • FFmpeg scale 720*1080 video to 720*404, it not effect, it play as 279 × 404,and use ffmpeg -i it shows 720*404

    16 mars 2018, par yue guan

    FFmpeg scale 720*1080 video to 720*404, it not effect, it plays as 279 × 404, and use cmd ffmpeg -i scaled.mp4 it shows 720*404.
    Then I use cmd ffmpeg -i scaled.mp4 -y -f image2 -ss 1 -vframes 1 ./xx.jpg to get the thumbnail, but I got the size is 720*404.
    Why ?
    and How can I capture the thumbnail of the video as 279*404 ?
    and How can I scale the video as the size what I defined ?

    the video link :enter link description here

  • Updating ffmpeg breaks opencv library

    7 octobre 2019, par Amit

    I had manually compiled opencv ver3.2 library on mac system, which had been working fine till now. Recently it seems that i had updated the version for ffmpeg, which is managed by brew package manager, leading to breakage of opencv library looking for libavcodec.57.dylib.

    Upon looking into library path, i found that libavcodec.dylib is symlinked to libavcodec.58.dylib, which is the most probable cause to above problem.

    Now i have two options,

    - Recompile opencv to link against the latest version of libavcodec

    - Revert the version of libavcodec to 57

    I am looking for a solution in which opencv works independently of the version of libavcodec and should dynamically link with current installed version of library. I should only be recompiling opencv when it is essentially required, like change in API of libavcodec.

  • How to convert a set of images into a video ?

    16 juin 2018, par Jayesh Padhiar

    I’m currently working on an Android Project that browses some images from the Android gallery and converts them into a video file(any format) storing it somewhere on my phone.
    I’m a beginner in Android Programming and I’ve researched a lot about this stuff in this platform but unfortunately I haven’t got any working answer.

    Here are some libraries that I’ve researched about :

    1. FFmpeg
    2. Xuggler
    3. jCodec
    4. JavaCV, OpenCV

    Link 1

    Link 2

    Link 3

    I have also researched a lot more links but most of them don’t have a proper answer and many are outdated.

    As I said i’m a beginner and I have absolutely no idea about FFmpeg, Xuggler and stuff.... I need some thorough tutorial and any proper answer code as I couldn’t find any.

    I hope to get a perfect answer(or code......specially for FFmpeg or jCodec)
    Any thorough tutorial will help a lot.

    Thank You !