Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (21)

  • Publier sur MédiaSpip

    13 juin 2013

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

  • Supporting all media types

    13 avril 2011, par

    Unlike 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 (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour 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 (...)

Sur d’autres sites (6670)

  • FFmpeg - Writing a script to define fontcolor of each word in a text file ?

    1er mars 2019, par distro.obs

    I have a text file with a lot of word separated by newline character like this

    apple
    banana
    strawberry

    And I have a list of colors I want those word to appear in

    0xFF0000
    0xFFFF33
    0xFF0045

    Also 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 ?

  • what is audio PCM's frame sync word to identify the beginning position

    12 décembre 2019, par chang jc

    As 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

    wave + image file

    



    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 !