Recherche avancée

Médias (91)

Autres articles (43)

  • 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 (8098)

  • Fix some minor word duplication

    1er décembre 2014, par Zoë Blade
    Fix some minor word duplication
    

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] doc/html/documentation_tools_metaflac.html
    • [DH] include/FLAC/all.h
    • [DH] include/FLAC/metadata.h
    • [DH] include/share/compat.h
    • [DH] include/share/macros.h
    • [DH] man/metaflac.1
    • [DH] man/metaflac.sgml
    • [DH] src/metaflac/usage.c
  • 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

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

    example :

    &#xA;&#xA;

    accordion-word.txt&#xA;&#xA;  file &#x27;accordion_1_musical_instruments.jpg&#x27;&#xA;  file &#x27;accordion_2_musical_instruments.jpg&#x27;&#xA;  file &#x27;accordion_3_musical_instruments.jpg&#x27;&#xA;  file &#x27;accordion_musical_instruments.jpg&#x27;&#xA;

    &#xA;&#xA;

    2nd step create audio file list

    &#xA;&#xA;

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

    &#xA;&#xA;

    accordion-audio.txt&#xA;&#xA;     file &#x27;slience_2sec.mp3&#x27;&#xA;     file &#x27;This_is_.mp3&#x27;&#xA;     file &#x27;slience_2sec.mp3&#xA;     file &#x27;accordion.mp3&#x27;&#xA;

    &#xA;&#xA;

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

    &#xA;&#xA;

    ffmpeg -y -f concat -i &#x27;accordion-word.txt -f concat -i &#x27;accordion-audio file&#x27; -shortest accordion.mp4&#xA;

    &#xA;&#xA;

    4th step automatically ,batch create every_word.mp4

    &#xA;&#xA;

    Thank you !

    &#xA;

  • 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