Recherche avancée

Médias (91)

Autres articles (67)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (9317)

  • How do i simulate object-fit : fill with fluent-ffmpeg nodejs

    9 juillet 2023, par marvelMiles

    ffmpeg(input) .output(output) .outputOptions("-vf",scale=w=$1920:h=$1080) .outputOptions("-c:a", "copy") .on("end", () => { console.log("Video conversion completed"); }) .on("error", error => { console.error("Video conversion failed:", error); }) .on("progress", function(f) { console.log("...frames ", f.frames); }) .run()
code behave more like object-fit : contain than fill

    


  • lavf/mxfdec : Handle KLV fill

    13 septembre 2024, par Tomas Härdin
    lavf/mxfdec : Handle KLV fill
    
    • [DH] libavformat/mxfdec.c
  • palettegen : Fill with last color, not black

    16 janvier 2019, par Tomas Härdin
    palettegen : Fill with last color, not black
    

    If we fill with black then the generated palette will have one color more
    than what the user requested. This also resulted in unwanted black specks in
    the output of paletteuse, especially when generating small palettes.

    • [DH] libavfilter/vf_palettegen.c
    • [DH] tests/ref/fate/filter-palettegen-2