
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 (18)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (5421)
-
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.
-
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.
-
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.