Recherche avancée

Médias (91)

Autres articles (49)

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

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (8303)

  • RTSP player volume control using FFMPEG iOS7

    21 mai 2014, par sansid1983

    I am able to show 2 RTSP video streams from 2 IP cameras by working on https://github.com/durfu/DFURTSPPlayer.

    The video plays smoothly and audio is also working fine. But i am unable to increase or decrease volume of each RTSPPlayer. FFMPEG framework is included in it. If any has an idea how i can enable this feature please do share.

  • avformat/hlsenc : check dirname and fix vtt problem

    12 novembre 2018, par Steven Liu
    avformat/hlsenc : check dirname and fix vtt problem
    

    fix ticket : 7527
    check dirname before use it
    refine webvtt code in the hls_delete_old_segments

    Reported-by : caspy
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c
  • Revision 6be2b750b8 : Layer based rate control for CBR mode. This patch adds a buffer-based rate cont

    2 février 2014, par Marco Paniconi

    Changed Paths :
     Modify /examples.mk


     Modify /test/datarate_test.cc


     Modify /test/encode_test_driver.h


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/src/svc_encodeframe.c


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_encoder.h


     Add /vpx_temporal_scalable_patterns.c



    Layer based rate control for CBR mode.

    This patch adds a buffer-based rate control for temporal layers,
    under CBR mode.

    Added vpx_temporal_scalable_patters.c encoder for testing temporal
    layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).

    Updated datarate unittest with tests for temporal layer rate-targeting.

    Change-Id : I9cb6cce2494390ae6096ee17774af7fb9308bde7