
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 (55)
-
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 : (...) -
Installation en mode standalone
4 février 2011, parL’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
[mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (8854)
-
Revision 10aa23f751 : ctrl_get_reference does not need user_priv. The relationship of the user privat
3 juillet 2014, par hkuangChanged Paths :
Modify /test/user_priv_test.cc
Modify /vp9/vp9_dx_iface.c
ctrl_get_reference does not need user_priv.The relationship of the user private data at runtime
is not preserved from decode() to this call which may
occur at an unknown point in the futureChange-Id : Ia7eb25365c805147614574c3af87aedbe0305fc6
-
doc/developer : Document relationship between git accounts and MAINTAINERS
16 novembre 2024, par Michael Niedermayer -
What's the relationship between AVPacket in FFMpeg and H.264 NAL Uint ?
8 juin 2016, par ElloI use FFMpeg’s api to encode images to H.264 stream, the code is like this encode code. When I called the function
avcodec_encode_video2
I got one AVPacket’s data, then I saved it to file. I use several images to get several files for test.
Based on the startcode00 00 00 01
or00 00 01
, I found that the 1st and 2nd files’ data both contain several H.264 NAL Uints. But start from the third file, I can’t found the startcode. Like followed image.
I feel confused. Base on the FFMpeg’s code I think one AVPacket’s data should contain at least one NAL Uint, but the result is unexpected. Is that means one NAL Uint may be divided to two AVPackets’ data ? What’s the relationship between AVPacket and H.264 NAL Uint ?