Recherche avancée

Médias (91)

Autres articles (55)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (8383)

  • FFmpeg - blurry or transparent outlines [duplicate]

    10 avril 2020, par q55awr

    I'm merging a bunch of videos into one and I'm looking for a specific effect / technique to add to a each of those videos. But I don't exactly know what that effect is called and how to achive it by ffmpeg.

    



    I would describe the outcome as a video with 3 columns . In the center you got the actual video and left and right there's a blurry version of that same video.

    



    Is something like this possible with ffmpeg ?

    



    Example :
enter image description here

    


  • HTML5 Media and Accessibility presentation

    23 février 2010, par silvia

    Today, I was invited to give a talk at my old workplace CSIRO about the HTML5 media elements and accessibility. A lot of the things that have gone into Ogg and that are now being worked on in the W3C in different working groups – including the Media Fragments and HTML5 WGs – were also (...)

  • Could not load file or assembly 'accord.video.ffmpeg.x64.dll' or one of its dependencies

    15 novembre 2022, par malt_man

    I'm using Accord.video.ffmpeg.x64. My project is built in x64 as well. It is a click once windows forms application. I installed accord through nuget. C++ redistributor is installed.

    



    Everything works fine when I run the program from debug. But when I publish it and try to run it (on the same machine or any other machine) I get the error "could not load file or assembly 'accord.video.ffmpeg.x64.dll' or one of its dependencies."

    



    Thank you for any help you can provide.