Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (46)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6258)

  • How to input canvas buffer to fluent-ffmpeg

    29 octobre 2022, par Lol

    Hi i have a function which return.

    


    canvas.toBuffer('image/png');


    


    In my index.js file how i can input image to ffmpeg.

    


    const ffmpeg = require('./ffmpeg');
const generateImage = require('./contentimage.js');

const myfact = "This is my fact"

async function generateVideo() {
  ffmpeg()
    .input(await generateImage(myfact))
    .input('./input.mp3')
    .audioCodec('libmp3lame')
    .videoCodec('libx264')
    .save('./video.mp4');
}

generateVideo();


    


    I am using the above code but it is showing invalid input at 8:8

    


  • Core : Fix reference to whatwg spec

    11 janvier 2015, par jzaefferer
    Core : Fix reference to whatwg spec
    

    Ref #1372

  • lavc/dvdsubenc : only check canvas size when it is actually set

    30 novembre 2023, par Anton Khirnov
    lavc/dvdsubenc : only check canvas size when it is actually set
    

    Fixes #10650

    • [DH] libavcodec/dvdsubenc.c