Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (41)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (7073)

  • android using ffmpeg add custom image as a frame

    14 décembre 2018, par Zohaib Islam

    I’m using FFmpeg for making and editing videos. I’ve successfully converted array of images to videos. Now i want to add custom images as a frame to whole video. I’ve searched a lot but couldn’t find the exact solution.
    I’ve used drawbox tool of FFmpeg but with it we can only make colored frames. I want to add custom image as a frame.

    This the frame that i want to add to whole video

    X

  • Add custom timestamp overlay on video with bash

    28 mai 2015, par tony

    Does anybody know a bash command for linux to write a custom timestamp ( DD:MM HH:MM:SS ) in a video file with ffmpeg, cvlc or any other program ?

  • movenc : Don’t check the custom IO flag when using faststart

    21 octobre 2014, par Martin Storsjö
    movenc : Don’t check the custom IO flag when using faststart
    

    The custom IO flag actually never is set for muxers, only for
    demuxers, so the check was pointless (unless a user intentionally
    would set the flag to signal using custom IO).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c