
Recherche avancée
Autres articles (112)
-
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (7368)
-
avfilter/af_sofalizer : fix non-power of 2 IR length filtering in time domain
22 décembre 2018, par Paul B Mahol -
Calling FFMPEG Commands via Windows Service
2 février 2017, par KubiI have a windows service and I checked the "Allow service to interact with desktop" checkbox in LogOn tab. However, I still can not call my batch file which is a basic command app to run the ffmpeg commands to transcode some videos in my application. (I’m sending arguments as well)
I checked the logs in Process Monitor but everything seems fine when I filter it with MyServiceName.exe. All threads are looking fine but the service can not even start the command file.
If I can not find a solution for this, I’m going to create another service and communicate with each other about the transcoding process, But I’m looking for a way to find the exact problem here.
BinaryPath = @"c:\Transcoder\ServiceConsole.exe";
//create a process info
ProcessStartInfo oInfo = new ProcessStartInfo(BinaryPath, " /readfromfile command.txt");
oInfo.UseShellExecute = false;
oInfo.CreateNoWindow = true;
oInfo.RedirectStandardOutput = true;
oInfo.RedirectStandardError = true;
string output = null; StreamReader srOutput = null;
try
{
Process proc = System.Diagnostics.Process.Start(oInfo);
proc.WaitForExit();
//get the output
srOutput = proc.StandardError;
//now put it in a string
output = srOutput.ReadToEnd();
proc.Close();
} -
Evolution #2487 : Pas d’alternative textuelle sur le logo d’un article ou d’une rubrique
13 janvier 2012, par tetue -« invalid » parce que ce n’est pas un bug :°