Recherche avancée

Médias (91)

Autres articles (57)

  • Support audio et vidéo HTML5

    10 avril 2011

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

  • HTML5 audio and video support

    13 avril 2011, par

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8317)

  • How to automatically use python to create ffmpeg's list and use ffmpeg to create mp4 for every word ?

    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'


    



    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 !

    


  • Draw text ffmpeg does not end when the word ends

    25 juin 2018, par Kion Dung

    It works very well. But it can not end the video while the text has run out. And it runs forever. The bottom is my code. It has gaps with the background image forever. I want to stop it when the text is over. please complete it help me.

       ffmpeg -loop 1 -i "C:\Users\Cu\Desktop\Lam\Lam\a.jpg" -i "C:\Users\Cu\Desktop\Lam\Lam\a.mp3" -vf drawtext='fontfile="Arial"\:style=bold:fontsize=70:textfile="C\:/Users/CuEm/Desktop/91990756.txt":fontcolor=#FFFFFF':x=0:y=h-20*t,format=yuv420p,scale=852x480,setsar=1:1  -vcodec libx264 -b:v 1000k -preset superfast "C:\Users\Cu\Desktop\b_o.mp4"

    enter image description here

  • Revision 192 : Edited wiki page through web user interface.

    11 mai 2010, par marc.noirot

    Changed Paths :
     Modify /wiki/CheckMessages.wiki



    Edited wiki page through web user interface.