
Recherche avancée
Médias (39)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (32)
-
Supporting all media types
13 avril 2011, parUnlike 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, parMediaSPIP 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 2011MediaSPIP 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 AlmerRevert "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>
-
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 :


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




However I get :



No apt package "ffmpeg"




and



E: Unable to locate package frei0r-plugins




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


Err:4 http://us.archive.ubuntu.com/ubuntu saucy Release 
 404 Not Found [IP: 91.189.91.38 80]

E: The repository 'http://us.archive.ubuntu.com/ubuntu saucy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.




I am using lubuntu 0.14.1. Thanks for your help !


-
Using custom hardware decoder with chromium browser ?
2 juin 2016, par Sunny ShuklaI 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.