
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (45)
-
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 -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 (9551)
-
FFMPEG installing 2018
7 février 2018, par sam67Hi i have been trying to install ffmpeg for 2 days now and had no luck. I have tried countless videos on youtube, step by steps on google with no luck. Any help would be great.
I have a Centos 6 server.
Yes i am using root ssh in terminal on mac.
Commands i tried are :1.
wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg8/ffmpeginstaller.8.0. tar.gz
2.tar -xvzf ffmpeginstaller.8.0.tar.gz
3.cd ffmpeginstaller.8.0
4../install.sh
Any help would be a massive help,
many thanks. -
How to use ffmpeg to create a video from bmp images
15 mars 2013, par user2163605I'm using Xming and Putty to SSH into a linux terminal on Windows 8. I have 50 images that are named
image1.bmp
image50.bmp
, and I am trying to use ffmpeg to convert these bmp images into a video.I have read over the ffmpeg documentation and followed their example for converting images to a video, and several examples I found on the internet (including here on stackoverflow).
However, none of them have worked. How do I go about accomplishing this ? Thank you.
-
merge audio and video with ffmpeg doesnt work correctly
3 février 2023, par Iman AmaniI have ubuntu 20.04 and in past days I did this job(merge video and audio) well in terminal and with ffmpeg :


ffmpeg -i input.mp4 -i input2.mp3 -c copy output.mp4


so fast I have recived output.mp4, but now I tried this one and get output without any sound !


I try another ways to merge this ones(also with ffmpeg) but there are no diffrent...