Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (63)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

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

  • 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

Sur d’autres sites (9447)

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

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

    


  • Is there a video processing test set to cover most scenarios ? [closed]

    9 avril 2024, par 砸石头的西西弗

    My application integrates ffmpeg, and there are often some special videos or parameters that I cannot handle correctly, but they cannot be discovered in advance, so I need a test set to help find bugs.I nedd a video processing test set to cover most scenarios.

    


    A test set which has some different kinds type of sample videos.