Recherche avancée

Médias (91)

Autres articles (77)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (4299)

  • avformat/ivfenc : Change the length fields to 32 bits

    2 octobre 2019, par Raphaël Zumer
    avformat/ivfenc : Change the length fields to 32 bits
    

    There is no change in the encoded bitstream, but this
    ensures that the written field length is consistent
    with the reference implementation.

    Unused bytes are zeroed out for backwards compatibility.

    Signed-off-by : Raphaël Zumer <rzumer@tebako.net>

    • [DH] libavformat/ivfenc.c
  • Ffmpeg split video into multiple chunk but in different duration length

    15 décembre 2020, par Vicky

    I know how to split video into equal duration length, but here i want to split video into un-equal parts and number of parts and duration will be different for each time.

    &#xA;&#xA;

    For ex, video length is 50 sec, i want to split it in 4 parts. &#xA;1) 0 sec - 5 sec &#xA;2) 6 sec - 22 sec&#xA;3) 23 sec - 34 sec&#xA;4) 35 sec - 50 sec&#xA;

    &#xA;

  • libvpx : Support setting color range for vp9.

    9 janvier 2016, par Sasi Inguva
    libvpx : Support setting color range for vp9.
    

    Pass through color range to vp9 encoder. Parse color range in libvpxdec.c.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : Sasi Inguva <isasi@google.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/libvpxdec.c
    • [DH] libavcodec/libvpxenc.c