Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (12551)

  • Revision d04a0d77fb : Merge "Copy VP9 second-level sub-pixel search change to VP10"

    14 août 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp10/encoder/mcomp.c



    Merge "Copy VP9 second-level sub-pixel search change to VP10"

  • Revision 0ea70f77a5 : Copy VP9 second-level sub-pixel search change to VP10 Merged patch "Improve the

    14 août 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp10/encoder/mcomp.c



    Copy VP9 second-level sub-pixel search change to VP10

    Merged patch "Improve the second-level sub-pixel motion search"
    (commit : 7418b176ce1c985637c639280d70b12bdc850e57) to VP10.

    Change-Id : I89b5d76624290c47dd84d9c5332b4909238e268d

  • What does "level" mean in FFprobe output ?

    8 mars 2017, par shintaroid

    I do not understand some attributes in the output by FFprobe

    For a sample file

    $ ffprobe -v error -show_format -show_streams input.mp4
    [STREAM]
    index=0
    codec_name=h264
    codec_long_name=H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    profile=High
    width=320
    height=240
    has_b_frames=2
    pix_fmt=yuv420p
    level=13                <= This one!
    color_range=N/A

    What does "level" mean here ? Is there any document explain those attributes ?