Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (24)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

Sur d’autres sites (3699)

  • Creating an FFMPEG command for setting all videos to the same size and adding an watermark ?

    27 octobre 2015, par DigiDuncan

    I’m writing a Java app that uses at some point an ffMPEG command in the console. This command needs to do the following :

    • Take the input file from DDTV/episodes-unconverted/example.[mpg/avi]
    • Make it 1280x780. (If it’s 4:3, add pillar boxes, if it’s 16:9... just you know do nothing I guess)
    • Add the watermark DDTV/DDTVwatermark.png at 10px from the bottom, and 10px from the right, at 33% transparency to the video.
    • Output it to DDTV/episodes-converted/example.mpg

    Thank you so much !

  • Creating an FFMPEG command for setting all videos to the same size and adding an watermark ?

    23 avril 2024, par DigiDuncan

    I'm writing a Java app that uses at some point an ffMPEG command in the console. This command needs to do the following :

    


      

    • Take the input file from DDTV/episodes-unconverted/example.[mpg/avi]
    • 


    • Make it 1280x780. (If it's 4:3, add pillar boxes, if it's 16:9... just you know do nothing I guess)
    • 


    • Add the watermark DDTV/DDTVwatermark.png at 10px from the bottom, and 10px from the right, at 33% transparency to the video.
    • 


    • Output it to DDTV/episodes-converted/example.mpg
    • 


    


  • Inserting User Data in Mpeg stream

    28 novembre 2016, par hzrari

    Is there any way to insert User Data (Start code = 0X1B2) in a MPEG stream ?
    What I am looking for is a simple tool, script or some tips using and Hex Editor...

    Or you may have a patch for ffmpeg (libavcodec and libavformat) that allows to do that ?