Recherche avancée

Médias (91)

Autres articles (12)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (2261)

  • Download only a part of the video in the server

    19 août 2013, par whiteletters and blankspaces

    I am building a web application for creating animated gif from youtube videos. These animated gifs will be fews seconds long, but may come from very long videos hosted in Youtube.

    After reading and reading, It looks like I should first download the whole video in server, then cut the required part, ( probably convert it), then process it to generate the gif using ffmpeg for example.

    Could you please tell me :

    Does the whole video should be necessarly downloaded in server ? Or there is a way to ask my server and Youtube Server to exchange only the requested (very small) part of the video ? I think that downloading the whole video will result in bad resources usage, especially in concurrency environnement which will affect performance in my one-server infrascrucure.

    What are the alternatives of downloading the video (or part of video) to achieve such goal ? Is there a client side solution for storing data and using similar ffmpeg functionalities ?

  • Unknown FFmpeg error when I try to download a video from microsoft teams with destreamer

    26 décembre 2020, par Gennaro Arguzzi

    I need to fix the problem :

    


    "video_name:" Permission denied
Unknown FFmpeg error


    


    which I got when I tried to download a video from microsoft teams by using destreamer.

    


    Some months ago it worked perfectly. I installed also the new release of ffmpeg, but the result is the same.

    


  • How would I use ffmpeg to download this stream ?

    2 novembre 2015, par amos

    I want to download this http://webcast.mit.edu/spr2014/csail/12apr14/ video

    I’ve downloaded the smil file, installed ffmpeg, however I don’t know which url to use. Moreover, it may need flash authentication which I don’t know how to do either.

    smil :

    <smil>
     
       
     
     
       <switch>
         <video></video>
         <video></video>
        </switch>
     
    </smil>

    Please help me with the exact command I could use.