Recherche avancée

Médias (91)

Autres articles (62)

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

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

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

Sur d’autres sites (10261)

  • How to delete the media data while writing by FFMPEG ?

    13 février 2017, par Jerikc XIONG

    How to delete part of the media content end of the file while writing by FFMPEG ?

    • The file is being writing by write_packet
    • The media data is end of the file
    • Using FFMPEG 2.8

    Writing packet at this moment like this :

    // the fd doesn't close
    1 2 3 4 5 6 7 8 9
                   |
                   fd

    I need to delete 7 8 9 and the fd pointing 6 and ready to write the next one.

    // ready to write the next one
    1 2 3 4 5 6
             |
             fd

    Any suggestion is prefered, thanks.

  • Anomalie #3294 (Nouveau) : Désactiver l’autoplay sur un media

    15 octobre 2014, par Kadcom San

    Sur SPIP 3.0.17 lorsqu’on insert un media on devrait pouvoir désactiver l’autoplay.
    Or quelque soit le code entré dans l’article

    
    

    le media se lance toujours de façon automatique. D’ailleur le code HTML rendu ne contient aucune commande pour empecher cela.
    Il faudrait par la même, modifier l’aide de rédaction de spip pour intégrer la commande qui permet effectivement de désactiver la lecture automatique.

  • How to convert the format of the media source for exoplayer ?

    18 septembre 2019, par Dinu Nicolae

    Is it possible to convert the format of the media source when playing a video with exoplayer ? I thought that I could use FFMPEG to convert the format, but I do not really know how exoplayer works and the problem is that the media source is not a file, but a stream. It is avi format, which unfortunately is not supported by exoplayer, and I could not find any working player for android that has avi support.

    I see there is a ffmpeg extension for exoplayer, but I do not know if that will solve my problem and I have no idea about NDK and compiling c++ for android and the instructions are very unclear. If someone could explain how to do it or give me a guide that would be nice. This is the link to the exoplayer extension :
    ffmpeg extension