Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (112)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (10571)

  • Audio Video Editing in Python : How to do it ? [on hold]

    12 mai 2019, par DoakCode

    Does anyone know how to do it ? It’s a bit more complex then then the usual docs I’ve read, so I don’t know where to start and I’d appreciate someone leading me to the right docs or the right path.

    The software should be doing following :

    1. Taking a background picture and making it blurred -> The background
    2. In the front should be :
      1. A picture
      2. Text
      3. A progressing timer (which displays the current status of the video)
    3. Last, but not least, audio should be added to the video or vice versa as the video is supposed to end when the audio ends to round things up.

    As this all is pretty complex editing for a python programme, I don’t know which library(ies) to use.. If someone has a solution / idea please reply !

  • How do Iuse FFMPEG API to add AV_CODEC_ID_ASS stream to my MPEGTS video format

    31 juillet 2020, par Meir Ivry

    I want to add an ASS/SSA subtitle stream to my video format using FFMPEG API.

    


    The specification for that format is in the following link :
ASS file format specification
(http://www.tcax.org/docs/ass-specs.htm)

    


    I know how to that with video, where it compirsed of the following steps

    


      

    1. get the desired AVCodec
    2. 


    3. create new AVStream
    4. 


    5. create new AVCodecContext
    6. 


    7. create the proper AVFrame for each raw video frame.
    8. 


    9. use avcodec_send_frame to encode frame
    10. 


    11. use avcodec_receive_packet to get the frame packets
    12. 


    13. use av_interleaved_write_frame to write the packets
    14. 


    


    My question is the same procedure applies to subtitles and, if so, how do I initialize the AVFrame ?
Moreover, is there more to know other than that ?

    


    Thanks.

    


  • Revision 39128 : Si je suis en langue anglaise dans l’environnement je trouve logique ...

    1er juillet 2010, par kent1@… — Log

    Si je suis en langue anglaise dans l’environnement je trouve logique d’éditer le contenu en priorité dans cette langue et non pas dans la langue du site. Il me semblait que l’on avait convenu ceci (peut-être que je me trompe) mais dans le cas où un site aurait un nombre impressionnant de langues (...)