
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 (18)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (5607)
-
Merge commit ’9a9e2f1c8aa4539a261625145e5c1f46a8106ac2’
22 juin 2014, par Michael NiedermayerMerge commit ’9a9e2f1c8aa4539a261625145e5c1f46a8106ac2’
* commit ’9a9e2f1c8aa4539a261625145e5c1f46a8106ac2’ :
dsputil : Split audio operations off into a separate contextConflicts :
configure
libavcodec/takdec.c
libavcodec/x86/Makefile
libavcodec/x86/dsputil.asm
libavcodec/x86/dsputil_init.c
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/dsputil_x86.hMerged-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] configure
- [DH] libavcodec/Makefile
- [DH] libavcodec/ac3enc.c
- [DH] libavcodec/ac3enc.h
- [DH] libavcodec/ac3enc_fixed.c
- [DH] libavcodec/ac3enc_float.c
- [DH] libavcodec/ac3enc_template.c
- [DH] libavcodec/acelp_pitch_delay.c
- [DH] libavcodec/acelp_pitch_delay.h
- [DH] libavcodec/arm/Makefile
- [DH] libavcodec/arm/audiodsp_arm.h
- [DH] libavcodec/arm/audiodsp_init_arm.c
- [DH] libavcodec/arm/audiodsp_init_neon.c
- [DH] libavcodec/arm/audiodsp_neon.S
- [DH] libavcodec/arm/dsputil_init_neon.c
- [DH] libavcodec/arm/dsputil_neon.S
- [DH] libavcodec/audiodsp.c
- [DH] libavcodec/audiodsp.h
- [DH] libavcodec/cook.c
- [DH] libavcodec/dsputil.c
- [DH] libavcodec/dsputil.h
- [DH] libavcodec/g729dec.c
- [DH] libavcodec/g729postfilter.c
- [DH] libavcodec/g729postfilter.h
- [DH] libavcodec/ppc/Makefile
- [DH] libavcodec/ppc/audiodsp.c
- [DH] libavcodec/ppc/dsputil_altivec.h
- [DH] libavcodec/ppc/dsputil_ppc.c
- [DH] libavcodec/ra144.c
- [DH] libavcodec/ra144.h
- [DH] libavcodec/ra144dec.c
- [DH] libavcodec/ra144enc.c
- [DH] libavcodec/takdec.c
- [DH] libavcodec/x86/Makefile
- [DH] libavcodec/x86/audiodsp.asm
- [DH] libavcodec/x86/audiodsp.h
- [DH] libavcodec/x86/audiodsp_init.c
- [DH] libavcodec/x86/dsputil.asm
- [DH] libavcodec/x86/dsputil_init.c
- [DH] libavcodec/x86/dsputil_mmx.c
- [DH] libavcodec/x86/dsputil_x86.h
-
Anomalie #3523 : Gestion des plugins avec spip 3.0.20
5 août 2015, par Gilles VINCENTen ajoutant la directive
opcache.validate_timestamps=0
à ma config php, comme conseillé dans http://wiki.mikejung.biz/PHP_OPcache pour un serveur en production, la page de gestion des plugins refonctionne à nouveau correctement. De plus, la valeur
opcache.revalidate_freq=60
(valeur par défaut fournie lors de l’install) est vraiment longue.
Si je commente cette ligne dans le fichier de config, le phpinfo() indique une valeur plus raisonnable de 2 seulement.
Je pense que le chargement méga long venait de cette constante.La différence de comportement avec la config "pour développement" entre une 3.0.19 et une 3.0.20 reste encore surprenante.
Si j’ai le temps, je creuserai dans une semaine à mon retour de vacance, car tout le monde ne peut as jouer avec ces paramètres du serveur... :/ -
run ffmpeg commands from my own project
28 octobre 2013, par brunoI'm starting a project where I want ppl to upload videos of a talk and a the video of slides for that talk and want to merge them (to play at the same time) and then show results.
My question is :
Is it possible to do that from code ? if it is, can you point me to the right doc ?
I was able to do it running command line, but as I want this to run on a server with different ppl uploading their videos I think this would not be the best approach.
I have a preference for Java if it's possible to do it, but I can manage to use other languages what do you guys suggest ?The idea would be to have a service where I can point the urls of the videos stored in my server and it would merge them and save file where I can later stream. With different ppl uploading videos at the same time and being able to watch the result in a reasonable amount of time.
I used this tutorial to test :
https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videosThanks for your time