
Recherche avancée
Autres articles (44)
-
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...) -
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 (...) -
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 (...)
Sur d’autres sites (5660)
-
FFmpeg : building example C codes
23 février 2021, par J. S.I have configured and compiled the FFmpeg library using this link :
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



Now, I am trying to build example C codes provided by FFmpeg from here :
https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples



However, when I run make install-examples or make install (suggested by /example/README), I receive this kind of message :





make : *** No rule to make target '/doc/examples/README', needed by
 'install-examples'. Stop.





I thought this may be due to the rules not being in the correct MakeFile format (I am not sure why they refers to README). How should I go about in fixing this and compiling the example codes ? I have tried to find solutions about this, but there doesn't seem to be much information online.



Thank you.


-
Convert WAV to AIFF with ffmpeg
12 novembre 2016, par AreteHow can I convert a wav file to an AIF file with ffmpeg ?
I need to make various files one in 16 Bit, one in 24 bit and one in 32 Bit.
I also need to make different sample rates. E.g one in 176,400 kHz and one in 44,100 kHz.
I know
ffmpeg -i input-file.wav output-file.aif
will convert the file but I am not sure about the rest.https://www.ffmpeg.org/general.html#Audio-Codecs says ffmpeg supports AIFF but there is no documentation on the AIFF encoding : https://en.wikipedia.org/wiki/Audio_Interchange_File_Format#AIFF-C_common_compression_types
-
Convert WAV to AIFF with ffmpeg
15 février 2021, par AreteHow can I convert a wav file to an AIF file with ffmpeg ?



I need to make various files one in 16 Bit, one in 24 bit and one in 32 Bit.



I also need to make different sample rates. E.g one in 176,400 kHz and one in 44,100 kHz.



I know
ffmpeg -i input-file.wav output-file.aif
will convert the file but I am not sure about the rest.


https://www.ffmpeg.org/general.html#Audio-Codecs says ffmpeg supports AIFF but there is no documentation on the AIFF encoding : https://en.wikipedia.org/wiki/Audio_Interchange_File_Format#AIFF-C_common_compression_types