
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (82)
-
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (5419)
-
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 !