
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (102)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (6976)
-
while configuring ffmpeg i get the error "x264 not found"
27 avril 2021, par Shevach Riabtsevi use mingw32 to compile ffmpeg with libx264. i use the following configuration :


./configure —enable-gpl —enable-nonfree —enable-libx264


and get the error


ERROR : x264 not found


i compiled x264 and x264 library (libx264.a) is located at /usr/lib/


How to resolve this issue ?


-
while configuring ffmpeg i get the error "x264 not found"
27 avril 2021, par Shevach Riabtsevi use mingw32 to compile ffmpeg with libx264. i use the following configuration :


./configure —enable-gpl —enable-nonfree —enable-libx264


and get the error


ERROR : x264 not found


i compiled x264 and x264 library (libx264.a) is located at /usr/lib/


How to resolve this issue ?


-
lavc/vaapi_h264 : Fix merging fields in DPB with missing references
8 mai 2024, par David Roscalavc/vaapi_h264 : Fix merging fields in DPB with missing references
If there are missing references, h264 decode does error concealment
by copying previous refs which means there will be duplicated surfaces.
Check long_ref and frame_idx in addition to surface when looking for
the other field to avoid trying to merge with wrong picture.
Also allow to merge with multiple pictures in case there are duplicates
of the other field.Signed-off-by : David Rosca <nowrep@gmail.com>
Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>