Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (101)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (8047)

  • avformat/mxfenc : Add object model version

    17 mars 2018, par Michael Niedermayer
    avformat/mxfenc : Add object model version
    

    Other tools (XFConvert at least) write this as well.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mxfenc.c
    • [DH] tests/ref/fate/copy-trac4914
    • [DH] tests/ref/fate/mxf-reel_name
    • [DH] tests/ref/fate/time_base
    • [DH] tests/ref/lavf/mxf
    • [DH] tests/ref/lavf/mxf_d10
    • [DH] tests/ref/lavf/mxf_dv25
    • [DH] tests/ref/lavf/mxf_dvcpro50
    • [DH] tests/ref/lavf/mxf_opatom
    • [DH] tests/ref/lavf/mxf_opatom_audio
  • FFmpeg get motion vectors without decoding video [duplicate]

    15 mai 2021, par user1315621

    I would like to access the motion vectors of an h264 video stream without decoding the video. I know that this show the video and the motion vectors :

    &#xA;

    ffplay -i myvideo.avi -flags2 &#x2B;export_mvs -vf codecview=mv=pf&#x2B;bf&#x2B;bb

    &#xA;

    How can I avoid decoding the entire video to save CPU ? The reason I want to do that is that I’ll then need to parse this data in Python.

    &#xA;

  • Revision c765cd1a78 : Properly handle the effective motion vector in inferred mv modes This commit al

    16 juillet 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Properly handle the effective motion vector in inferred mv modes

    This commit allows vpxenc to properly set the effective motion
    vector values in the mode_info struct for inferred motion vector
    modes. It resolves an enc/dec mismatch issue due to the mode info
    struct loaded from external file has conflict effective motion
    vector and inferred prediction mode.

    Change-Id : I1f47aeaf2b92fcd4dd3d4f3644b88466495be070