Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (95)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

Sur d’autres sites (5338)

  • Android ffmpeg concat videos

    30 mai 2016, par farokovic

    I would like to concatenate two videos

    public void genererVideo() {
       String cmd1 = "-y -i /sdcard/video3.mp4 -i /sdcard/video3.mp4 -filter_complex '[0:1] [0:0] [1:1] [1:0] concat=n=2:v=1:a=1 [v] [a]' -map '[v]' -map '[a]' /sdcard/videoo.mp4";

       String[] command = cmd1.split(" ");

       if (command.length != 0) {
           execFFmpegBinary(command);
       } else {
           Toast.makeText(SelectedImageActivity.this, "Abd", Toast.LENGTH_LONG).show();
       }
    }
  • How to create videos from images using ffmpeg android ? [on hold]

    30 mai 2016, par Gaju

    Hello every one I want to do these three things :

    1. Create videos form no of images and play as a slide show ?
    2. Merge Audio and Video in video file.
    3. Merge two video ?

    For this I am using ffmpeg command using android ffmpeg library. I uesd many command also create video from images but its duration for images not well i some times finish video in 1 second or sometimes it will show only one images and also sometimes it play slides at a very fast speed. So what i do for this ? and I also tried with Javacv, but not getting any exact solution.

  • avcodec/proresdec2 : Add support for grayscale videos

    27 mai 2016, par Håvard Espeland
    avcodec/proresdec2 : Add support for grayscale videos
    

    Signed-off-by : Håvard Espeland <espeland@mixedrealities.no>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/proresdec2.c