
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (75)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (8873)
-
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


-
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 -
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.