Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (60)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • avcodec : Mark some codecs with threadsafe init as such

    7 février 2017, par Derek Buitenhuis
    avcodec : Mark some codecs with threadsafe init as such
    

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/aasc.c
    • [DH] libavcodec/aic.c
    • [DH] libavcodec/anm.c
    • [DH] libavcodec/ansi.c
    • [DH] libavcodec/aura.c
    • [DH] libavcodec/avrndec.c
    • [DH] libavcodec/avs.c
    • [DH] libavcodec/avuidec.c
    • [DH] libavcodec/bethsoftvideo.c
    • [DH] libavcodec/bfi.c
    • [DH] libavcodec/bmvvideo.c
    • [DH] libavcodec/c93.c
    • [DH] libavcodec/cllc.c
    • [DH] libavcodec/cyuv.c
    • [DH] libavcodec/fraps.c
    • [DH] libavcodec/lcldec.c
    • [DH] libavcodec/pngdec.c
    • [DH] libavcodec/r210dec.c
    • [DH] libavcodec/utvideodec.c
    • [DH] libavcodec/v408dec.c
    • [DH] libavcodec/vble.c
    • [DH] libavcodec/zerocodec.c
  • Mark some arrays that never change as const.

    3 juillet 2016, par Anton Khirnov
    Mark some arrays that never change as const.
    
    • [DBH] configure
    • [DBH] libavcodec/aaccoder.c
    • [DBH] libavcodec/aacenc.c
    • [DBH] libavcodec/aacenc.h
    • [DBH] libavcodec/aic.c
    • [DBH] libavcodec/amrnbdata.h
    • [DBH] libavcodec/amrwbdata.h
    • [DBH] libavcodec/atrac3plus.c
    • [DBH] libavcodec/dfa.c
    • [DBH] libavcodec/g722dec.c
    • [DBH] libavcodec/h263data.c
    • [DBH] libavcodec/h263data.h
    • [DBH] libavcodec/indeo3.c
    • [DBH] libavcodec/indeo4data.h
    • [DBH] libavcodec/mpeg4videodec.c
    • [DBH] libavcodec/on2avc.c
    • [DBH] libavcodec/on2avcdata.c
    • [DBH] libavcodec/on2avcdata.h
    • [DBH] libavcodec/opus_silk.c
    • [DBH] libavcodec/qsvdec_h2645.c
    • [DBH] libavcodec/qsvenc_hevc.c
    • [DBH] libavcodec/sipr.c
    • [DBH] libavcodec/sipr16k.c
    • [DBH] libavcodec/sipr16kdata.h
    • [DBH] libavcodec/siprdata.h
    • [DBH] libavcodec/tscc2data.h
    • [DBH] libavcodec/vaapi_encode.c
    • [DBH] libavcodec/vaapi_encode_mjpeg.c
    • [DBH] libavcodec/vp8.c
    • [DBH] libavcodec/vp9block.c
    • [DBH] libavcodec/vp9data.c
    • [DBH] libavcodec/vp9data.h
    • [DBH] libavcodec/x86/fdct.c
    • [DBH] libavcodec/x86/mlpdsp.c
    • [DBH] libavcodec/x86/videodsp_init.c
    • [DBH] libavfilter/af_volume.c
    • [DBH] libavfilter/vf_drawtext.c
    • [DBH] libavfilter/vf_libopencv.c
    • [DBH] libavfilter/vf_overlay.c
    • [DBH] libavformat/hls.c
    • [DBH] libavformat/id3v2.c
    • [DBH] libavformat/id3v2.h
    • [DBH] libavformat/mov_chan.c
    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/mxfdec.c
    • [DBH] libavresample/audio_mix.c
    • [DBH] libavutil/hwcontext.c
    • [DBH] libavutil/hwcontext_vaapi.c
    • [DBH] libavutil/parseutils.c
    • [DBH] libavutil/pixdesc.c
    • [DBH] libavutil/stereo3d.c
  • record video in android with water mark

    14 janvier 2017, par linson

    Hi want to create a android app in which user can capture video.
    While capturing a water mark image should be shown in each frame and user can save this recorded video.

    Is there any existing code is available for the same ?