Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (97)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (9763)

  • Merge commit ’90bc423212396e96a02edc1118982ab7f7766a63’

    1er février 2017, par Clément Bœsch
    Merge commit ’90bc423212396e96a02edc1118982ab7f7766a63’
    

    * commit ’90bc423212396e96a02edc1118982ab7f7766a63’ :
    mov : Wrap stsc index and count compare in a separate function

    The mov_stsc_index_valid() function is replaced with a macro to prevent
    signdness issues (index is not always signed, and count is always
    unsigned currently).

    The comparison is also adjusted to reduce the risk of overflows.

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] libavformat/mov.c
  • Can i add any independent two mp4 files in java without any corruptness or data loss ? [duplicate]

    27 février 2018, par Arpit Pagaria

    This question already has an answer here :

    I have tried "copy /b "C :\File.mp4" + "C :\File1.mp4" CombinedFile.mp4" windows command but not worked. I have also tried ffmpeg command but the second file got corrupted. Can any one refer me that how it work internally ? On what factors merge depends ?
    Software add any two files perfectly. Is there any way that I can add two mp4 files in Java/jsp without any dependency ?

  • Revision 5c808ba13a : Add max burst bitrate control. Applies an upper limit on burst bitrate for any

    10 janvier 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c



    Add max burst bitrate control.

    Applies an upper limit on burst bitrate for any
    frame. This is to insure that typical encodes for YT
    do not produce frames that are so large that they
    risk stalling HW implementations. Such frames
    could also cause playback problems in SW.

    For now the limit is set at 250 bits per MB for 1080P
    and larger (with the 1080P limit used for smaller frames).

    Setting maxQ, constant quality mode or targeting a
    very high bandwidth will have precedence over this limit.

    Change-Id : Ie6f776c38b06ac7cec043d034085f4b79ee46a38