Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (32)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (7438)

  • Revert "avcodec/nvdec_av1 : fix setting film grain parameters for frames with update_g...

    25 novembre 2020, par James Almer
    Revert "avcodec/nvdec_av1 : fix setting film grain parameters for frames with update_grain == 0"
    

    This reverts commit f9eec6298387fe72cd8035ff45276cfc3da784a8.

    This does not effectively cover all cases. The values for some frames need
    to be inferred by the decoder.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/nvdec_av1.c
  • ffmpeg not installing after following the official instructions

    6 mai 2020, par mm_

    I am trying to install ffmpeg following this list of instructions. That is :

    &#xA;&#xA;

    sudo add-apt-repository ppa:mc3man/trusty-media  &#xA;sudo apt-get update  &#xA;sudo apt-get install ffmpeg  &#xA;sudo apt-get install frei0r-plugins  &#xA;

    &#xA;&#xA;

    However I get :

    &#xA;&#xA;

    No apt package "ffmpeg"&#xA;

    &#xA;&#xA;

    and

    &#xA;&#xA;

    E: Unable to locate package frei0r-plugins&#xA;

    &#xA;&#xA;

    respectively when I run sudo apt-get install ffmpeg and sudo apt-get install frei0r-plugins. It is worth noting that I get a lot of errors when I do sudo apt-get update that look like :

    &#xA;&#xA;

    Err:4 http://us.archive.ubuntu.com/ubuntu saucy Release                                                                                                                                     &#xA;  404  Not Found [IP: 91.189.91.38 80]&#xA;&#xA;E: The repository &#x27;http://us.archive.ubuntu.com/ubuntu saucy Release&#x27; does not have a Release file.&#xA;N: Updating from such a repository can&#x27;t be done securely, and is therefore disabled by default.&#xA;N: See apt-secure(8) manpage for repository creation and user configuration details.&#xA;

    &#xA;&#xA;

    I am using lubuntu 0.14.1. Thanks for your help !

    &#xA;

  • Using custom hardware decoder with chromium browser ?

    2 juin 2016, par Sunny Shukla

    I am working on a custom hardware, where we are having a hardware decoder. This hardware decoder is working fine with linux applications and gstreamer. Now we are planning to extend hardware decoding support to chromium browser.

    To the best of my knowledge, chromium browser is using ffmpeg libraries for demuxing and decoding.

    So if I add our custom hardware decoder support to ffmpeg libraries, how would chromium browser will come to know to use our custom hardware decoder while playing videos ?

    Note :- We have only one hardware decoder on our custom hardware.