
Recherche avancée
Autres articles (73)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...) -
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 (10342)
-
ffmpeg command making 0 bytes file when attempting to compress mp4 video
5 décembre 2017, par RiyazWhenever I am running this script, it compresses my MP4 video but the output is 0 bytes.
It works well for AVI & FLV format. Please help me understand what I am doing wrong ?
@session_start();
@include_once("start.php");
$command = '/usr/local/bin/ffmpeg -i '. FILEPATH .'/video_1244579292.mp4'.' -strict -2 -crf 20 '. COMPRESSPATH .'/my_video.mp4';
shell_exec($command);
echo "<br /><br /><br />";
echo $command; -
FFMPEG Command Skip on Error
24 mars 2018, par Daniel TeuschlI need your help. I stream to Twitch with this Command :
ffmpeg -i input.mp4 -i image.jpg -filter_complex 'overlay=x=10:x=10' -s \
1920x1200 -framerate 15 -c:v libx264 -preset ultrafast -pix_fmt yuv420p \
-threads 0 -f flv 'rtmp://'How is it possible to change the
image.jpg
Picture to another Picture on a variable Time ? I will don’t restart the FFMPEG Command.Is that possible ? Thanks for helping
-
Accessing internal encoder in pinnacle/Final cut pro through command prompt
4 février 2016, par rishi007bansodI want to transcode video chunk from mpeg-2 to hevc in either pinnacle or final cut pro. How can this transcoding be done from command prompt(i.e. through command line). It seems they have only windowed interface but I want to use their internal encoder through command line. So is it possible ?