
Recherche avancée
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
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 (10736)
-
Streaming Installation paid request [on hold]
9 février 2016, par Lewis TylerBasically I need a streaming platform which allows my users to broadcast their webcam to a rtmp ip each users would have there own link
rtmp://192.168.0.1/username/token
I just need the server ip. No installation required. Does anyone know of any good sites to purchase a streaming server like this ? Or can anyone set one up for me over team viewer on my own remote server, happily to pay someone for their time. -
avfilter/vf_unsharp : check if scalebits is too high
17 septembre 2016, par Paul B Mahol -
Inserting an image inside a video every few frames using ffmpeg
9 mars 2017, par Erez HochmanCan I use FFMPEG to insert an image every 20 frames in a video ?
I’m trying to create a subliminal message experiment and I thought it would be an easy way to make it but I can’t find anything online.I tried to make something myself and created a script that :
1.splits a file into audio and video files
2.splits the video into frames
3.overwrites every 20th image in the sequence with the message image
4.re-encoding the video
5.concatenating it with the original audiothis works but it’s way more disk space consuming to be comfortable, is there a better way to do this ?
any advice or thought would be happily welcome.