
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (62)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (5798)
-
FFMPEG - Instructional video combining letters to a background to form a word
6 juin 2020, par KnideI'm trying to help with coding a FREE site for instructional video for kids on how to write in australian. To help with the current pandemic that we are experiencing right now.



Anyway, I'm new to ffmpeg and would like to do the letter combinations programatically using it.



So basically I have a form where teachers or parents can enter a word, and I have video instructions for each letter, and would combine them to form the word.



Example : Dog



This is the background :
https://drive.google.com/file/d/1Ds1sRKQ98c5d31dI6qkqTrp1U9f89nv2/view?usp=sharing



These are the letters :



D - https://drive.google.com/file/d/1DHa1sZ7mklY1p3lquD8h5kTbXaZmtB_z/view?usp=sharing



o - https://drive.google.com/file/d/1Ytwq_3l7x0vRDMEpZpmFjT9QNICYWH_D/view?usp=sharing



g - https://drive.google.com/file/d/16jcOsrSbMSbsk2vsqeMXv9Cc4Uss7qtj/view?usp=sharing



And the output would become :
https://drive.google.com/file/d/1RT38IOwXsL9kW9mj41KrxwfI_kdZy45j/view?usp=sharing



If you could help with supplying what ffmpeg code we could use to have the output video, that would be great.


-
How to automatically use python to create ffmpeg's list and use ffmpeg to create mp4 for every word ?
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'




3rd step , ffmpeg with concat image list and auido file to one video .mp4



ffmpeg -y -f concat -i 'accordion-word.txt -f concat -i 'accordion-audio file' -shortest accordion.mp4




4th step automatically ,batch create every_word.mp4



Thank you !


-
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 !