
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (101)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (10606)
-
problem merging multiple images and one audio into a video
24 juillet 2019, par Sumit KumarI got 22 png images named like this pics1.png, pics2.png ... pics22.png
I also got a wav file of duration 00:02:25
I am trying to merge them into a video using ffmpeg, but the problem is that audio keeps falling back (lags behind the image)
In the video, the audio is still explaining image number 20, while image on the screen is image number 22, pics22.png...
I got many more videos to make this way, sometimes images are over 100, and audio is many minutes long.
No matter what calculation I use, I cannot get these audios and images merged properly into a video...
Please tell me ffmpeg command I can use in "general" to do this.
This is the command I am using so far.
ffmpeg.exe -y -framerate 115/65 -i pics%d.png -i rmt.wav -ar 44100 -s 800x600 video.flv
-
Revision 3671e629ad : Fix the vpxenc mismatch problem due to seperate the boarder size for encoder and
22 janvier 2014, par hkuangChanged Paths :
Modify /vpxenc.c
Fix the vpxenc mismatch problem due to seperate
the boarder size for encoder and decoder.Change-Id : I7291a9e06035d1533202d7a75ab40abfc1131342
-
doc/ffplay, ffplay : add information regarding volume control
27 septembre 2015, par Ganesh Ajjanagaddedoc/ffplay, ffplay : add information regarding volume control
ffplay now supports dynamic volume control. This documents the supported
behavior.Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
Signed-off-by : Marton Balint <cus@passwd.hu>