Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (14)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (4217)

  • Revision 3cffa0c74e : Move vp9_thread.* to common. Prepare for frame parallel decoding, the reference

    7 juillet 2014, par hkuang

    Changed Paths :
     Modify /test/vp9_thread_test.cc


     Add /vp9/common/vp9_thread.c
    (from /vp9/decoder/vp9_thread.c
    :10aa23f751069fe464fbc3c0e35dcf9294f055f7)
     Add /vp9/common/vp9_thread.h
    (from /vp9/decoder/vp9_thread.h
    :10aa23f751069fe464fbc3c0e35dcf9294f055f7)
     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.h


     Modify /vp9/decoder/vp9_dthread.h


     Delete /vp9/decoder/vp9_thread.c


     Delete /vp9/decoder/vp9_thread.h


     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9dx.mk



    Move vp9_thread.* to common.

    Prepare for frame parallel decoding, the reference count buffers
    need to be protected by mutex. Move vp9_thread.* to common
    folder so that those buffers could use cross-platform mutex
    from vp9_thread.*.

    (cherry picked from commit 337e8015c9deaf8ab7e8d0c3c132160a77dd1590)

    Change-Id : I0587a08447925f4554d7788686a31483c2ae3f37

  • avcodec : export motion vectors in frame side data on demand

    16 juillet 2014, par Clément Bœsch
    avcodec : export motion vectors in frame side data on demand
    

    The reasoning behind this addition is that various third party
    applications are interested in getting some motion information out of a
    video "for free" when it is available.

    It was considered to export other information as well (such as the intra
    information about the block, or the quantization) but the structure
    might have ended up into a half full-generic, half full of codec
    specific cruft. If more information is necessary, it should either be
    added in the "flags" field of the AVMotionVector structure, or in
    another side-data.

    This commit also includes an example exporting them in a CSV stream.

    • [DH] .gitignore
    • [DH] configure
    • [DH] doc/APIchanges
    • [DH] doc/Makefile
    • [DH] doc/codecs.texi
    • [DH] doc/examples/Makefile
    • [DH] doc/examples/extract_mvs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/options_table.h
    • [DH] libavutil/Makefile
    • [DH] libavutil/frame.c
    • [DH] libavutil/frame.h
    • [DH] libavutil/motion_vector.h
    • [DH] libavutil/version.h
  • ffmpeg : Fix missing {} in Stream to Packet side data code

    28 août 2014, par Michael Niedermayer
    ffmpeg : Fix missing {} in Stream to Packet side data code
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c