
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (56)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (4579)
-
Show progress of a video conversion with FFMpeg
23 novembre 2017, par ChrisCreateBossI’m using C# WinForms to make a video converter, I’m using NReco.VideoConverter library. It has an EventHandler named
ConvertProgress
but I have never used EventHandlers, I was searching for some information on internet, but I still don’t know how to apply it to my application.I tried this :
public static event EventHandler<convertprogresseventargs> _getPercent;
//...
_getPercent += ???
progressBar1.Value = ??
</convertprogresseventargs>I’m stuck there, and I don’t know what to do. Can someone help me ?? Thanks in advance.
-
Show progress of a video conversion with FFMpeg
27 février 2015, par ChrisCreateBossI’m using C# WinForms to make a video converter, I’m using NReco.VideoConverter library. It has an EventHandler named
ConvertProgress
but I have never used EventHandlers, I was searching for some information on internet, but I still don’t know how to apply it to my application.I tried this :
public static event EventHandler<convertprogresseventargs> _getPercent;
//...
_getPercent += ???
progressBar1.Value = ??
</convertprogresseventargs>I’m stuck there, and I don’t know what to do. Can someone help me ?? Thanks in advance.
-
How can I fix ffmpeg error ?
7 avril 2016, par ZuicheI run ffmpeg command to convert flv to mp4.
ffmpeg -i test.flv -vcodec libx264 output.mp4
When I run on centos 5.1_x86, it occurs a error following this :
picture size invalid (0x0) Cannot allocate temp picture, check pix fmt
How can I fix this error ?
Thanks in advance.