Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

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)

  • How to share short mp4 videos as gif in android [on hold]

    2 juin 2018, par Hard coder

    I have an app in which I am able to share gifs successfully. Now I am improving my app so that I can save space by using mp4 videos as gif.

    I am displaying mp4 videos (in a loop like gif) to user. But when user wants to share that video I want to share that as gif becuase to end user it is gif only.

    There is a libray FFmpeg. But I can’t use this because this is very heavy ( 20mb)

    Is there any other solution so that I can share mp4 as gif ?

  • How to crop videos with black frames on top and bottom

    14 février 2019, par jennie

    I want to crop videos with black frames on the bottom and top follow the scale as described in the video : https://youtu.be/QIXgvGF59CM

    Can you help me write code using ffmpeg ?

  • FFmpeg stack videos with custom grid layout

    21 juillet 2022, par DLara

    I'm trying to stack/compose videos using xstack parameter to set my own custom layout like this :

    


    enter image description here or enter image description here

    


    All examples I've found are with a standard grid layout (2x2, 3x3). Is this possible or all videos needs to have the same size ?

    


    Regards