
Recherche avancée
Autres articles (16)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...)
Sur d’autres sites (4184)
-
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


-
Downloading ts stream with #EXT-X-DISCONTINUITY-SEQUENCE [ffmpeg]
29 juin 2018, par MiGu3XSo I’m using ffmpeg to download streams from the internet but I’m facing a problem with one of them and is that, every once in a while, in the middle of the stream, it goes to some kind of "break" and this #EXT-X-DISCONTINUITY-SEQUENCE tag appears on the .m3u8 files I start to download. I start getting "Non monotuonous DTS" errors on the console and the audio and video start to desync, eventually, I will play the stream once downloaded and it won’t work.
Is there any way to download with ffmpeg this kind of streams and in some way "skip" the m3u8 files which have this tag or maybe correctly parse them to the video ?
Hope someone could help me.