
Recherche avancée
Autres articles (22)
-
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 -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
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 (...)
Sur d’autres sites (6750)
-
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.
-
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 !


-
Why does ffmpeg burn Chinese subtitles(ass) without word wrap?
10 mai 2023, par bjjoymy ffmpeg burn subtitle example


ffmpeg burn ass subtitle to mp4. The properties WrapStyle(0:word wrap, 1 : the char '\N' or movie edge force change line, 2 : only \n and \N change line).


English subtitle run OK.
Chinese subtitle has no word wrap when WrapStyle=0.