Recherche avancée

Médias (91)

Autres articles (41)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7396)

  • Download the output file of ffmpeg while creating it using php [on hold]

    23 septembre 2016, par Ammar

    I have a php script that downloads an MP3 file after converting it from webM file using ffmpeg.

    The problem is that I have to wait the converting process to finish completely before starting the downloading process, which is very annoying if the file being converted is very big !

    What I want is download the MP3 file directly while it’s being created by ffmpeg.

    I spent a lot of time googling my problem but I couldn’t find any solution !

  • How to calculate the sum of absolu difference between a macroblock in current frame and it corresponding block in the reference frame

    1er avril 2019, par Enock

    Can someone tells me how we can get the sum of absolute
    difference (SAD) of two macroblocks in ffmpeg, please ?
    I use MpegEnContext struct and I want to have the sad of a block in a predicted frame and it coreresponding block in the referenced frame.
    But I don’t konow how to proceed. I’m new libav user.

    Thanks

  • 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