
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (73)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (9590)
-
Decode demuxed frames produced by ffmpeg wasm using webcodecs
10 février 2024, par Przemek GałęzkiIm trying to use webcodecs VideoDecoder to decode frames demuxed by ffmpeg wasm, but it doesnt seem as straightforward like when I've used mp4boxjs which provides you with necessary data for each demuxed chunk to provide to decode(), or I just dont know how to use ffmpeg wasm to properly extract chunk data


so my questions are :


- 

- how do I properly split whole demuxed file into chunks so that I can then provide those to EncodedVideoChunk ?
- after I have those split, for each EncodedVideoChunk I also need to provide it with

- 

- timestamp, not sure if performance.now is all right or not ?
- data, probably just buffer source of chunk — after i get those right
- type, which is either key or delta, no idea when should be which
- duration
















I also need to configure decoder, ive used ffprobe-wasm here, but it doesnt provide exact codec name and description.
Even if i know exacly whats the codec name and demux my mp4 video to annexb format which if im correct doesnt need description, im getting error : A key frame is required after configure or flush and that i need to fill out the description field anyways.
I will be happy to get some insights, it seems like a lot to dig into to get it working ..


-
Using ffmpeg in microsoft Visual studio ( 2008 )
1er juin 2013, par miyangilhow can i use ffmpeg functions with my Microsoft VS ? i know i have to use MSYS and MingGW, but there is any document show the steps.
-
Anomalie #3607 : Problème de compatibilité avec mysql 5.7 pour SPIP 3.1
26 avril 2016, par realet RealETVoir http://thread.gmane.org/gmane.comp.web.spip.devel/67021 : en gros, c’est un comportement assumé par SPIP qui indique spécifiquement à MySQL d’accepter ces valeurs.
Là où c’est troublant, c’est que pour utiliser PHPMyAdmin ou équivalent, pour que ça marche, il faut précéder les commandes qui posent problème de :
set sql_mode=’’ ;