Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (53)

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

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

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

Sur d’autres sites (4406)

  • Stacking 2 videos horizontal with x264

    1er août 2014, par Henrik

    I have two videos of the same length and dimension encoded and I want to combine them into one video in such way, that both videos are viewed next to each other in a single video file. I’m looking for a solution that makes use of the x264 encoder (+ Avisynth script)

  • How to merge four videos on one screen with ffmpeg

    28 janvier 2016, par Andrey Prokhorenko

    I have a video test.mp4, and I need to make it appear four times at once on a screen. Here I found a command that makes two videos appear at a time

    ffmpeg -i input0.avi -vf "movie=input1.avi [in1]; [in]pad=640*2:352[in0]; [in0][in1] overlay=640:0 [out]" out.avi

    But it doesn’t work with mp4 videos, and I need four videos at a time. Thank you in advance

  • Convert any type of videos to MP4 php without ffmpeg [on hold]

    17 décembre 2017, par Khalid Askia

    I have a website on which I allow users to upload videos. But I’m using the HTML5 video tag and only MP4 videos can be played. So I want to convert any type of video to MP4. I’m on a shared hosting account so I can’t have FFMPEG or anything else installed on the server. Is there another way to convert videos without these tools ?