Recherche avancée

Médias (91)

Autres articles (65)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (10775)

  • How do you combine videos at specific X and Y positions with FFMPEG ?

    21 mai 2020, par Adrian Elder

    If I have multiple video files, and I want to combine videos at specific x/y coordinates, how would I go about doing that ?

    



    I know that the xstack filter allows you to position videos using a column/row notation.

    



    Say I have multiple different size rectangle frames, and I knew the x/y coordinate of the top left corner, how could I position these using that value ?

    



    See the image :
enter image description here

    


  • Concatenating different rotated videos with ffmpeg

    14 avril 2017, par acilander

    I am trying to concatenate two videos with ffmpeg having different rotation metadata tags. The first one has rotation=180 the other one has no tag at all.

    There are two methods that can be used in ffmpeg : concat demuxer / concat protocol. Protocol is working as expected but demuxer method is not. When I use concat demuxer option in ffmpeg with copy option to avoid re-encoding the following happens :

    First video with rotation = 180 will be rotated correctly. But the second video without rotation flag will also be rotated and will be presented upside down in output video.

    I know about the options to remove rotation metadata or the possiblility to use filters to rotate the videos. But my question is if someone knows if this is expected behaviour of ffmpeg or not. For me it seems like ffmpeg uses rotation metadata from first video and uses it for all other concatenated videos. Is this assumption correct and intended ?

    Thank you for any feedback and explanations.

  • Contrast normalization of several videos with ffmpeg

    4 octobre 2016, par Alan_AI

    I have some video sequences that I need to concatenate, some of them have bad contrast (so dark) and some are just fine. What is the best method to automatically normalize contrast levels among of these videos automatically without manual tweaking ? Preferably using the ffmpeg script

    Thank you