Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (74)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7069)

  • The new FOMS : Open Media Developers at OVC

    13 août 2011, par silvia

    Since 2007 I have organised the annual Foundations of Open Media Software (FOMS) developers workshop. Last year it was held for the first time in the northern hemisphere, in fact on the two days straight after the Open Video Conference (OVC). This year I’m really excited to announce that the (...)

  • Use CSS media queries to define file name display.

    22 mai 2020, par blueimp
    Use CSS media queries to define file name display.
    

    Improve responsive table layout.

  • Prepare Webm videos for Media Source Extensions API using ffmpeg

    6 février 2018, par ler

    I’m trying to prepare a Webm video using ffmpeg to use with Media Source Extensions API, but i couldn’t manage it to work properly, when i make a video using this :

    ffmpeg -i  -c:v libvpx -c:a libvorbis

    And try to use that video with Media Source Extensions API, it didn’t play properly, the video start before the audio, i read in one article that Unfortunately FFMPEG often doesn't generate WebM files with correctly aligned clusters.
    Is there a way to produce a video with ffmpeg that work with Media Source Extensions API without any problem ?