
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (66)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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. -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (13133)
-
FFMEG : run code after complete conversion
26 octobre 2019, par Сергей БарахтенкоThere is a code that runs FFMPEG
shell_exec($this->config->item('ffmpeg') . ' -i ' . $path . ' ' . $cmd . ' 1>' . $folder . '/log.txt 2>&1 ');
And there is the following line, which should, taking into account the peculiarities of the PHP language, work out immediately after
shell_exec
$params = array(
'status' => 'ready'
);
$result = $this->model->editVideo($video_key, $params);This line simply updates the status of the video in the database
My question is, why doesn’t the further php code work after completion
shell_exec
? What could be the catch ? -
How can I use ffmpeg on PythonAnywhere ?
5 mars 2016, par miguelI’m trying to make a web app with Flask, hosted on PythonAnywhere, which will use the Echo Nest Remix library.
The problem is that Remix uses ffmpeg and PythonAnywhere only has avconv.
Is there any way I can use ffmpeg on PythonAnywhere ?
I’m using PythonAnywhere’s free account if it makes a difference.
Thank you !
-
image transitions using ffmpeg
9 octobre 2015, par red-bananaI am looking to use ffmpeg to create a slideshow with transitions using 10 jpg images.
i.e. 1.jpg, 2.jpg, 3.jpg...
using 10 frames per transitions.
I can get a slideshow happening but cannot seem to get hot to have the transitions going down.
On another note, I asked a friend how he thought it could be done and he stated it would take 2-4 minutes per video because it seems kind of outrageously long for nothing. (I can output HD video in premiere faster than that WITH color correction...) So I did not bother checking his code.
If anyone can help, it would be appreciated.