Recherche avancée

Médias (91)

Autres articles (28)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (4546)

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

    


  • avcodec/h2645_sei : validate Mastering Display Colour Volume SEI values

    13 avril 2024, par Kacper Michajłow
    avcodec/h2645_sei : validate Mastering Display Colour Volume SEI values
    

    As we can read in ST 2086 :

    Values outside the specified ranges of luminance and chromaticity values
    are not reserved by SMPTE, and can be used for purposes outside the
    scope of this standard.

    This is further acknowledged by ITU-T H.264 and ITU-T H.265. Which says
    that values out of range are unknown or unspecified or specified by
    other means not specified in this Specification.

    Signed-off-by : Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libavcodec/h2645_sei.c
  • fate/image : Enable fate-webp-rgb-lossless-palette-predictor test

    20 février 2024, par Andreas Rheinhardt
    fate/image : Enable fate-webp-rgb-lossless-palette-predictor test
    

    Postponed in 9f4708c22def8a0f13c3b2bc39baca928bb58aaa
    because the sample had not been uploaded at that time.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/fate/image.mak