Recherche avancée

Médias (91)

Autres articles (111)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (7155)

  • Revision 5de9280ae9 : tx_skip mode for lossy coding This patch improves the non-transform coding mode

    23 novembre 2014, par hui su

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/common/vp9_quant_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h


     Modify /vp9/encoder/vp9_rdopt.c



    tx_skip mode for lossy coding

    This patch improves the non-transform coding mode. At this
    point, the coding gain on screen content videos is about
    12% for lossless, an 15% for lossy case.

    1. Encode tx_skip flags with context. Y tx_skip flag context is
    whether the prediction mode is inter or intra. UV flag context
    is Y flag.

    2. Transform skipping is less helpful when the Q-index is high.
    So it is enabled only when the Q-index is smaller than a
    threshold. Currently the threshold is set as 255 for intra blocks,
    and 0 for inter blocks.

    3. The shift of the prediction residue, when copying them to the
    coeff buffer, is set as 3 when the Q-index is larger than a
    threshold (currently set as 0), and 2 otherwise.

    Change-Id : I372973c7518cf385f6e542b22d0f803016e693b0

  • Is it possible to slow down the audio more than 4 times in ffmpeg ?

    21 mars 2020, par AlexZheda

    It appears that ffmpeg does not allow to slow a video down more than 4 times.

    ffmpeg -i in.mp4 -filter_complex "[0:a]atempo=.5,atempo=.5,atempo=.5,asetpts=N/SR/TB[aa];[0:v]setpts=8*PTS[vv]" -map "[aa]" -map "[vv]" out_x8.mp4

    I am getting Too many packets buffered for output stream 0:0.
    error.
    Whenever I do only 2 times atempo=.5, the same command works.
    Why is that so and are there any workarounds for that ?

  • Show the correct settings for —preset slow in —fullhelp

    1er décembre 2016, par Henrik Gramner
    Show the correct settings for —preset slow in —fullhelp
    

    The slow preset was recently adjusted but we forgot to update the
    corresponding —fullhelp message to reflect the change.

    • [DH] x264.c