
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (82)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10810)
-
Revision d427fab587 : Fix bug in extend_frame chroma extended too far This fixes issue 667. In the c
22 novembre 2013, par Adrian GrangeChanged Paths :
Modify /vpx_scale/generic/yv12extend.c
Modify /vpxdec.c
Fix bug in extend_frame chroma extended too farThis fixes issue 667.
In the case where the frame was an odd number of pixels
wide or high, the border was being extended by one col
or row too far.The calculation of color plane dimensions was modified
to use those already computed at the time the frame
buffer was allocated.Also freed the temporary scaling buffer in vpxdec to
prevent a memory leak.Change-Id : Ied04bdcdfd77469731408c05da205db1a6f89bf5
-
Revision 2e88f2f2ec : Fix bug in extend_frame chroma extended too far This fixes issue 667. In the c
22 novembre 2013, par Adrian GrangeChanged Paths :
Modify /vpx_scale/generic/yv12extend.c
Modify /vpxdec.c
Fix bug in extend_frame chroma extended too farThis fixes issue 667.
In the case where the frame was an odd number of pixels
wide or high, the border was being extended by one col
or row too far.The calculation of color plane dimensions was modified
to use those already computed at the time the frame
buffer was allocated.Also freed the temporary scaling buffer in vpxdec to
prevent a memory leak.Change-Id : I195bc81d84c0fc5d8260c1232200d62399e4b51f
-
Videoediting SDK C#
10 avril 2013, par user2265112I'm currently working on a project were i have to collect a videostream from a videoserver. This is done by the videoservers SDK where i get a videoclip output.
From this point i want to be able to cut at specific places in the videoclip or more specifically : trim out a specific part in the video.
This will be done for three videoclips and then i want to combine these videos into one wide-screen split-screen videoclip. You should be able to see clip1,clip2,clip3 simultaneously in one frame.As of now i have a solution for this where i pass arguments to ffmpeg. This works but are relatively slow and i don't get errormessages if something goes wrong. Well, i use a streamreader to get some info.
My question is : Is there a good well-documented library for C# i could use instead ? That ofcourse can provide the same functionality.
I have looked at directshow but that didn't help me to much. And avisynth has the problem that it doesn't generate its own videoclip, if im not mistaken ?Kind Regards.