
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 (105)
-
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 -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (8500)
-
Need help to convert webm file to any other commonly used audio file
14 mars 2023, par dhruvin vaghasiyaI have used flutter web for the web app and I am using browser's audio recorder for the recording the audio but I am getting webm file as the return but I need it as mp3.


I have tried some packages but not able to find any packages which could save webm file to mp3 or wav file


-
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