Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (72)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10048)

  • Python code to concat videos and images using ffmpeg

    9 décembre 2019, par srt243

    I have a folder with multiple mxf files in it and I want to join the files by inserting an image for n number of duration between videos. Below is the list with the duration for which an image needs to be inserted for.

    ['00:00:06:17', '00:00:00:16', '00:00:01:05', '00:00:00:31', '00:00:01:01']

    For example, if the folder has 5 mxf files then,

    video1 + image for 00:00:06:17 + video2 + image for 00:00:00:16 + video 3, etc...

    Any pointers will be much appreciated.

  • Build FFMPEG 1.2 (Code name magic) for android

    3 juillet 2013, par Jijo Varghese

    I'm working on a multimedia project. Where i need to concatenate more than one videos. I found that ffmpeg concat demuxer has been added to ffmpeg fire flower (version 1.1). Somebody help me out on, how to builid ffmpeg 1.1 / 1.2 for android ?.

    I've checked all other alternatives, None succeeded. Thanks in advance !!

  • libav avformat_open_input error code -1094995529

    17 juin 2015, par mohamed

    I am using libav to decode njpeg stream, I read each frame as a byte array.
    using AVIOContext to read the array and make an AVFormatContext
    I got 2 frames decoded, the third one, the function
    avformat_open_input returns -1094995529

    What is that error code, so I can find out the problem ?