
Recherche avancée
Autres articles (57)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (5608)
-
Connection timed out error for ffmpeg libraries installation
12 mai 2015, par Kiran Kumar DashI am trying to compile ffmpeg on my centos server. Here is the link I am using as a reference :
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
Here is the command I entered :
git clone --depth 1 git://source.ffmpeg.org/ffmpeg
And this is the error message that popped up
Initialized empty Git repository in /root/ffmpeg_sources/ffmpeg/.git/
source.ffmpeg.org[0: 2a01:e0d:1:3:58bf:fa76:0:1]: errno=Connection timed out
source.ffmpeg.org[0: 88.191.250.118]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)PLease help why is it coming and what can be done to avoid
-
Combining Audio and Video file in python [duplicate]
8 juin 2020, par ysoI'm trying to understand how to us ffmpeg to combine video and audio files in python. I want to combine a .avi file and a .wav file to create a final .avi file. Is this the right approach ? I'm confused by the ffmpeg syntax.
Any help would be great.



I was looking through this for help :
https://wiki.libav.org/Snippets/avconv#Combine_audio_and_video_file



import ffmpeg
import subprocess

cmd = 'ffmpeg -i inputvideo.avi -i inputaudio.wav -c:v copy -c:a aac output_video_and audio.avi'
subprocess.call(cmd, shell=True) # "Muxing Done
print('Muxing Done')



-
Anomalie #3200 : #INTRODUCTION ne reparagraphe pas systématiquement
12 avril 2014, par Fil Upta solution fonctionne, et il reste possible ponctuellement d’indiquer #INTRODUCTION|paragrapher dans les squelettes
(a noter que le risque, c’est de faire exploser les squelettes qui utilisent sans précaution)