
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (65)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (6230)
-
Livestream screen capture to frontend website with low latency [closed]
3 juin 2021, par Eddie Huangfor a project I want to livestream my desktop on my Ubuntu server onto the frontend website (running on the same server using Node/Express).


It would be the same effect as livestreaming with OBS/ffmpeg to Youtube/Twitch and embedding into my own website.
It has to be low latency (<1 second)


Could anyone point me in what protocols/applications/tutorials to use as an outline ?


-
ffmpeg : How to limit bit rate of video output ?
27 mars 2017, par MatTo a 2GB raw video file taken in front of a greenscreen I want to add the alpha channel.
My problem is : the output files appear much too large to me (about 20-fold the size of the input), and OpenShot, the video editor, seems unable to handle such huge files. Comparing file properties of input and output shows bitrates of about 15k in the infiles, and 150k-250k in the result files, which seems to pinpoint the problem.
(By the way, I also want to discard the first part of the clip as well as its audio channel and reduce the frame rate from 30 to 24 fps in the process, which all works fine.)
This is my command :
ffmpeg.exe -i -vf chromakey=0x007d06:0.15:0.0 -ss 40.420 -r 24 -b:v 15840k -maxrate 15840k -bufsize 15840k -an -c:v <encoder>
</encoder>The parameters as I understand them :
-i ... infile
-vf chromakey=0x007d06:0.15:0.0 ... chroma, tolerance & blend of greenscreens
-ss 40.420 ... skip before second 40.420 (this works)
-r 24 ... frame rate (this works, too)
-b:v 15804k ... bitrate (seemingly no effect)
-maxrate 15840k ... maximum BitRate (seemingly no effect)
-bufzise 15840k ... Buffer size (can't tell)
-an ... no audio channel (works fine)
-c:v <encoder> ... Video Encoder (ffvhuff, png, qtrle and tiff were tried, all to the same result)
... outfile
</encoder>b, maxrate and bufsize are described as global options. No matter what setting, during the process bitrates of up to some 3000000kbits/s (tiff) are reported.
(I also added -pixel_format argb, but this, too, seemed to be ignored, ffmpeg always reports to write yuva420p.)
What am I missing ?
-
Revision 8c03fff40b : Move abs() to where it is effective vp8/encoder/x86/denoising_sse2.c:35:10 : err
8 juillet 2014, par JohannChanged Paths :
Modify /vp8/encoder/x86/denoising_sse2.c
Move abs() to where it is effectivevp8/encoder/x86/denoising_sse2.c:35:10 : error : taking the absolute value
of unsigned type ’unsigned int’ has no effect [-Werror,-Wabsolute-value]Change-Id : I749ba8e6f55dbd9b822bfd4260a8397554f5e524