Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (76)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Ghosting in colour channels

    24 mai 2024, par Blikpils

    This seems like a very specific question so i hope there is someone who can help me out.
Within FFMPEG i am trying to add (channel pack) 3 different grayscale videos in RGB within a webm or mp4 video. I got it to work to a degree via Merge planes.
This is what i tried :

    


    ffmpeg -y -i video1.webm -i video2.webm -i video3.webm -filter_complex "[0:v]format=gray[r]; [1:v]format=gray[g]; [2:v]format=gray[b]; [g][b][r]mergeplanes=0x001020:format=gbrp" -pix_fmt yuv420p -t 00:00:03 output.webm


    


    This is the result :
enter image description here

    


    As you see the 9 is visible in the red and blue channel and so are each of the other channels

    


    I have tried just extracting a single channel in a video, change the compression change the format change the color space, make sure that its all linear but each seem to have the limitation of some smearing/artifacts between the other channels.

    


    Is it at all possible to add different grayscale streams in the color channels without any artifacts and if so in which direction should i look ?

    


    Any help would be greatly appreciated !

    


  • avutil/channel_layout : print channels using av_channel_name_bprint in av_channel_layo...

    15 mars 2022, par Marton Balint
    avutil/channel_layout : print channels using av_channel_name_bprint in av_channel_layout_describe_bprint
    

    This reduces code duplication an allows printing AMBI%d channel names for
    custom layouts for non-standard or partial ambisonic layouts.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/channel_layout.c
  • Merge commit ’ed53cc217f6a6e4ddb35e3f01a79496091dc82dc’

    12 août 2014, par Michael Niedermayer
    Merge commit ’ed53cc217f6a6e4ddb35e3f01a79496091dc82dc’
    

    * commit ’ed53cc217f6a6e4ddb35e3f01a79496091dc82dc’ :
    hevc : derive partial merge list

    Conflicts :
    libavcodec/hevc_mvs.c

    See : 4576eff05d94a5e0b853a7a595d31351cc539e7b
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc_mvs.c