
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (58)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (9666)
-
(FFmpeg) How to merge still image at the end of the video
15 octobre 2015, par WhatWhereWhenI’m very new to
ffmpeg
, I just started yesterday. I have trouble making a .png image to a video by merging it at the end of another video file. Basically, the video ifle in is .mkv format, no audio, it’s 6 sec long, it’s short, so I want to make it long by merging still image.I planned to make the output to be 1 min 12 sec long, 720x576 res, original bit rate, in .mp4 format.
Can you tell me how can I do that ? I think it’ll be easy, but it’s complicated for beginners like me...
Thanks. -
Run ffmpeg multiple commands
27 novembre 2015, par NiksIm using this ffmpeg command to convert mp3 to wav :
ffmpeg -i audio.mp3 -acodec libmp3lame -ab 64k -ar 16000 audio.wav
and this command to create waveform from audio.wav :
wav2png --foreground-color=ffb400aa --background-color=2e4562ff -o example4.png papa2.wav
I would love to know, how to run this commands multiple ? For example, when conversion from .mp3 to .wav is done, then run the wav2png command.
Thank You !
-
fragmented mp4 javascript converting
7 juin 2013, par user816004I wanted to know if there is a way to convert regular mp4 to a fragmented mp4 via javascript. (like mp4box does) Is it efficient enough (not suppose to be a complicated task) ? did anyone write something like this ?
to make it harder, can it be on the fly ? meaning I will not download the whole mp4 from the server but download in parts and convert it into fragments compatible with fragmented mp4 and mpeg-dash - I'm trying to overcome to problem to not have to use 2 different file types to play a video or do mp4box on all my library in advance.Regardless, is it possible to convert from h.264 compatible files with different containers (mov, flv etc.) to fragmented without a server ? meaning do it in the browser with javascript somehow ?
appreciate the help,
Yug