
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (33)
-
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. -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (5292)
-
New WebM Products and Projects
2 juillet 2010, par noreply@blogger.com (John Luther)Some cool uses of WebM have come online recently :
- a native VP8 decoder in FFmpeg
- a VP8 decoder in Java
- WebM encoding in the Firefogg add-on for Firefox
- WebM playback in Media Player Classic - Home Cinema
-
FFmpeg : Build ffplay on Windows with Visual Studio and MSYS2
13 septembre 2023, par San ZhangI have built FFmpeg on Windows with Visual Studio and MSYS2.


My problem is, ffplay.exe is not built. Some search online suggests the reason might be of missing dependencies(most likely sdl2). I then installed sdl2 with MSYS2, and realized that the only sdl2 package available was built with MinGW. I imagine this means Visual Studio won't be able to use it to build ffplay.exe.


My question : I can download sdl2 that's built with VC++, but how do I incorporate that into the FFmpeg build ? Do I simply put SDL2.dll under [MSYS2_Folder]\mingw64\bin ?


Any thought/idea ?


-
hls.js - Support for h.265 / HEVC ?
27 juillet 2017, par momomoDoes hls.js support HEVC yet ? Do they have any plans to do so ?
I am guessing all that’s needed is to write a new decoder ?
I believe that’s already been written. Right ? I’ve found a JS decoder online, albeit 1.2 MB large.
libde265.js – JavaScript HEVC/H.265 bitstream decoder
Wouldn’t it just be a matter of replacing some parts of hls with this library ?
To me such support seems critical considering the file size difference for video output.
Also, does iOS support HEVC since hls.js doesn’t work there ?