Recherche avancée

Médias (91)

Autres articles (55)

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (8333)

  • avformat/dashenc : Addition of #EXT-X-MEDIA tag and AUDIO attribute

    29 décembre 2017, par Karthick Jeyapal
    avformat/dashenc : Addition of #EXT-X-MEDIA tag and AUDIO attribute
    

    This is required for AV playout from master.m3u8.
    Otherwise master.m3u8 lists only video-only and/or audio-only streams.

    Reviewed-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/dashenc.c
  • Is there any (or possible) html5 player that play videos on different resolution without convertion the media file ?

    1er avril 2020, par In-my-country-we-dont-use-name

    I want to play videos on my website with a html5 media player.I found this for an example :

    &#xA;&#xA;

    https://plyr.io/

    &#xA;&#xA;

    but it needs different videos for every resolution with these codes :

    &#xA;&#xA;

     &#xA;                        &#xA;                        &#xA;                        &#xA;

    &#xA;&#xA;

    I dont want convert media files with some convertion technologies for example ffMpeg, IF IT IS POSSIBLE.So, I want to learn how to play videos on different resolution without convertion.If you know a html5 player, you can suggest me.

    &#xA;&#xA;

    Its urgent.My company loses many thousand dollars everyday because of this problem.If we cant solve this, we cant save us from bankrupt.I dont want go to jail because of depts.

    &#xA;

  • How to run the docker image of snickers : open source http api for media encoding

    16 juillet 2019, par Hossam Kandil

    I am trying to run snickers : open source http api for media encoding docker image
    https://hub.docker.com/r/flavioribeiro/snickers-docker/ .

    I tried to run the docker image by using

    docker run -i -t flavioribeiro/snickers-docker:v3 /bin/bash

    but it doesn’t expose any rest interface as expected. I don’t knew what I miss , maybe I am using wrong running command , I tried to search for it but no luck.