
Recherche avancée
Autres articles (30)
-
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 (...)
-
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (3574)
-
avfilter/af_sofalizer : fix non-power of 2 IR length filtering in time domain
22 décembre 2018, par Paul B Mahol -
How can we add Animation on touch position overlay on video in android
11 août 2017, par Vinesh ChauhanI am looking for any command of
ffmpeg
or any other library by using it I can archive an application that can able to do animation on capture video from the android device.I have already gone through some tutorials about this topic but I didn’t find any help related to this.
please help !. TIA.
-
avcodec/svq1enc : restrict Altivec acceleration to big-endian POWER configurations
16 janvier, par Sean McGovernavcodec/svq1enc : restrict Altivec acceleration to big-endian POWER configurations
This was disabled in da60b99a8857d5ca236f32c1799a066e0135a866 and then
accidentally re-enabled in 172b0e2e88832822632841e8e0d3794f974cbc93.The code in question was never properly adapted for litte-endian mode.
refs : trac/10955
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>