
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (62)
-
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. -
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 (...)
Sur d’autres sites (8176)
-
azure encoding : video track in one .webm file, audio track in a .mp3 separate file, output .mp4 file
26 avril 2016, par Osama AlshaykhIn azure, I want to generate a video from two independent files : video track is in a .webm file and audio track is in a .mp3 file. Is this possible ?
I want to use Azure media services. If not, then FFMPEG could be a solution. correct ?Thanks,
Osama -
Is it possible to download a song playlist through following description with yt-dlp ?
26 février 2023, par BhaturaGuySince downloading a thumbnail from youtube music provides really bad quality,
is it possible to download it in following manner :


Download the link as bestvideo+bestaudio formatt and when the video is downloaded then extract frame number 24 then use that as thumbnail and mux it and audio to .mp3 ?


Screenshot of bestvideo :
sc


Screenshot of normally download with yt-dlp :
sc2


-
youtube-dll won't download live stream
26 juillet 2020, par NFCI'm trying to download a livestream in ubuntu 14 using youtube-dl but it will not download. I'm using the latest version of youtube-dl. Using Nasa channel as an example, here are the steps that I'm following


1) youtube-dl —list-formats https://www.youtube.com/watch?v=21X5lGlDOfg


2) youtube-dl -f https://www.youtube.com/watch?v=21X5lGlDOfg (also tried youtube-dl )


The download hangs at roughly 512kb for hours. Is anyone able to successfully download the content ? Am I doing anything wrong ?