Recherche avancée

Médias (91)

Autres articles (35)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

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

Sur d’autres sites (4245)

  • FFmpeg decode really slow

    3 janvier 2020, par AJw

    I am currently using Nvidia GPU hardware to encode a frame, however when I decode this frame using FFmpeg (I can’t use GPU to decode it for some reason), then the decoding speed is very slow. I tried decode it using multiple threads by setting the codec capability to |AV_CODEC_SLICE_THREADS| or |AV_CODEC_FRAME_THREADS|, but only the frame threads work. The slice threads are not working at all. Does there anyone might know what is going on there ? Thanks.

  • ffmpeg - How to configure ref param for h264_nvenc encoder

    31 janvier 2020, par ItamarP

    I'm trying to configure and replace libx264 encoder with h264_nvenc NVIDIA encoder.
I want to replace the parameter -x264-params ref=4 with it's parallel nvenc parameter.
I used ffmpeg -hide_banner -h encoder=h264_nvenc to see all available options but couldn't find any proper replacement.
Any advice ?

    


  • ffmpeg - How to configure ref param for h264_nvenc encoder

    31 janvier 2020, par ItamarP

    I’m trying to configure and replace libx264 encoder with h264_nvenc NVIDIA encoder.
    I want to replace the parameter -x264-params ref=4 with it’s parallel nvenc parameter.
    I used ffmpeg -hide_banner -h encoder=h264_nvenc to see all available options but couldn’t find any proper replacement.
    Any advice ?