
Recherche avancée
Médias (6)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (16)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (2156)
-
Revision 45dbe94ee0 : Add clamp to prevent out of bound access For bad input data, the decoder may ac
15 octobre 2013, par Yaowu XuChanged Paths :
Modify /vp9/decoder/vp9_dsubexp.c
Add clamp to prevent out of bound accessFor bad input data, the decoder may access the array out of bounds. The
commit added clamp to prevent such out of bound accessChange-Id : I0a1cfd9b8786ea7113a998053c76605c963b077a
-
Access each Pixel of AVFrame
9 novembre 2011, par EBAGI need to access each pixel informations of an AVFrame object of FFMPEG ( If it's in RGB then each color, R and G and B of each Pixel )
How can I achieve that ?
-
Access to macroblocks and motion values with libx264
6 mars 2019, par EnockI have a question and I hope someone can help me.
I want to extract all motion vectors in P_type mocroblock in a P_frame during encoding 
h264 video with libx264 (x264). libx264 uses X264Context in the function x264_frame to encode
video. Then, I want to know how can I access to macroblocks in a picture and 
how to access to motion vectors table on this picture while using the X264Context struct.
With MpegEncContext we can access them while using MpegEncContext struct's mb_type, *mvs[2], mb_width, mb_height and mb_stride. But I don't know how to have such informations ( 
mb_type, *mvs[2], mb_width, mb_height and mb_stride) with X264Context struct.



Please I need your help.



Regards