
Recherche avancée
Autres articles (36)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (6959)
-
How can I specify domain when downloading m3u8 file in ffmpeg ?
14 septembre 2022, par UmbrienI have
.m3u8
file and I am trying to download it like this :

ffmpeg -i file.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4


It gives me errors about downloading it's parts.
I think it's due to the fact that playlist contains partial path to
.ts
fragments inside without domain in it since this command works fine if i'm specifying URL instead of input file name.

However, I'm using ffmpeg.wasm, which don't have http(s) download support as for now.


I guess maybe I could somehow specify initial domain for m3u8 file's parts so ffmpeg will know from where to download.


-
Convert audio from old video game
23 août 2019, par Jan BürgerI have some audiofiles from an old video game in a very rare format,
22050 hz, 2 channel, 4 bit, PCM
(not ADPCM).Is there any tool around to convert that in any modern format ?
I triedffplay -ac 2 -acodec adpcm_ima_apc -i $audiofile
but that did not work out (it played back, but in a terrible quality)I uploaded one of the files here (Be sure to use the right download-button, not the one from the add) :
https://www.file-upload.net/download-13698824/Morningmood.wav.html -
FFmpeg-php installation on cpanel server with CentOS7
31 août 2020, par MelI installed ffmpeg via below commands but unable to install FFmpeg-php on cpanel server with CentOS7.


Checked articles and found very old version. Please anyone can assist with new FFmpeg-php version and installation steps.


rpm —import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro


rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm


yum install ffmpeg ffmpeg-devel -y


Regards,


Mel