
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (87)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (7645)
-
Révision 23306 : Notice PHP en moins :
17 décembre 2016, par marcimat@rezo.netLorsqu’un formulaire d’édition n’a pas de fonction de configuration, ou qu’une fonction de configuration ne retourne pas la clé ’langue’,
une notice pouvait être levée. On force la présence des 2 clés de config utilisées ensuite. -
FFMPEG : Muxing packet split into separate buffers
12 avril 2018, par Embedded AndroidI’m using libavformat to write raw H265 frames from a hardware encoder to a .mov container.
For some frames the hardware encoder outputs the frame split into multiple separate buffers. I’d like to write one frame using multiple av_write_frame() calls containing the split data buffers, but av_write_frame() and av_interleaved_write_frame() expect the DTS to increment on each call.
Is there any way to use libavformat to make multiple av_write calls for a single packet ?
The only solution (which isn’t very performant) appears to be to coalesce all the raw H265 bytes for a single frame into one pkt and making one av_write_frame() call.
-
FFmpeg integrade mediacodec
4 janvier 2017, par Yupeng ZhuI do not know much about FFmpeg and I used MediaCodec to decode and encode video for Android. I want to know how could FFmpeg work with MediaCodec ? How FFmpeg Unpack Container and what the raw data is ? How MediaCodec deal with Raw Data generate by FFmpeg? Thanks very much for your reply !! The picture is from : https://software.intel.com/en-us/android/articles/creating-a-hardware-decoder-integrating-ffmpeg-with-mediacodec-for-intel-atom-based-android