Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (56)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • 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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (6459)

  • How to work with failover in multiple outputs in ffmpeg

    25 janvier 2014, par Sandeep

    I am working on an application where in i need to store the video as well as stream the video

    So my command is

    ffmpeg -s 1280x720 -f v4l2 -vcodec h264 -i /dev/video0 -copyinkf -vcodec
    copy -f rtp rtp://192.168.0.10:8090/ -vcodec copy test.mp4

    And now the issue is that if there is no server listening at 192.168.0.10:8090, the whole command fails.

    I want that it should write to the other outputs even if the network stream fails.

    Any help appreciated.

  • Ffmpeg multiple videos resize and crop [closed]

    27 juin 2022, par user14809144

    I would like to crop and resize multiple videos that exist in one folder using Ffmpeg.

    


    I did it with a single video but unfortunately, I don't know how to apply it to multiple videos in one line of command.

    


    Crop ; code for single video

    


    ffmpeg -i input1.mp4 -filter:v "crop=1000:1000” output1.mp4

    


    Resize ; code for single video

    


    ffmpeg -i output1.mp4 -vf scale=512:512 -preset slow -crf 18 output2.mp4

    


    I want to crop multiple videos (more than 50 videos in one folder) to be 1000X1000 and then resize them again to be 512X512.

    


    Any help ? advice ?

    


  • Where can I download images/videos for all kind of pixel formats ?

    15 janvier, par Bukibarak

    I am developing a software that use FFMPEG AVPixelFormat for images and videos. I want it to be compatible with most common pixel formats.

    


    Is there a website where I can download images/videos that have all kind of pixel formats for testing purpose (like RGBA, BGRA, YUV, Greyscale, ...) ?