Recherche avancée

Médias (91)

Autres articles (57)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

  • How to concatenate two or more videos with different framerates in FFMpeg ?

    10 septembre 2021, par Tik0

    I have multiple (> 100) videos with various constant frame rates (e.g. 7 FPS, 8 FPS, 16 FPS, 25 FPS) but same codecs and resolutions.&#xA;I want to concatenate (using ffmpeg concat) them into one video with a variable frame rate (VFR), so that the concatenated video plays every part with the respective framerate.&#xA;Until now, I only managed to concat all files to a single video with a constant (CFR) of eg. 25 FPS.&#xA;This as the downside, that all parts with <25 FPS play faster.&#xA;I use -vsync 2 -r 25 to try to tell ffmpeg to use VFR with a maximum FPS of 25, but mediainfo reports a video with CFR of 25 FPS.&#xA;If I just use -vsync 2 (without -r), I get a VFR video output, but, mediainfo reports that it is a video with minimum 11.9 FPS and maximum 12 FPS (so kind of mean FPS of all videos).&#xA;How do I concat various videos to a single VFR video ?

    &#xA;&#xA;

    Here is the command I used :

    &#xA;&#xA;

    ffmpeg -y -vsync 2 -r 25 -f concat -safe 0 -i /tmp/filelist.txt -c:v h264_omx -pix_fmt yuv420p -b:v 524231 -maxrate 524231 -bufsize 1048462 -an /tmp/${DATE}.mp4&#xA;

    &#xA;&#xA;

    I use ffmpeg version 3.2.12-1~deb9u1&#x2B;rpt on (Raspbian 6.3.0-18&#x2B;rpi1&#x2B;deb9u1

    &#xA;

  • Encoding all videos to MP4 and lowering resolution with Ubuntu

    14 avril 2014, par Mauro Valvano

    I have a web server based on Ubuntu 12.04, the user can upload a video (whatever the format/container/codec it is) then i want to convert it to an MP4 video. I tried ffmpeg without good result (and now it is also deprecated).

    How i can do this ?

    The important is also to reduce the resolution for HD videos for reduce video's size.

    Thank you in advance.

  • Dynamic watermark on Moodle videos

    20 janvier 2023, par Jose A. Matarán

    I am a novice moodle administrator and, in addition, they ask me for things that I think are out of the ordinary. My users need their videos to have a dynamic watermark to prevent piracy.

    &#xA;

    I have evaluated some options, such as VDO Cipher, but they seem too expensive for a training that is offered almost free of charge.

    &#xA;

    Can you advise me something else ? In addition to being an administrator, I am an application architect and maybe I could do a custom development, maybe using fmpeg or similar.

    &#xA;

    What do you recommend ?

    &#xA;