Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (46)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (5467)

  • vp8 : initialize color space and range properties

    5 octobre 2014, par Vittorio Giovara
    vp8 : initialize color space and range properties
    
    • [DBH] libavcodec/vp8.c
    • [DBH] libavcodec/vp8.h
  • ffmpeg neighbor resize giving distortion when resizing video game footage. 2x2 pixels converted to 3x3 don't hold their color and are pixelated

    12 avril 2020, par PixelFrustated

    Here is my ffmpeg code :

    



    ffmpeg -i C :\FFMPEG\bin\input.mp4 -vf "scale=-2:1080" -sws_flags neighbor -c:v libx264 -crf 0 -preset Slow -c:a copy -b:a 320k C :\FFMPEG\bin\VIDEO2_1080p.mp4

    



    I'm converting a 720p video to 1080p. The game is 2x2 pixels and when I do the conversion they should be flat 3x3 pixels but instead they come out with slight miscolors on the insides between the pixels and their color is slightly off.

    



    Can anyone help me figure out why this warped ?

    



    Pixels on the left are 2x2 and are converted to the pixels on the right.

    



    Instead of 2x2 expanding out to a 3x3 it takes a weird blend going vertical but the horizontal pixels are just fine.

    


  • avfilter/buffersrc : promote unspecified color metadata

    12 janvier 2024, par Niklas Haas
    avfilter/buffersrc : promote unspecified color metadata
    

    Currently, this only affects untagged RGB/XYZ/Gray, which get forced to
    their corresponding metadata before entering the filter graph. The main
    justification for this change, however, is the planned ability to add
    automatic promotion of unspecified yuv to mpeg range yuv.

    Notably, this change will never allow accidentally cross-promoting
    unspecified to jpeg or to a specific YUV matrix, since that is still
    bound by the constraints of YUV range negotiation as set up by
    query_formats.

    • [DH] libavfilter/buffersrc.c
    • [DH] tests/ref/fate/rgb24-mkv