
Recherche avancée
Autres articles (103)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (6562)
-
Node package 'videoshow' ffmpeg error
14 octobre 2015, par Jon StevensI am using the npm library ’videoshow’ to build a video slideshow with images and audio. I have copied everything directly from the github wiki as far as installing the package and configuring ffmpeg to include the necessary flags. My code for the main ’generation.js’ node file :
var videoshow = require('videoshow');
var images = [
'2.jpg',
'4.jpg'
]
var videoOptions = {
fps: 25,
loop: 5, // seconds
transition: true,
transitionDuration: 1, // seconds
videoBitrate: 1024,
videoCodec: 'libx264',
size: '640x?',
audioBitrate: '128k',
audioChannels: 2,
format: 'mp4'
}
videoshow(images, videoOptions)
.audio('song.mp3')
.save('video.mp4')
.on('start', function (command) {
console.log('ffmpeg process started:', command)
})
.on('error', function (err, stdout, stderr) {
console.error('Error:', err)
console.error('ffmpeg stderr:', stderr)
})
.on('end', function (output) {
console.error('Video created in:', output)
})Just running the above code with ’node generation.js’ which is the default usage and the exact settings they explain in the wiki is giving the error :
ffmpeg process started : ffmpeg -i /tmp/videoshow-3fe871bc-e082-4ed8-bf47-f10c854f1718 -i /tmp/videoshow-a1595d76-dcbd-48c3-a8b3-cffac6951ed3 -y -filter_complex concat=n=2:v=1:a=0 video.mp4
ffmpeg process started : ffmpeg -i /tmp/videoshow-7b78fd53-408f-40a8-8974-665f18f1fe41 -i song.mp3 -y -b:a 128k -ac 2 -r 25 -b:v 1024k -vcodec libx264 -filter:v scale=w=640:h=trunc(ow/a/2)*2 -f mp4 -map 0:0 -map 1:0 -t 10 -af afade=t=in:ss=0:st=0:d=3 -af afade=t=out:st=7:d=3 video.mp4
Error : [Error : ffmpeg exited with code 1 : ]
ffmpeg stderr : undefinedIf anyone has any experience at all with this library, any help is greatly appreciated !
-
Fixing youtube link
23 octobre 2010, par Jack Moorem example1/index.html m example2/index.html m example3/index.html m example4/index.html m example5/index.html Fixing youtube link
-
Fixing youtube link
23 octobre 2010, par Jack Moorem example1/index.html m example2/index.html m example3/index.html m example4/index.html m example5/index.html Fixing youtube link