
Recherche avancée
Autres articles (40)
-
Diogene : création de masques spécifiques de formulaires d’édition de contenus
26 octobre 2010, parDiogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
A quoi sert ce plugin
Création de masques de formulaires
Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...) -
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 translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (5047)
-
h263dec : call get_format after setting resolution and profile
8 octobre 2014, par Rémi Denis-Courmont -
FFmpeg - Change resolution of the video with aspect ratio
10 août 2016, par Arthur Khusnutdinovall.
How to change resolution of the video with aspect ratio with FFmpeg ?
There are options
http://manpages.ubuntu.com/manpages/oneiric/man1/ffmpeg.1.html-s size
Set frame size. The format is wxh (ffserver default = 160x128,
ffmpeg default = same as source). The following abbreviations are
recognized:and
-aspect aspect
Set the video display aspect ratio specified by aspect.
aspect can be a floating point number string, or a string of the
form num:den, where num and den are the numerator and denominator
of the aspect ratio. For example "4:3", "16:9", "1.3333", and
"1.7777" are valid argument values.For example, I have two input videos :
- with 200*400 resolution
- with 400*700 resolution
I need to make output video with 100*200 resolution.
If I will run ffmpeg with -s 100x200, then second video will have bad aspect ratio.
How can I limit output video by width, with auto aspect ratio by height ?
For example, I want specify for the output video only width 100px and ffmpeg must automatically calculate height with right aspect ratio.
For first video it will be :
200/100=2
400/2=200
Ie 100x200
For second video it will be :
400/100=4
700/4=75
Ie 100x75
Is it possible ?
-
avfilter/vf_noise : fix high resolution support
16 octobre 2014, par Michael Niedermayer