Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (60)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6286)

  • 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

  • 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