
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (70)
-
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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 ) (...)
Sur d’autres sites (5786)
-
speed up Watermarking process in FFmpeg
24 octobre 2017, par 1234567speed up Watermarking process in FFmpeg
Is there any way to speed up water marking process in Ffmpeg
I have a video 5 seconds long and want to add watermark over it
the command used is
"-y","-i", j, "-i", image1, "-filter_complex",
"overlay=0:0","-codec:a", "copy","-preset","ultrafast", outeven after using ultrafast and using same code not re-encode the audio it is very slow, any help would be useful
-
Find upload speed of streaming video via nstask
3 octobre 2017, par SwatiI am streaming live video to an RTMP server using FFMPEG, NSTASK in a cocoa app.
The task is achieved but now I want to calculate the upload speed.
Any suggestions how can I do this.
-
Speed Up Creation of M3U8 - FFMPEG
6 septembre 2017, par Kenny Johnsonwe are using ffmpeg to take rtsp video and create an m3u8 so we can stream the video to phones and computers via HLS using Clappr player.
It works but it takes about 15 seconds for the m3u8 to be created.
We have tried everything we can think of to speed it up. Just trying to get the video to start quicker.
Right now it takes about 15 seconds for the video to start. We need to cut it in half.
Our keyframe and chunk size are both set to 3 right now.
Anyone have any suggestions ?
Thanks for your time !