
Recherche avancée
Autres articles (47)
-
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 (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (8108)
-
How to enable HTTPS protocol in ffmpeg.wasm ?
19 septembre 2022, par Vinh NguyenI am using ffmpeg.wasm, I have referenced this link (https://github.com/ffmpegwasm/ffmpeg.wasm).
In my code :
await ffmpeg.run("-protocols")
, it only shows HTTP protocol, not HTTPS protocol. But when I ranffmpeg -protocols
command manually on the command line, it shows both HTTP and HTTPS. How to enable HTTPS protocol in ffmpeg.wasm ?
I tried to recompile ffmpeg.wasm-core to enable HTTPS protocol based on these links (ffmpeg over https fails and https://github.com/ffmpegwasm/ffmpeg.wasm-core) but I got error in this image : https://user-images.githubusercontent.com/37976868/148655326-b6d25c87-0416-4524-a749-9f369893fa9c.png.
Please help me enable HTTPS protocol in ffmpeg.wasm

-
http: Pass options through to the nested protocol
7 novembre 2011, par Martin Storsjö -
Core : Update url method to allow for protocol-relative URLs
30 juin 2015, par yesladCore : Update url method to allow for protocol-relative URLs
Closes #1510