Recherche avancée

Médias (91)

Autres articles (64)

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

  • How to merge several videos in a grid, in one video ? [closed]

    14 mai 2021, par Kayra Uckilinc

    I have 36 video files with same dimensions and want to concatenate them into a one single video with 6x6 grid.

    


    Ideally is non-square number of videos are given for example 12, a 4x3 grid as the most square it can be would be great.

    


    I tried with matplotlib's animation library but failed to concatenate videos in both directions first as row then as columns.

    


    Any help is appriciated !

    


  • ffmpeg : Remove audio from nested folders filled with videos without renaming

    18 novembre 2022, par Maxwell

    I have a dataset that is filled with videos, only the visual component of the videos is useful to me so I would like remove the audio data to save space and hopefully improve load times. How can I accomplish this with ffmpeg ? Furthuremore, the file names must be kept the same. The dataset is ucf101 and is formated in 101 sub-folders full of .avi videos 7gb. I would like to use windows 10 cmd.

    


  • Change quality of long videos using ffmpeg

    10 avril 2021, par Captain_Zaraki

    I am trying to use .webm video as input and to increase quality i am rescaling the video and also converting it to .mp4

    


    It is working for short videos but when i use it on videos above 20 minutes duration my system is kept crashing. is there any solution of this ?

    


    ffmpeg -i input.mp4 -vf scale=1280:720 -preset slow -crf 18 output.mp4