
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (45)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (3878)
-
ffmpeg frame rate per second (fps) not working ? [migrated]
7 février 2014, par plancherelI'm generating .png files and then creating a movie of them. The command that I'm using is :
ffmpeg -r fps -i im%d.png -y movie.mp4
This command works fine when fps = 1,6 or 10. However, it fails when fps=2.
It builds and mp4 file ; however, the images are not displayed. Before anyone asks, yes, I'm generating the right number of .png files before each ffmpeg call. For example, if my movie should be 9 seconds long at 10 fps then I have 90 png files. When my movie is 2 fps, then I have 18 image files.
Could someone please help me ?
Also, I did try this and it didn't work either
ffmpeg -r fps -i im%d.png -r 18/9 -y movie.mp4
-
How to avoid that Mediafilesegmenter cuts the last frames ?
26 avril 2021, par Alexander KhitevWe use
ffmpeg
and mediafilesegmenter for creatingHLS
video, we also created shell script for convenience. I noticed one issue that if we use original video with float duration, for example 10.602 secondsmediafilesegmenter
cuts some last frames. How can I fix it ? Or what other tools can I use to createHLS
? Thanks !

ffmpeg -i movie.mp4 -vb 500K movie-500K.mp4
ffmpeg -i movie.mp4 -vb 1500K movie-1500K.mp4

mkdir small
mkdir big

mediafilesegmenter -f small -A -B segment -t 1 movie-500K.mp4
mediafilesegmenter -f big -A -B segment -t 1 movie-1500K.mp4
mv movie-500K.plist small/movie-500K.plist
mv movie-1500K.plist big/movie-1500K.plist

variantplaylistcreator -r -o prog_index.m3u8 small/prog_index.m3u8 small/movie-500K.plist big/prog_index.m3u8 big/movie-1500K.plist



-
Anomalie #2133 (Nouveau) : Statut des messages de forum et statuts des documents joints
18 juin 2011, par guytarr °Lorsque l’on est en modération à posteriori (ou probablement tous les cas de figures où un message de forum n’est pas publie immediatement), le(s) document(s) joint(s) à un message de forum ne passe pas en "publie" au moment où le message est (...)