Recherche avancée

Médias (0)

Mot : - Tags -/xmp

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

Autres articles (95)

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

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

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

Sur d’autres sites (7888)

  • Revision 40358dc406 : Removing duplicated code for merging two probabilities. Adding common merge_pro

    25 juillet 2013, par Dmitry Kovalev

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


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymv.c


     Modify /vp9/common/vp9_treecoder.h



    Removing duplicated code for merging two probabilities.

    Adding common merge_probs and merge_probs2 functions. Changing ints to
    usigned ints in some places.

    Change-Id : Icf088ffdea7cf5b95284a128916409bdd53506b0

  • 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

  • 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 ?