
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (57)
-
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (...)
Sur d’autres sites (10556)
-
How to merge two audio files from S3 using AWS Lambda ?
21 juillet 2019, par sleepyrobotRight now, I’m looking for solutions on how I can retrieve audio files from S3, merge those two audio files using AWS Lambda, and then put the merged audio back to S3.
S3 —> AWS Lambda (merging) —> S3
- Is there any way I could make this possible ?
- And what programming language is best suitable to merge audio files ?
Thanks ! I would appreciate any answer.
-
how to convert 2 mono files into stereo with FFmpeg source code ?
18 avril 2019, par not your businessMerging 2 mono AAC files into 1 stereo file
I tried using af_amerge.c/af_join.c files to do so, but couldn’t get an example to how to start using those filters. The example provided not good enough for me at least to do so.
I thought there might an easier way like resampling 2 files into 1 stereo file. Can someone provide me with a simple example using ffmpeg code to do so ?
Currently i’m basing my code over aac_resampling.c
Can’t find my self using the resample function with 2 files, don’t know how to combine both file to send them as an input to the resampler
-
How to create .sub (vobsub sutitle sub/idx) file from bitmap files
5 janvier 2013, par aviitI have some bitmap files (jpeg, png, ...) and I want to write a C++ program that joins those bitmap files to pes stream (mpeg-2 format), then create a sub file (.sub/.idx : vobsub subtitle files).
Can you give me some hint ?
Thanks