Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (62)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (6375)

  • avfilter/vf_fftdnoiz : Remove redundant ' ;'

    6 mai 2022, par Andreas Rheinhardt
    avfilter/vf_fftdnoiz : Remove redundant ' ;'
    

    These are actually null statements here and therefore lead
    to -Wdeclaration-after-statement warnings.

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

    • [DH] libavfilter/vf_fftdnoiz.c
  • avfilter/drawtext : fix box sizing

    10 juillet 2018, par Gyan Doshi
    avfilter/drawtext : fix box sizing
    

    At present, box size is clipped to frame size before being drawn,
    which can lead to the box not fully covering animated text which is
    longer than one or both frame dimensions.

    Since ff_blend_rectangle correctly takes care of clipping, it is skipped
    here which results in correct box sizing

    • [DH] libavfilter/vf_drawtext.c
  • configure : rename cuda to ffnvcodec

    3 mars 2018, par Timo Rothenpieler
    configure : rename cuda to ffnvcodec
    

    Right now, if someone configures ffmpeg with for example —enable-nvenc they will
    get an error message complaining about missing cuda.
    This is very confusing and already has lead people into installing the CUDA SDK,
    even though it's not what they need.

    This will make it complain about ffnvcodec instead.

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] configure