
Recherche avancée
Autres articles (46)
-
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
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 (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (3865)
-
How to estimate the file size of a video in a particular resolution ?
13 octobre 2019, par HabibI’m trying to develop a video compressor where I have to estimate the file size before compression based on different resolutions.
For encoding I am using H264 codec. And I have no idea how it compress the video.
I'm looking forward to something like this.
1440*720 - estimated file size : 6.2mb - 75%
960*480 - estimated file size : 2.9mb - 37%
480*240 - estimated file size : 857kb - 25% -
Revision 74896 : le paramètre de résolution n’était pas pris en compte
23 août 2013, par lesage.sylvain@… — Logle paramètre de résolution n’était pas pris en compte
-
Record and stream desktop to Youtube by ffmpeg with HD resolution
1er juillet 2021, par Do Ngoc TuanI want to record and stream desktop to Youtube live by FFmpeg. But the output resolution is very low, maximum 360.
What options I need to change ?



ffmpeg -framerate 30 -f x11grab -i :1 -f pulse -i default -c:v libx264 -s 1920x1080 -r 60 -b:v 5000k -crf 10 -vf format=yuv420p -c:a aac -b:a 128k -f flv rtmp://a.rtmp.youtube.com/live2/stream_key