
Recherche avancée
Autres articles (46)
-
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. -
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 (8726)
-
OpenCv and FFmpeg [on hold]
28 juillet 2014, par user987743I am new to OpenCV. I working with OpenCV and java.
I would like to send the processed frames from OpenCV to the client.
I searched online and Was not able to find anything that works.
I Could write a java TCP socket to send frames one by one but I feel it is inefficient.
Please help me on some tool/packages to send processed frames from OpenCv to client -
Add sound tracks to a video file with FFmpeg [on hold]
26 juillet 2014, par user3877422I look this page : https://zoid.cc/ffmpeg-audio-video/ but i don’t understand how to add multiple audio to a video, i have a problem.
My video length : 04:30
My audio1 length : 01:30
My audio2 length : 02:00I tried :
ffmpeg -i vid.avi -i audio1.wav -i audio2.wav -map 0:0 -map 0:1 -map 1:0 -map 2:0 -c:v copy -c:a copy output.avi
FFMpeg set is video length for audio1.wav length (01:30)
I want add audio but not change video length (04:30)
How to fix this problem ?Thanks for help.
-
Convert animated GIF to MP4 in PHP [on hold]
26 juillet 2014, par user3878839How do I do that ? I only know that you’d use FFMPEG, but I don’t know exactly how. Also, in the process, can I resize the images and set the video’s frame rate ? By the way, I have imagick if that helps.