Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (36)

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

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

  • When recording MP4 using ffmpeg suddenly power off

    2 décembre 2016, par wanglx

    Now I used C language and ffmpeg realize a multiplex real-time audio and video to MP4 files of the program and everything works fine, but when in the process of reuse of sudden power failure, the recording is MP4 file is damaged, VLC can not play this file.
    I think reason is no call to write the trailer function av_write_trailer , causing index and time stamp information lost, I use araxis merge tool compared the successful call av_write_trailer function of file and a no av_write_trailer to call the damaged files and found two different points :
    1. Damaged files in the file header box number value not right
    2. The damaged file no end of file.

    Now I want to repair after power on my program can automatically repair the damaged files, in Google did not find effective methods.
    my train of thought is in the normal recording process saves per second a damaged file is missing two information : box number and end of file, save it to a local file, when writing the MP4 file integrity delete this file after, if power off damaged, then in the next power, read the file and the corresponding information to write the damaged files corresponding position to. But now the problem is that I don’t know how to save the number of box and the end of the file, I this is feasible ? If possible, what should I do ? Looking forward to your reply !

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

    


  • Why does ffmpeg burn Chinese subtitles(ass) without word wrap?

    10 mai 2023, par bjjoy

    my 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.