
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (45)
-
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (5490)
-
what is audio PCM's frame sync word to identify the beginning position
12 décembre 2019, par chang jcAs title ; for some compressed format such as EAC3, AC3 frame starts as a sync word.
So what’s PCM (raw audio)’s sync word ? How to identify the beginning of a PCM frame ?
I met a problem where audio is concatenated by several audio segments and each of them has different frame size. I need to identify the start position.
Thanks in advance.
-
FFmpeg - Writing a script to define fontcolor of each word in a text file ?
1er mars 2019, par distro.obsI have a text file with a lot of word separated by newline character like this
apple
banana
strawberryAnd I have a list of colors I want those word to appear in
0xFF0000
0xFFFF33
0xFF0045Also I’m using command like this
x=:'lte(t,10.99)*0+between(t,11,42.99)*10+between(t,43,643.99)*20+gte(t,644)*30':y='lte(t,10.99)*0+between(t,11,42.99)*10+between(t,43,643.99)*20+gte(t,644)*30'
to move those words around.
Is it possible to somehow script ffmpeg to color those words and also move them all in one command ?
-
How to automatically use python to create list for every word ? [closed]
13 juin 2020, par Kanglando


Here is wav and image file . and you can donwload it - https://www.dropbox.com/s/iuwt6boc2r2fotc/word_images_file.zip?dl=0



1st step create word list txt file for every word.



put image name to list , and the list name is every word.



but I don't know how to write python code for create every word image list .



example :



accordion-word.txt

 file 'accordion_1_musical_instruments.jpg'
 file 'accordion_2_musical_instruments.jpg'
 file 'accordion_3_musical_instruments.jpg'
 file 'accordion_musical_instruments.jpg'




2nd step create audio file list



don't know how to use python write code to create list for every word audio.



accordion-audio.txt

 file 'slience_2sec.mp3'
 file 'This_is_.mp3'
 file 'slience_2sec.mp3
 file 'accordion.mp3'




Thank you !