Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (77)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

Sur d’autres sites (9338)

  • Place logo + change its opacity and scale + add text at random position

    1er mai 2023, par Mark Grindcore

    I have 3 complex filters and can't figure how do i make it in one command to work :

    


      

    1. Random text position
ffmpeg -i video.mp4 -vf drawtext=\"fontsize=40:fontfile=FreeSerif.ttf:fontcolor={color}:text='{watermarkText}':x=if(eq(mod(n\\,20)\\,0)\\,rand(0\\,(w-text_w))\\,x):y=if(eq(mod(n\\,20)\\,0)\\,rand(0\\,(h-text_h))\\,y)\" -c:a copy {outputFile}

      


    2. 


    3. Logo opacity
ffmpeg -i video.mp4 -i pog.png -filter_complex "[1:v]format=argb,geq=r='r(X,Y)':a='0.1*alpha(X,Y)'[zork]; [0:v][zork]overlay" {outputFile}

      


    4. 


    5. Logo scaling
ffmpeg -i video.mp4 -i pog.png -filter_complex "[1][0]scale2ref=w='iw*10/100':h='ow/mdar'[wm][vid];[vid][wm]overlay=10:10" video1.mp4

      


    6. 


    


    Is it even possible to make it as one working command ?

    


  • avcodec/cbs_h265 : fix range of sps_max_sub_layers_minus1

    8 juillet 2024, par James Almer
    avcodec/cbs_h265 : fix range of sps_max_sub_layers_minus1
    

    The VPS referenced by the SPS must always be present as the max value for
    sps_max_sub_layers_minus1 is vps_max_sub_layers_minus1. This replaces a buggy
    custom range check for the aforementioned field.
    Also, add the missing conformance check for sps_temporal_id_nesting_flag while
    at it.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_h265_syntax_template.c
  • ffmpeg compand expand dynamic range example to reduce the noise

    19 janvier 2018, par user1320370

    Hi I need expand the dynamic range on high frequency (from 6000 and over) to reduce the noise.

    There is one one example :

    compand=attacks=0:points=-80/-169|-54/-80|-49.5/-64.6|-41.1/-41.1|-25.8/-15|-10.8/-4.5|0/0|20/8.

    but it is not clear.

    Before use gate I like first expand the dynamic range and after apply a noise gate.

    Can you please help me ?

    Thank you !