Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (97)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (9406)

  • Adding or overlaying Gif on video in android

    20 décembre 2016, par Umang Kamboj

    I am working on an application in android, its requirement is to overlay gif on a video. Please help me on this, it can use either ffmpeg or media
    codec with OpenGL. Thanks in advance.

  • FFMpeg for android [on hold]

    2 mai 2016, par Mike Albren

    Android media player only supports video playback from file or RTSP , but I need to stream RTP video the comes from UDP network socket so I am thinking to use FFMpeg, but I do not have have any knowledge how to use FFMpeg API,and I do not know if it is an easy task or not , I know FFMpeg is written in c and I know how to compile it and how to use NDK , but I need more information how to use FFMpeg to stream from socket, any one knows good tutorial,example code or open source project do the same job , how should I start ? or if there is another easy way to do the same task on android ?

  • Android - Add text or image while recording video ?

    1er mars 2017, par LuongTruong

    I am struggling with recording and editing videos. For editing, I found a useful library in Android named ffmpeg4Android. However, I am still get stuck in recording video. Here is what I want :

    1/ Add text or images in video while recording
    2/ Add filter while recording video

    I found there is a library GPUImage for Android but it has only some examples related to taking a photo, not to recording video)

    Please let me know if you have any ways or any suggested libraries which can do it.

    Thank you in advance !

    Links which I read when researching :
    Add overlay while record video on Android
    How to Record video with GPUImage ?
    FFMpeg add text to actual video file after recording in Android