
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
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 (12815)
-
What is the algorithm to achieve audio decoding in C through ffmpeg ? [on hold]
16 août 2018, par user8371461I want to decode the MP3 audio file, I want to know the algorithm in terms of C language API’s. I have gone through dranger tutorials. But the API’s they used are deprecated now. Could anyone tell me what are the API’s I need to follow one by one ?
-
Anomalie #4652 : [RGAA/HTM5] summary est déprécié en HTML5 (pour les tableaux)
18 février 2021, par RastaPopoulos ♥euh comment ça pas de rapport avec le core ? tout est bien expliqué plus haut pourtant : si si c’est bien le core qui propose ça, et les sites dans la nature l’utilisent, et donc une fois passé en HTML5, ces sites vont pas revoir leur N quantité d’articles qui ont des tableaux pour retirer le summary : c’est bien à SPIP de générer un truc à jour avec les recommandations du moment non ? Le plugin enluminure c’est juste qu’il ajoute une interface et donc les gens remplissent mieux les infos d’accessibilité, vu que de base SPIP n’a rien pour ça et personne ou presque ne se souvient de tête des subtilités (c’est un des gros points noirs des syntaxes légères : pour les trucs simples, gras, titres, on s’en souvient, mais dès qu’il s’agit de trucs plus complexes…)
-
How to searialize GOPs to bytes and desearialize using FFmpeg ?
20 avril 2017, par Ye LiI’m working on an experiment which needs to read GOPs from a media file (e.g. mp4) and send over a network via UDP sockets. What I’ll need to do are as follows :
At the source node :
1, Read a GOP and searialize it into a buffer of bytes (i.e., pointed by uint8_t*) ;
2, Split the buffer into equal-size packets, perform channel coding amongst the packets and send coded packets via UDP sockets ;
At the receiver side :
3, Receive UDP packets and recover the packets into a buffer of bytes. Note that our channel coding scheme can ensure that the content of the buffer is identical to that at the source side, so don’t worry about the lossy nature of UDP ;
4, Desearialize the buffer to reconstruct GOP ;
5, Play the GOP.
And repeat 1-5.
I have very little experience with FFmpeg APIs. Could someone please point to me which API functions (if exist) I would probably need to look to complete the Steps 1,4,5 ?
Thanks sincerely.