
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (63)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe 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 (...)
Sur d’autres sites (9281)
-
Revision 40358dc406 : Removing duplicated code for merging two probabilities. Adding common merge_pro
25 juillet 2013, par Dmitry KovalevChanged 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 KovalevChanged 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 SmithI'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.mpegand 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 ?