
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (56)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (8736)
-
Revision b6c5dbe9ef : mips dsp-ase r2 vp9 decoder extend module optimizations Adopted again to shephe
29 septembre 2013, par Jim BankoskiChanged Paths :
Modify /build/make/rtcd.sh
Add /vpx_scale/mips/dspr2/yv12extend_dspr2.c
Modify /vpx_scale/vpx_scale.mk
Modify /vpx_scale/vpx_scale_rtcd.sh
mips dsp-ase r2 vp9 decoder extend module optimizationsAdopted again to shepherd through system.
Change-Id : If1b742618a95a2198ae2e30eec4b53ad1f7353e5
-
Drupal 7 audioconverter module failed - libavcodec52 - which codec for Debian squeeze ?
7 décembre 2012, par MeggyI am using the audioconverter module with the audiorecorderfield module in Drupal 7. Though it was working previously, I just recently noticed that the audioconverter module has stopped converting wav files to mp3. Here's the error in my logs ;
MESSAGE: executing: /usr/bin/ffmpeg -i /var/aegir/platforms/drupal-7.16/sites/default/files/1354856044.wav /var/aegir/platforms/drupal-7.16/sites/default/files/1354856044.wav.mp3
MESSAGE: Audio conversion failed. FFMPEG reported the following output:
FFmpeg version SVN-r0.5.9-4:0.5.9-1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --extra-version=4:0.5.9-1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libdirac --enable-libgsm --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libfaad --enable-libdc1394 --enable-shared --disable-static
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 1 / 52.20. 1
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 4. 0 / 0. 4. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Jun 10 2012 10:30:14, gcc: 4.4.5
Input #0, wav, from '/var/aegir/platforms/drupal-7.16/sites/default/files/1354857172.wav':
Duration: 00:00:27.50, bitrate: 178 kb/s
Stream #0.0: Audio: adpcm_ima_wav, 44100 Hz, mono, s16, 178 kb/s
Output #0, mp3, to '/var/aegir/platforms/drupal-7.16/sites/default/files/1354857172.wav.mp3':
Stream #0.0: Audio: 0x0000, 44100 Hz, mono, s16, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Unsupported codec for output stream #0.0
SEVERITY: error
MESSAGE: converted file is an empty file.It seems similar to the fixed issue posted by tinny here http://drupal.org/node/1818308 but I have libavcodec52 installed and I'm still getting these errors.
I can see the wav file is created by the audiorecorder module but the audioconverter module is failing on the conversion.
Does anyone know which codec I should use in Debian 6 Squeeze ?
-
How make typing text effect with ffmpeg ?
23 mai 2017, par FatasHow i can make video with typing text effect with ffmpeg ?
I have something like that, but i need animated text :
ffmpeg -f lavfi \
-i color=c=white:s=1440x900 \
-vf drawtext="text='Some text here': fontcolor=black: fontsize=100: x=(w-text_w)/2: y=(h-text_h)/2" \
-pix_fmt yuv420p -t 30 out.mp4One idea is making bunch generated .png files and then merge, but i think there is better way ?