
Recherche avancée
Autres articles (28)
-
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) (...)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (7596)
-
How to fill 'extradata' field of AVCodecContext with SPS and PPS data ?
13 mai 2016, par Zhe ChenHere is the problem : When decoding H264 stream with
ffmpeg
, I can obtain raw data of SPS and PPS but I have no idea how to fill them into theextradata
field ofAVCodecContext
. Withoutextradata
, I can’t decode frames properly. Every time I callavcodec_decodec_video2
, the return value is positive but thegot_picture
flag is alwayszero
. Can anyone kindly help me with this issue ?The stream I am dealing with looks like this :
[0x67]...[0x68]...[0x61]...[0x61]... ....... [0x61]...[0x67]...[0x68]... ......
Thanks in advance !
-
mxf : Read field dominance flag
16 février 2013, par Matthieu Bouron -
avcodec/vc1dec : field pictures with direct mode MBs, followed by frame pictures are...
1er février 2014, par Michael Niedermayeravcodec/vc1dec : field pictures with direct mode MBs, followed by frame pictures are not supported
This case could occur when cuting and concatenating bitstreams
Fixes out of array read
Fixes : asan_heap-oob_1b33fdd_2849_cov_478905890_SA10143.vc1
Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>