
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (58)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (4281)
-
Is it possible to make 2 different quality videos match each other on a frame by frame basis
26 décembre 2022, par Jon FreynikI have 1 high quality version and 1 low quality version of the same video. Is it possible to encode / degrade the high quality version to match the low quality version on a near perfect, frame by frame basis ? or do I need to know exactly what steps /software was used to compress / encode the low quality version ?


When I try to match codecs and quality the frames almost match but are a little off.


-
Revision 5894e7ef50 : Add const to match declaration The definition fell out of sync in I7d2fda72de5f
16 décembre 2013, par JohannChanged Paths :
Modify /vp9/decoder/vp9_decodemv.c
Add const to match declarationThe definition fell out of sync in
I7d2fda72de5fc27e86c6589543b41fa044681dbfChange-Id : I3ce3f6ba96bb121f51efaa08f64a69ad9f731a9e
-
FFMPEG/libav : how to match a linux lib version to a source code commit
31 août 2016, par GauthierI’m having trouble using a libav function, so I thought I’d dig into the source and see why it’s not doing what I expect.
I want to checkout the source version used on my system, obviously, but I don’t know how to match these.
$ ldd my_application | grep avformat
libavformat.so.56 => /usr/local/lib/libavformat.so.56 (0x00007f629ef8f000)How can I find out the git tag that was used to build version 56 of the shared lib ?