
Recherche avancée
Autres articles (42)
-
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 -
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 (...)
-
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)
Sur d’autres sites (8940)
-
x86 : move XOP emulation code back to x86inc
3 août 2015, par James Almerx86 : move XOP emulation code back to x86inc
Only two functions that use xop multiply-accumulate instructions where the
first operand is the same as the fourth actually took advantage of the macros.This further reduces differences with x264’s x86inc.
Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
Does simple rescaling from 1080p to frame height of 720 lead to 720p ?
12 août 2015, par nburkI want to convert a 1080p to 720p and also lower resolutions eventually.
I have been using
ffmpeg
for all my video processing activities so far, and would simply approach this task using the following command :ffmpeg -i tos.mov -vf scale=-1:720 tos_0x720.mov
I understand that this will rescale my video to a new frame size having 720 pixels set as a fixed height and the width dynamically calculated.
What I am not sure about are the implications regarding the quality factors of the video when using
ffmpeg
this way.- Is it valid to assume that running this command will output a perfect HD 720p quality video ?
- What would be a benefit of using dedicated video conversion software to accomplish my goal compared to running the above command ?
-
avcodec/rv30 : fix switching back to the original resolution
17 août 2015, par Michael Niedermayer