
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
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 ;
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang 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.
Sur d’autres sites (9028)
-
DirectShow IVideoWindow can't be wider than 4096px
25 mars 2019, par ulveskedI have a C# application which uses DirectShow to show play video clips. We recently tried to play a video that is 9600x1080 px and it would not show. DirectShow emits events that everything.
We use K-Lite codec pack (1295) and utilise ffdshow libx264 as codec and video renderer. Media Player Classic using the same renderer can play the clip just fine. The latest version of our application use DirectShow.NET while the older versions call DirectShow interfaces directly. Both old and new versions of our application have the same issues.
After some experimentation we have found out the following :
-
If the video window width is 4096px or narrower it will render video. If it is 4097 or wider it will not render any video. We tried playing a HD-clip and a 720-clip with the same results. They will play when the video window is 4096x1080 but not when the window is 4097x1080 or wider.
-
When changing resolution or graphic settings there are some flashes (a few frames) of the video when the settings is applied, so that would suggest that it is in fact playing the video but it displays only black.
Tested on Windows 10, 64 bit.
Any ideas of what the we can do to fix this ?
-
-
How to encode Live Streaming using NReco.VideoConverter ?
11 janvier 2016, par Siva PrasannaI’m developing an application to encode a live stream using NReco.VideoConverter component. I’m getting a live video stream from one of my IP cameras, and it uses rtsp. The url is "rtsp ://test.vaprtech.com/vid/show.sav ?[PARAMETERS]". Now the code I use is given below.
private void button1_Click(object sender, EventArgs e)
{
String path="rtsp://test.vaprtech.com/vid/show.sav?[PARAMETERS]";
String pathToSave="C:\\Videos\\LiveVideo.mp4";
var ffMpeg = new NReco.VideoConverter.FFMpegConverter();
ConvertLiveMediaTask task=ffMpeg.ConvertLiveMedia(path, Format.mp4, pathToSave, Format.mp4, new ConvertSettings(){VideoCodec="h264"});
task.Start();
}But I’m getting an error saying
"The best overloaded method match for
’...ConvertLiveMedia(string,string,System.IO.Stream,string,ConvertSettings)’
has some invalid arguments". -
Roadmap #3581 : Nettoyer les fonctions désuettes de ecrire/inc/presentation.php
26 février 2016, par b bJ’ajoute cadre_depliable() à la liste des fonctions à remiser au grenier.
Je n’ai trouvé aucune occurrence des fonctions listées dans les plugins-dist, ça semble clean de côté.
Par contre, cela implique virer d’autres vieilleries comme celle-ci qui est dépréciée :
https://core.spip.net/projects/spip/repository/entry/spip/ecrire/exec/fond_monobloc.php
Et de passer en squelettes certaines pages présentes dans :
https://core.spip.net/projects/spip/repository/show/spip/ecrire/exec