
Recherche avancée
Autres articles (59)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (6829)
-
FFMPEG-PHP Code example to trim MP3 file
15 décembre 2012, par reviveI've searched here and online,. and have not found clear PHP examples for taking a single MP3 file, and trimming it to a smaller file (removing both beginning and end portions and retaining only the content between a specified start time and end time)..
What I'm trying to do is pass the start time, end time and mp3 file name to a PHP script, that will then use FFMPEG-PHP to effectively trim or concat that orig file.. without re-encoding it (and retaining all the orig. file metadata, etc.)
If you provide an example of how to process an MP3 file like this, within one PHP file, it will help a lot ! I'm trying my best to help out our church, and simply don't know FFMPEG-PHP enough to sort this out solo.. :)
Thanks !!
-
FFmpeg concat fade effect
3 juillet 2020, par TheCowI'm currently using this command :


ffmpeg -f concat -safe 0 -i info.txt -s 1280x720 -crf 24 output.mp4



to join all videos in a folder. Before running the command I have entered "file " into the info.txt file. This works perfectly, but I would like to get a fade effect between all videos (crossfade). How is this possible ? I have tried adding the following argument, but it didn't work. I found it online on an old post.


-filter_complex xfade=offset=4.5:duration=1



If anyone has a simple way of doing it, please let me know. I'm using the latest FFmpeg, so all features should be available.


-
How do I use Ff-mpeg, Grabbing .PNG from RTMP stream ?
22 février 2016, par Lewis DayI have recently installed
Ff-mpeg
onto my vps and have looked online for possible solutions to my problem I was having, I’m wondering how I can grabindividual frames
from artmp stream
and display them as animage
. I know this has previously been asked before here ; but my question is how can I use this code ?For example the answer on that question was marked as this ;
ffmpeg -an -flv_metadata 1 -analyzeduration 1 ...
How would I use this on a .php file ? I mean this doesnt even ask for the rtmp ip ?