Recherche avancée

Médias (91)

Autres articles (63)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7441)

  • Creating a GIF with fluent-ffmpeg, overlay is not shown ?

    5 mars 2021, par blablubla12

    I'm trying to create a GIF from an mp4 video, with an overlay on it. So there are two inputs, video.mp4 and overlay.png, both of them are https urls.

    


    The gif is created, ffmpeg shows no errors but the overlay doesn't appear in the gif. The code :

    


    ffmpeg()
    .withOptions([
        '-i video.mp4'
        `-ss 1`,
        `-i overlay.png`,
        '-f gif',
        `-filter_complex [0:v]trim=duration=3,setpts=PTS-STARTPTS,scale=450:-1[trimmed];[trimmed]split[trimmed1][trimmed2];[trimmed2]reverse[rev];[trimmed1][rev]concat=n=2:v=1:a=0[v];[v][1:v]overlay=0:0:format=rgb[overlayed];[overlayed]split[a][b];[a]palettegen=stats_mode=diff[palette];[b][palette]paletteuse=bayer:bayer_scale=3.5`
    ])
    .on('start', cmdLine => {
        console.log(`Started FFMpeg`, cmdLine);
    })
    .on('end', () => {
        console.log(`Success!.`);
        resolve();
    })
    .on('error', (err: Error, stdout, stderr) => {
        console.log(` Error:`, err.message);
        console.error('stdout:', stdout);
        console.error('stderr:', stderr);
        reject();
    })
    .pipe(destinationStream, { end: true });


    


    Note : I have to use a stream, instead of saving to file.

    


  • mandelbrot : support different outer coloring methods.

    11 novembre 2011, par Michael Niedermayer

    mandelbrot : support different outer coloring methods.

  • Tests : Make sure long TLDs work fine for email and url methods

    16 juin 2015, par jzaefferer
    Tests : Make sure long TLDs work fine for email and url methods