Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (80)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (8065)

  • ffmpeg Apply overlay without streching source image

    9 avril 2019, par Tabassum Latif

    I have to apply overlay on an image and I’m using Ffmpeg for this purpose. The output is generating fine but the issue that I’m facing is that if size of source image is less than overlay image (i.e. source is 500x500 and overlay is 500x1000 then source image streches to fill the whole area and output image is 500x1000. What I want is that it should not strecth the source image in the output after aplying overlay. But output should be of size as it is giving me now 500x1000. Following is my FFmpeg command : Any ideas would be appreciable. Thanks

    Required input

    enter image description here

    ffmpeg commond :

    command = new String[]{"-y", "-i", filePath,
                   "-i", overlayPath, "-filter_complex",
                   "[1][0]scale2ref[i][m];[m][i]overlay[v]", "-map", "[v]",
                   "-map", "0:a?", "-ac", "2", output};

    Result output

    enter image description here

  • doc : apply various grammar fixes

    10 août 2013, par Bryce W. Harrington
    doc : apply various grammar fixes
    

    The first sentence of each of the modified man pages are worded a bit
    awkwardly. These minor copy-edits should make them clearer.

    Signed-off-by : Bryce Harrington <b.harrington@samsung.com>
    Signed-off-by : Stefano Sabatini <stefasab@gmail.com>

    • [DH] doc/demuxers.texi
    • [DH] doc/ffmpeg.texi
    • [DH] doc/outdevs.texi
    • [DH] doc/protocols.texi
  • avcodec/huffyuvdec : apply vertical filter in steps of 1 line for interlaced BGRA

    25 novembre 2014, par Michael Niedermayer
    avcodec/huffyuvdec : apply vertical filter in steps of 1 line for interlaced BGRA
    

    Fixes out of array read
    Fixes : signal_sigsegv_3287332_2301_cov_2994954934_huffyuv.avi
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/huffyuvdec.c