
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (13)
-
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...)
Sur d’autres sites (5340)
-
What are these strange strings in complied FFmpeg binary files ?
4 septembre 2018, par greagenI am learning compilers recently and compile FFmpeg-1.0.10 source downloaded from official website to binary files on macOS 10.13.6. I use command "strings" to display the printable strings in the binaries. But there are some strange strings that do not exit in source files. Some examples of the strings are as following :
IMAS
TXTR
VbuS
...
theora
vorbis
'hb7=
... {next three examples start with whitespace character}
(8H8h8
h8H8(8
8!8"8
...
$h%h&h
$X%X&X
$X%X&X
...What are those strings ?
When and where they came from ?
What are they used for ?
How can I distinguish these strange strings with strings constants in source code ?
-
Pyzam gives an error, Pyzam does not work. [red]Error : ffmpeg file not found in $PATH[/red] [duplicate]
12 mai 2024, par Да не знаю яI wanted to make a program that defines music, well, like shazam. I came across Pyzam. I tried it, it doesn't work. Returns the error : [red]Fatal : ffmpeg not found on $PATH[/red] to the command : pyzam — input mando.mp3. There is a mando.mp3 file in the folder where I run the program. I write the command on the command line. Windows 10. FFmpeg is available on disk C from the official website.


-
FFMPEG or LIBAV : Need examples of mixing/merging multiple audio tracks together
23 juillet 2013, par ApolloKingWhat I have currently is an audio file that contains two audio streams, is there any FFMPEG/LIBAV code example(s) that provide insight of either
- Mixing these two or more tracks together into one stream (amix)
- Merging two tracks together into one stream, one in the left
channel one on the right channel (amerge) ?
Apparently I need use of the libavfilter library, so It would be great if there are examples using libavfilter for mixing purposes (ffmpeg official filtering example provided does not seem to be a match what I am looking for, but I may be overlooking it).