
Recherche avancée
Autres articles (87)
-
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. -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...)
Sur d’autres sites (9002)
-
Difference in structures between YUV422, YUV420, and how they relate to NV21
29 octobre 2020, par Mike RawdingIf anyone could provide any visual explanations and/or verbal explanations of the differences between these three pixel formats that would be greatly appreciated. Also any information on converting from BGR/RGB/YUV422 to NV21 is really useful too. I need an image to be in NV21 before I can utilize hardware accelerated h264 encoding.


-
What the difference between ffmpeg faststart vs +faststart
13 octobre 2020, par Devin DixonI see a lot of examples online for


ffmpeg -movflags faststart



and


ffmpeg -movflags +faststart



What is the difference between the two ?


-
Find Percentage of difference between two Videos Using FFMPEG
8 octobre 2020, par JaiI am working with Video comparison using FFmpeg on Java. I have videos name "video1 and Video2". I can find the difference between two video using FFmpeg.


It shows the result Video with difference. But here I want to find how many percent (IE : 20%) Video1 different from Video2. How to achieve this ?