
Recherche avancée
Autres articles (53)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (9612)
-
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 -
lavc/flashsv2enc : Fix encoding resolution error message.
13 novembre 2014, par Carl Eugen Hoyos