
Recherche avancée
Autres articles (42)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (8745)
-
Video compress based on device resolution
23 septembre 2016, par KomalI want to compress video without FFMPEG, I tried https://github.com/lalongooo/VideoCompressor it’s working fine but when I testing in all device the resolutions are different, like I captured video in Moto-E after compress it will be 2.30 MB and in S3 it will be 1.50 MB so it’s too blur result of S3, I stuck in it from many days ! Any another way of compress video If yes then please guys help to solve it !!! Thanks in advance
-
How to create video from different resolution images
1er septembre 2016, par azharmalik3I am using FFmpeg command to create video from images.
ffmpeg -y -framerate 24 -i images/%d.jpg -c:v libx264 -pix_fmt yuv420p -preset slow -tune stillimage -level 2.1 -maxrate 500K -bufsize 2M -crf 18 -r 24 -g 30 output.mp4
It creates a video with good quality using this command. But, it’s loose video quality when I create video from different resolution images. I have two different resolution images
640x480
and2048x1536
.Any solution for this ?
-
FFmpeg quadruple video resolution ? [on hold]
4 janvier 2017, par AtemuIs it possible to upscale a 1920x1080 video (lossy h264@20000kbit/s, recorded with shadowplay) to 3840x2160 without any quality loss from upscaling the video so that 1 pixel becomes a square of 4 ?