
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (81)
-
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 (...) -
Les sons
15 mai 2013, par -
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...)
Sur d’autres sites (5575)
-
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 ?