Recherche avancée

Médias (91)

Autres articles (27)

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

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4244)

  • How do I use Ff-mpeg, Grabbing .PNG from RTMP stream ?

    22 février 2016, par Lewis Day

    I have recently installed Ff-mpeg onto my vps and have looked online for possible solutions to my problem I was having, I’m wondering how I can grab individual frames from a rtmp stream and display them as an image. I know this has previously been asked before here ; but my question is how can I use this code ?

    For example the answer on that question was marked as this ;

    ffmpeg -an -flv_metadata 1 -analyzeduration 1 ...

    How would I use this on a .php file ? I mean this doesnt even ask for the rtmp ip ?

  • FFmpeg concat fade effect

    3 juillet 2020, par TheCow

    I'm currently using this command :

    


    ffmpeg -f concat -safe 0 -i info.txt -s 1280x720 -crf 24 output.mp4


    


    to join all videos in a folder. Before running the command I have entered "file " into the info.txt file. This works perfectly, but I would like to get a fade effect between all videos (crossfade). How is this possible ? I have tried adding the following argument, but it didn't work. I found it online on an old post.

    


    -filter_complex xfade=offset=4.5:duration=1


    


    If anyone has a simple way of doing it, please let me know. I'm using the latest FFmpeg, so all features should be available.

    


  • FFMPEG-PHP Code example to trim MP3 file

    15 décembre 2012, par revive

    I've searched here and online,. and have not found clear PHP examples for taking a single MP3 file, and trimming it to a smaller file (removing both beginning and end portions and retaining only the content between a specified start time and end time)..

    What I'm trying to do is pass the start time, end time and mp3 file name to a PHP script, that will then use FFMPEG-PHP to effectively trim or concat that orig file.. without re-encoding it (and retaining all the orig. file metadata, etc.)

    If you provide an example of how to process an MP3 file like this, within one PHP file, it will help a lot ! I'm trying my best to help out our church, and simply don't know FFMPEG-PHP enough to sort this out solo.. :)

    Thanks !!