Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (72)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9285)

  • avcodec/videotoolboxenc : inherit profile from AVCodecContext

    9 juin 2023, par Zhao Zhili
    avcodec/videotoolboxenc : inherit profile from AVCodecContext
    

    This can happen when user set the avctx->profile field directly
    instead of specify profile via option.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/videotoolboxenc.c
  • avcodec/videotoolboxenc : use int as the type of profile

    9 juin 2023, par Zhao Zhili
    avcodec/videotoolboxenc : use int as the type of profile
    

    Other than save a few bytes, it also has the benefit to show the
    AV_OPT_TYPE_CONST value in help, e.g.,

    -profile <int> E..V....... Profile (from 0 to INT_MAX) (default 0)
    baseline 66 E..V....... Baseline Profile
    ...

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/videotoolboxenc.c
  • avcodec/mediacodecenc : add profile names to options

    9 juin 2023, par Zhao Zhili
    avcodec/mediacodecenc : add profile names to options
    

    H.264 high10/high422/high44 are unlikely supported by devices.
    It's there for developers to do the experiment.

    H.265 main10 works on my device with AV_PIX_FMT_MEDIACODEC.
    OMX_COLOR_FormatYUV420Planar16 doesn't work.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/mediacodecenc.c