
Recherche avancée
Autres articles (60)
-
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
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 (...) -
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 (...)
Sur d’autres sites (7420)
-
lavc : add an option to enable side data-only packets during encoding
29 avril 2014, par Anton Khirnovlavc : add an option to enable side data-only packets during encoding
Some encoders (e.g. flac) need to send side data when there is no more
data to be output. This enables them to output a packet with no data in
it, only side data. -
flac muxer : support reading updated extradata from side data
26 mai 2014, par Anton Khirnov -
how to convert any audio file to wav on server side with node.js [on hold]
9 juin 2014, par pufmaigremy dear stackoverflow
I spent hours looking for an efficient and pretty way to transcode audio on server side, and I found a lot of informations... actually too much informations.
Sox for Node.js looks fine but there are not so much documentation, I was unable to convert a mp3 to wav with it :
https://www.npmjs.org/package/sox
Then fluent ffmpeg sounds good but I have the feeling I will loose a lot of time to achieve my goal with it :
https://github.com/fluent-ffmpeg/node-fluent-ffmpeg
and then i found some more obscure stuff like those ones :
https://github.com/andrewrk/node-plan-transcode
https://github.com/benvanik/node-transcoding
I’m not sure it’s really the "stackoverflow spirit" but I’m asking you wich way would you choose to achieve my goal because I’m feeling lost in the codec jungle.
thanks in advance !! love :)