
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (34)
-
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 (...) -
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 (6495)
-
Updated demo HTML files to use HTML5 doctype
3 avril 2012, par Max Lynchm demo/ajaxSubmit-intergration-demo.html m demo/custom-messages-metadata-demo.html m demo/custom-methods-demo.html m demo/dynamic-totals.html m demo/errorcontainer-demo.html m demo/example.html m demo/index.html m demo/radio-checkbox-select-demo.html Updated demo HTML files to use HTML5 (...)
-
FFMPEG Transcode MP3 to MP4 and then stream
27 juillet 2018, par SamI have an MP3 stream with meta data (That I need to keep) and I need to transcode
it into AAC+ MP4. I then need to stream this MP4 to a Shoutcast server.The current line that I have is :
ffmpeg -re -i http://Input Server IP And Port -b:a 128k -ar 44100 -c aac -f mp4 http://output server IP and Port
I will get an error saying :
[mp4 @ 000002700de16dc0] muxer does not support non seekable output
Could not write header for output file #0 (incorrect codec parameters ?) : Invalid argument
Error initializing output stream 0:0 —Think Internet radio show.
If I have gotten this completely wrong, please tell me, and if anyone could shine some light onto this, that would be great. Thanks.
-
ffmpeg transparent HVEC video from alpha matte and color video
16 janvier 2023, par JamesI have an alpha.mp4 (alpha matte video) and a color.mp4 (color video). How do I use ffmpeg to make a transparent HVEC (.mov) video ?


I can combine with ffmpeg to make a .webm file following the instruction here :
https://www.unscreen.com/api under "Convert unpacked Pro Bundle to WEBM video with transparency"


I have a newer mac and should be able to use HVEC_videotoolbox from either these 2 videos or the .webm file created.


The closest I found was this which seems to generate a corrupt video that cannot be viewed in safari. Use FFmpeg to generate a movie with alpha channel from separate video and fill movies ? but