
Recherche avancée
Autres articles (53)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (5759)
-
What's difference between using ffmpeg vs Native Hls to download M3U8 file ?
11 octobre 2017, par Mike RossI use
youtube-dl
to downloadM3U8
video (Not live streaming )
But when I download video usingFfmpeg
, if i interrupt download it’s not possible to resume downloads
When i use--hls-prefer-native
tag I’m able to resume downloads.
My question is what’s difference between the both ? And which is best between these two ?
Only difference I can find is that the video created usingNative Hls
has no thumbnail in Ubuntu File Manager !! -
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)