
Recherche avancée
Autres articles (56)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10564)
-
how to merge multiple audio files into one long mp3 file ffmpeg
20 avril 2017, par Adnane EL MouttakiHow to merge multiple audio files into one long mp3 file ffmpeg with PHP
AUDIO1.mp3 + AUDIO2.mp3 + AUDIO3.mp3 + .. + AUDIO+00.mp3 = onelong.mp3
But I do not know how many
AUDIO$number.MP3
He variable .. Because I convert text to AUDIO and i merge this audio + multi Pictures in One Video -
Insert multiple image at random time on video using ffmpeg
28 novembre 2015, par ComeBackHow can I insert multiple images at random time on video using ffmpeg ?
I have some pictures and I want to add these to my video at random time, for example picture 01 at 5s, picture 02 at 20s.
-
taking time stamped sequence of images from a video using ffmpeg
11 septembre 2012, par user1662322How should I take time stamped images from a video using ffmpeg ?
for example ;image-0001 --> 0:00:00.0000
image-0002 --> 0:00:01.0000
image-0003 --> 0:00:02.0000
.....I have tried ;
ffmpeg -i input.flv -ss 00:00:00.0000 -r 1 image%4d.jpg
But it seems that using this code, ffmpeg does not take exactly one picture per second and the time of the taken pictures can not be calculated accurately from the image file number.