
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (54)
-
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 (8773)
-
Creating an animation out of Matplotlib .pngs
23 août 2023, par PhicalcHello I just finished to write a code that compute the orbitals of the hydrogen atom. I wrote a for loop to create 300 pictures using the command



plt.savefig("image{i}.png".format(i=i))




Now I wanted to ask what is the easiest way to create a high quality .mp4 or .gif file out of the pictures using python. I saw several tutorials that didn't helped me because the gif was messed up or the quality was too low.



Thank you for your support


-
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