Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang 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.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8554)

  • Node package 'videoshow' ffmpeg error

    14 octobre 2015, par Jon Stevens

    I 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 : undefined

    If anyone has any experience at all with this library, any help is greatly appreciated !

  • Anomalie #2572 : Erreur à l’activation des plugins : "Erreur... Fichier actionner introuvable"

    8 mars 2012, par Hervé Le Dantec

    b b a écrit : Un grand hébergeur frenchy dont je ne citerai pas le nom applique par défaut du 755 sur les fichiers. Cela dépend aussi des propriétaires des fichiers et répertoires de ton site. En tout cas, le problème semble venir de ton environnement de travail, on peut donc fermer ce ticket ? (...)

  • Evolution #2649 (Nouveau) : Fons des écrans d’installation et de connexion à l’espace privé spip3

    12 avril 2012, par Ysabeau Dutailly

    Est-il possible de supprimer (oui bien sur c’est possible) l’espèce de de fond avec les diagonales des écrans d’installation et de la page de connexion. C’est un cauchemar pour ophtamologue, pire, je viens de constater à mon grand dam que, quand on souffre de vertiges paroxystiques (j’imagine que (...)