
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (38)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (4804)
-
How to stream a wmv file as an mp4 file (convert on the fly) over HTTP using ffmpeg or something similar ?
8 juin 2016, par Adam TalI understand it’s not possible to use the tag to play a WMV file.
I thought about the following solution :
- Streaming a video means sending small chunks of frames and sound
- Reading a wmv file in chunks is surely possible
- An html video tag can receive chunks in an mp4/webm/ogg format and display it
Can I read a WMV file as a
Steam
and convert in on the fly to output it as if it was an MP4 file ?Few points :
- The technology is not really important. I just have a problem I need to solve.. I would prefer a solution in C# or node.js because those are environments I’m comfortable with but anything else will do.
- I will be happy to stream the file from a different server as wmv and output it as mp4 but I’m also able to download the file completely to my server and stream it from the local hard drive.
- The mp4 output is not a must. It can also be webm or ogg (just need the video tag to support it)
-
Model give bad result when train with .mp3 file and test with .wav file [closed]
21 juillet 2021, par Quý Nguyễn CôngI trained CNN model with mfcc extracted from .mp3 file and it give good result but when input is .mp3 file. But when input is .wav file, model give bad result. How can I solve this problem. Thank you


-
Combine an image into audio file and make a video file in android programmatically
20 mars 2015, par jagdishI read the tutorial of ffmpeg libray to combine the image into audio file.but is more complex and getting error environment value is null.I googled a lot but didn’t found any solution.
Is there any way in android we can merge an image in audio file and make a video file.
Thanks in advance....