Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (73)

  • 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

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (13972)

  • Revision 42f31923b0 : BITSTREAM - CLARIFICATION OF MV SIZE RANGE The codec should effectively run wit

    28 septembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_entropymv.h


     Modify /vp9/decoder/vp9_decodemv.c



    BITSTREAM - CLARIFICATION OF MV SIZE RANGE

    The codec should effectively run with motion vector of range (-2048, 2047)
    in full pixels, for sequences of 1080p and below. Add assertions to clarify
    this behavior.

    Change-Id : Ia0cac28249f587d8f8882205228fa480263ab313

  • Revision 6d3bd96607 : BITSTREAM - CLARIFICATION OF MV SIZE RANGE The codec should effectively run wit

    28 septembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_entropymv.h


     Modify /vp9/decoder/vp9_decodemv.c



    BITSTREAM - CLARIFICATION OF MV SIZE RANGE

    The codec should effectively run with motion vector of range (-2048, 2047)
    in full pixels, for sequences of 1080p and below. Add assertions to clarify
    this behavior.

    Change-Id : Ia0cac28249f587d8f8882205228fa480263ab313

  • How to set yuv to full range in a mpeg2video ?

    7 mai 2021, par Jefferson Villasan Josol

    I've found out that YUV420P has a limited range based on MediaInfo. How can I set that into Full range using ffmpeg ? Does anyone know how to set it into Full ?
I'm currently using mpeg2video -q:v 0 because it has an acceptable quality and small file sizes compared to x264 -crf 0.
Thanks in advance for those who can help me !

    


    Edit : I prefer mpeg2video because it is much faster compared to x264 encoding. And I've also noticed that -q:v 0 is better than -q:v 2. I don't know if it sounds strange but on my phone, the quality is really better if I use the -c:v mpeg2video -q:v 0