Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (94)

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

  • Revision d19ea3861d : Refactor intra predictor block Remove vp9_intra4x4_predict(). Use the common in

    26 juin 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_rdopt.c



    Refactor intra predictor block

    Remove vp9_intra4x4_predict(). Use the common intra prediction
    function for all block sizes.

    Change-Id : Ibd19d51dfa3da8bbdfb79ddeb81530b2e2089560

  • ffmpeg overlay two videos side by side issue

    1er juillet 2013, par Biggy Smith

    I'm having an issue trying to place to videos side by side with ffmpeg. Heres the command I'm using :

    ffmpeg - i video1.mpeg - i video2.mpeg -filter_complex "[0:v]scale=iw/2:ih/2[left]    
    ;[1:v]scale=iw/2:ih/2[right];[left][right]overlay=main_w/2:0[out]" output.mpeg

    and I keep get the error message :

    Output pad "default" with type video of the filter instance "Parsed_overlay_2" of overlay not connected to any destination.

    Any ideas ?

  • Revision b2fc6fa969 : Adding update_tx_counts function. Moving common encoder/decoder code to update_

    22 juillet 2013, par Dmitry Kovalev

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


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c



    Adding update_tx_counts function.

    Moving common encoder/decoder code to update_tx_counts. Also renaming
    vp9_get_pred_probs_tx_size to get_tx_probs2 and adding get_tx_probs to
    call vp9_get_pred_context_tx_size inside read_selected_tx_size only once
    (twice before).

    Change-Id : Ia50247f3893de88ef8e9041b0d44be44a40aaa4d