
Recherche avancée
Autres articles (58)
-
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (10710)
-
Anomalie #2492 (Nouveau) : Impossible de poster dans le forum des admins si forum sous article, br...
16 janvier 2012, par Michael ThanryDescription Le bouton "poster un message" n’apparait pas dans le forum des adminsitrateurs si l’option "activer les forums de l’espace prive sous chaque article, brève, site référencé, etc." est decochee.¶ Environnement de test SPIP 2.1.12 fraichement installe IE 9 (non teste sous autre) aucun plugin (...)
-
How to make video using ffmpeg with multiple photos and audio node.js
2 juin 2020, par Jechankaim trying to make a video using ffmpeg (videoshow.js), at this moment i can make video with many photos but only one audio, i can't use each audio to each image, is it possible ?




var videoshow = require('videoshow')
const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
const ffmpeg = require('fluent-ffmpeg');
ffmpeg.setFfmpegPath(ffmpegPath);
var images = [
 '1.jpg',
 '2.jpg',
]

var videoOptions = {
 fps: 25,
 loop: 5, // seconds
 transition: true,
 transitionDuration: 1, // seconds
 videoBitrate: 1024,
 videoCodec: 'libx264',
 size: '2000x?',
 audioBitrate: '128k',
 audioChannels: 11,
 format: 'mp4',
 pixelFormat: 'yuv720p'
}

videoshow([{
 path: '1.jpg',
 audio: 'fck-corona', // NOT WORKING
 caption: 'Hello world as video subtitleHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitlHello world as video subtitl'
 }, {
 path: '2.jpg',
 audio: 'audio.mp3', // NOT WORKING
 caption: 'This is a sample subtitle',
 loop: 10 // long caption
 }])
 .audio('audio.mp3') // WOrking but i can use only one audio
 .save('video.mp4')
 .on('error', function () {})
 .on('end', function () {})





-
The formula runs text, from bottom to top, it does not end when there are still letters
27 février 2019, par MonsoI have 1 txt file. In the file there is a word, but my formula "y=h-40*t" has a problem, it does not end when the text runs out, the text is not over but it has ended, I want to speed 40 and size The word 120, can you help me find the correct recipe ? Thanks
ffmpeg -loop 1 -y -i a.jpg -i b.mp3 vf "drawtext="fontsize=120:fontfile=arial.ttf:textfile=1.txt:y=h-40*t""
scale=852x480 setsar=1:1 -vcodec libx264 -b:v 1000k -preset superfast 3.mp4