Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (18)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (5812)

  • ffmpeg/ffprobe to produce a numeric array output

    29 décembre 2015, par edwardsmarkf

    i have been using this npm module : to create a waveform numeric output such as this below :

    [0,0.0062,0.0688,0.2524,0.2691,0.2645,0.1594,0.1397,0.1672

    however, this module may not be supported very well and has not been maintained for a couple of years now. the module describes itself as a "tiny wrapper around ffprobe".

    my question - what would the ffmpeg/ffprobe command line look like to produce a numeric array output ?

    thank you very much.

  • Trimming of videos using FFMPEG [on hold]

    14 décembre 2015, par Praveen Rawat

    I have downloaded video trimming code from github from this https://github.com/uday-rayala/video-trimmer

    It’s working perfectly for the first time, but when I try to run it for the second time the code crashes without any exception then again when I try to run it for the 3rd time after the crash it works ! Does any one have any idea for this kind of behaviour ?

    I am also developing an application which has one module of trimming videos. I would really appreciate it, if any one could help me .this question asked , but cant understand what i have to done . Please sort out this.

  • classes.jar not getting generated in .aar file

    20 septembre 2016, par vasanth

    I am using Android Studio AI-141.216xxx.
    I generated a .aar file from FFMPEG module/library from this project :
    https://github.com/WritingMinds/ffmpeg-android-java

    I then tried to import a .aar locally into a module in some other application.
    imports were failing.
    But, when I checked in the ’generated’ folder,
    I see that classes.jar is empty.

    Would you know why this is happening ? Any pointer is highly appreciated.
    Thanks in advance.