
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (11)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (...)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (3715)
-
lavfi/avf_showspectrum : add full frame sliding mode.
3 août 2014, par Nicolas George -
Revision ba70f16011 : Add early termination in transform size search In the full-rd transform size se
12 août 2014, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_speed_features.c
Modify /vp9/encoder/vp9_speed_features.h
Add early termination in transform size searchIn the full-rd transform size search, we go through all transform
sizes to choose the one with best rd score. In this patch, an
early termination is added to stop the search once we see that the
smaller size won’t give better rd score than the larger size. Also,
the search starts from largest transform size, then goes down to
smallest size.A speed feature tx_size_search_breakout is added, which is turned off
at speed 0, and on for other speeds. The transform size search is
turned on at speed 1.Borg test results :
1. At speed 1,
derf set : psnr gain : 0.618%, ssim gain : 0.377% ;
stdhd set : psnr gain : 0.594%, ssim gain : 0.162% ;
No noticeable speed change.
3. At speed 2,
derf set : psnr loss : 0.157%, ssim loss : 0.175% ;
stdhd set : psnr loss : 0.090%, ssim loss : 0.101% ;
speed gain : 4%.Change-Id : I22535cd2017b5e54f2a62bb6a38231aea4268b3f
-
How to set yuv to full range in a mpeg2video ?
7 mai 2021, par Jefferson Villasan JosolI've found out that
YUV420P
has a limited range based on MediaInfo. How can I set that into Full range using ffmpeg ? Does anyone know how to set it into Full ?
I'm currently usingmpeg2video -q:v 0
because it has an acceptable quality and small file sizes compared tox264 -crf 0
.
Thanks in advance for those who can help me !

Edit : I prefer mpeg2video because it is much faster compared to x264 encoding. And I've also noticed that
-q:v 0
is better than-q:v 2
. I don't know if it sounds strange but on my phone, the quality is really better if I use the-c:v mpeg2video -q:v 0