Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (60)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (9801)

  • Using ffmpeg for an Overlay [closed]

    4 juillet 2022, par Complete Savage

    I have a video thats a random amount long (it changes each time i run the project) (input.avi) (16:9 ratio)
Then i have another video that is around 10 seconds (this is fixed) (underlay.avi) (9:16 ratio)
I want to have underlay.avi under the input.avi and down about 1/3 so it looks like this :

    


    image

    


    Note that top part is also part of the underlay.avi

    


    Does anyone know how i would execute this ?

    


  • Revision 3e0ea7f6e1 : vp9 : Remove superfluous command. - vpx_calloc is called on arf_not_zz above. -

    3 décembre 2012, par Frank Galligan

    Changed Paths : Modify /vp9/encoder/vp9_mbgraph.c vp9 : Remove superfluous command. - vpx_calloc is called on arf_not_zz above. - Note The removed vpx_memset call had an issue with sizeof. Change-Id : I86fd7a167d0a042e581e613e2a6c0b5e63073fc6

  • avutil/csp : add EOTF function definitions

    25 novembre 2024, par Niklas Haas
    avutil/csp : add EOTF function definitions
    

    The existing av_csp_trc_func_from_id() mostly implements the OETF, except for
    PQ. As such, we are currently missing a precise definition of an ITU-R EOTF.
    Introduce the new functions av_csp_itu_eotf() and av_csp_itu_eotf_inv(), to fill
    this void. Note that this is not possible in all cases, e.g. AVCOL_TRC_LOG which
    has no corresponding EOTF definition in any ITU-R standard.

    Note that we cannot implement the proper HLG and SMPTE 428 OOTFs without access
    to all three color channels, because they are not independent per channel. As a
    result, we need to define them on double[3] instead of double (*func)(double).

    • [DH] doc/APIchanges
    • [DH] libavutil/csp.c
    • [DH] libavutil/csp.h
    • [DH] libavutil/version.h