Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (68)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7737)

  • ffmpeg only shows one Image ?

    8 juillet 2021, par m_so99

    Here are the images I have in my folder :

    


    img001.png
img002.png


    


    They are stored in c:/frames.

    


    Because that my frames are not shown correctly, used the FPS filter video shown below (documentation from https://trac.ffmpeg.org/wiki/Slideshow) :

    


    ffmpeg -r 1/5 -i img%03d.png -c:v libx264 -vf fps=25 -pix_fmt yuv420p out.mp4


    


    I tried running on my VLC media player but it still doesn't work. It only shows one image.

    


  • How to convert High bitrate MP3 to lower rate using FFmpeg

    28 mars 2024, par user4571931

    We want to convert 320kbps mp3 file to 128kbps mp3 so currently we are using below ffmpeg command but its not working.

    



    ffmpeg -i input.mp3 -codec:a libmp3lame -qscale:a 5 output.mp3


    



    Result :-the output bitrate same as input mp3.

    



    And we are following the FFmpeg Encoding guideline for that here is the link :- https://trac.ffmpeg.org/wiki/Encode/MP3

    



    so please suggest any solution.

    


  • Does ffmpeg supported KLV metadata ?

    15 mai 2020, par ransh

    Is ffmpeg metadata, which is also described in :
http://wiki.multimedia.cx/index.php?title=FFmpeg_Metadata
also supported MISB standard UAV metadata 601.5 ?
Is it same as KLV ?

    



    Thanks,
Ran