
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (52)
-
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 -
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 (...)
Sur d’autres sites (7466)
-
FFMPEG screen regarding using gdi is working as expected when given offset, width and height on different screen size ?
15 novembre 2018, par Mohsin AbbasI am working on an application that records the screen using ffmpeg. The recording works fine when I don’t specify offset, width and height.
When I specify the offset, width and height on my device and records according to the area but when I run it on a big screen and it records smaller area than provided. I am using following command to record :ffmpeg -f gdigrab -framerate " + Framerate + " -offset_x " + OffsetX + " -offset_y " + OffsetY + " -video_size " + width + "x" + height + " -show_region 0 -i desktop " + FileName;
I think ffmpeg don’t take screen resolution into account or something ?
-
lavc/qsvenc : the height is aligned to 32 for AV1
22 mai 2023, par Haihao Xiang -
swscale/rgb2rgb_template : Fix ff_rgb24toyv12_c() with odd height
9 octobre 2024, par Michael Niedermayerswscale/rgb2rgb_template : Fix ff_rgb24toyv12_c() with odd height
Fixes : out of array access
Fixes : 368143798/clusterfuzz-testcase-minimized-ffmpeg_SWS_fuzzer-6475823425585152Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>