
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (49)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10197)
-
FFMPEG not extracting all the frames from a video
19 mai 2018, par Jonathan HuangI am trying to extract all the frames from a video in order to get some training data for a tensor flow project. However whenever I run
ffmpeg -i one.mp4 -r 1/1 "$filename%03d.jpeg"
I only get 15 pictures. My phone films in 30fps, and the video was 13 seconds long, so shouldn’t I get roughly 490 pictures ?
Is there an error in my understanding or am I using the wrong function ?
-
I want to convert images and sounds into video using php [closed]
6 janvier 2023, par hossein ahmadiI have 5 pictures that contain 5 English words
Also, I have five audio files of pronunciation of the words above.


I want to write a program with php that puts five pictures together with intervals of five seconds and plays the audio file of each according to the words.


5s(word1.jpg) 5s(word2.jpg) 5s(word3.jpg) ...
(audio1.mp3) (audio2.mp3) (audio3.mp3) ...
output.mp4



I researched ffmpeg but still haven't found the answer to what I want to do


-
avcodec/mpeg4videodec : Clear bits_per_raw_sample if it has originated from a previous...
9 juin 2018, par Michael Niedermayeravcodec/mpeg4videodec : Clear bits_per_raw_sample if it has originated from a previous instance
Fixes : assertion failure
Fixes : ffmpeg_crash_5.aviFound-by : Thuan Pham <thuanpv@comp.nus.edu.sg>, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>