Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (52)

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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

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

Sur d’autres sites (6152)

  • Revision d17ac4feb2 : Continued rate control clean-ups Moves all post encode rate control updates to

    27 novembre 2013, par Deb Mukherjee

    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


     Modify /vp9/encoder/vp9_ratectrl.h



    Continued rate control clean-ups

    Moves all post encode rate control updates to a separate function
    plus other cleanups.

    Change-Id : I70e8eccf666c88d8b649b969997fd84d27e4baaa

  • build : add .metal to vpath to fix build error

    20 décembre 2021, par Zhao Zhili
    build : add .metal to vpath to fix build error
    

    Signed-off-by : Aman Karmani <aman@tmm1.net>

    • [DH] Makefile
  • HLS Streaming on IPad with IOS 7 / 8 causes 10 seconds freezed frame - no clue why

    25 juin 2014, par user3747636

    We have a problem with HLS h.264 mp4 on IPad devices using HLS streaming on IOS 7 and 8 :

    The first 9-15 seconds (the length of the first TS segment) only shows the first key frame (IDR) of the second TS segment, while the sound plays normally. When the second segment begins to play, the video continues as it should.

    HLS segmenter is a wowza with 10 seconds segment length. The encoding software we use is TMPG, latest version (uses x264). The funny thing is, that handbrake, xmedia recode, adobe me deliver videos which work. I am aware of the fact, that this hints to a bug within our encoding software, but if someone already had that problem with another software / segmenter combination and fixed it, I would like to know what the source of the problem was.

    What we already tried :

    • changing almost every setting so that it sticks as close as possible to apple’s recommendations
    • changing GOP structure, GOP length, encoding parameters which influence efficiency of encoding
    • analysis of the TS segments created by wowza, they are fine and begin all with keyframes
    • contact TMPG/Apple/Wowza support

    So, did anyone stumble upon this problem before ? Has anyone solved it ?

    EDIT :

    It seems that TMPGEnc uses a defective x264 implementation. The mediastreamvalidator tool from Apple returned an error stating that our TS segment "does not contain any IDR access unit with a SPS and a PPS" - which it does actually, but obviously in the wrong places if that somehow matters.