
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (54)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (...)
Sur d’autres sites (6935)
-
How To Abandon The Probesize Input Buffer For Real Time RTSP Playback
3 juin 2014, par user3051473As far as I know that ffmpeg need to first read probesize input buffer to analysis the codec. And the probesize data will cause realtime RTSP delay. So I’m wandering that :
How can I make av_read_frame() to skip the probesize input buffer which has already delayed ? Thanks very much.
-
Revision 70eb862fd3 : Merge "Use small transform size in non-rd real-time mode"
9 juin 2014, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Merge "Use small transform size in non-rd real-time mode" -
Get FFMPEG KeyFrames Time or time range
25 août 2014, par user1729031I am using following command to get keyframe of desire video
ffmpeg -i testinput.mp4 -vf select='eq(pict_type\,I)',setpts='N/(24*TB)' C:\testTemp\%09d.jpg"
I want to extract key-frame time/time duration/start time-end time to map keyframe with time.
Is there any way to get time information of key-frame in same command ?