Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (111)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (13430)

  • Update on fly input from ffmpeg in flutter app

    26 janvier 2023, par un_cafeinoman

    I got a flutter app in which I receive a bunch of images (between 10 and 20 i/s) that I store in a tmp folder. And I need to stream those image to a rtmp server. For that I thought about using FFMPEG but is it possible to update the input file on the fly and "push" the image to the server one by one ?

    


    Thanks in advance for any clue.

    


  • Add fade effect between video and image FFMPEG android

    12 février 2019, par Devidas M Das

    By using below command we can merge video and image together. I not an expert to build ffmpeg commands.

    String cmd = "-t 5 -i " + videoPath +
                   " -loop 1 -t 5 -i " + imagePath +
                   " -f lavfi -t 5 -i anullsrc" +
                   " -filter_complex [1][0]scale2ref[2nd][ref];[ref][0:a][2nd][2:a]concat=n=2:v=1:a=1[v][a]" +
                   " -c:v libx264 -c:a aac -strict -2 -map [v] -map [a] -preset veryfast " + outputPath;

    Any one who have idea to add a transition effect between video and image.
    Please help me.

    Thanks in advance.

  • Add fade effect between video and png image FFMPEG android

    12 février 2019, par Devidas M Das

    By using below command we can merge video and image together. I not an expert to build ffmpeg commands.

    String cmd = "-t 5 -i " + videoPath +
                   " -loop 1 -t 5 -i " + imagePath +
                   " -f lavfi -t 5 -i anullsrc" +
                   " -filter_complex [1][0]scale2ref[2nd][ref];[ref][0:a][2nd][2:a]concat=n=2:v=1:a=1[v][a]" +
                   " -c:v libx264 -c:a aac -strict -2 -map [v] -map [a] -preset veryfast " + outputPath;

    Any one who have idea to add a transition effect between video and image.
    Please help me.

    Thanks in advance.