Recherche avancée

Médias (91)

Autres articles (21)

  • 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

  • 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 : (...)

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

  • Creating complicated ffmpeg videos (like those Facebook friendship videos) [on hold]

    26 avril 2018, par onassar

    I’m trying to understand the technology used to create videos like these :
    https://www.youtube.com/watch?v=b3PBN3zC4M0

    How are these kinds of things put together (eg what technologies) ? Want to learn more about this, and am assuming it’s related to ffmpeg, but I’m a bit of my depth.

    Appreciate anything, including even just a list of the possible different technologies used to create something like that.

  • FFMpeg slowed down sound sounds too metalic

    8 mars 2015, par user1571299

    this is the command line I use :

    ffmpeg -i VID_20150216_185018.mp4 -filter_complex setpts=4*PTS;atempo=0.5,atempo=0.5 output.mp4

    The video plays just fine and the audio is in sync...but it’s just too metalic compared with most slo-mo videos I’ve seen out there.
    Here’s an example how someone fixes it with Sony Vegas which is exactly what I want to achieve :

    https://www.youtube.com/watch?v=nTNoqdPCUfQ

  • PHP - How to track video conversion progress - Stop ffmpeg process in PHP web [closed]

    21 mai 2022, par Mursaleen Ahmad

    I am working on a PHP web project where multiple users will be able upload and convert their videos bitrate using ffmpeg. And if users go to watch page before full conversion then "Video is being processed" message should show up.
I am using jQuery with AJAX and a watch link generated to watch online.

    


    1) How can I find the process is still running and show "Video is being processed" message to the users ?

    


    2) How can I stop ffmpeg process ?

    


    3) How can I get conversion percentage (how much video is converted) from file (as multiple users are using the site so can't work on single file named output.txt) ?