
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (16)
-
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
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 (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (4353)
-
+debug / flash security settings shortcut (right-click on SWF can now get to control panel with Flash 10.x.something)
1er août 2011m src/SoundManager2.as m src/SoundManager2_AS3.as m swf/soundmanager2.swf m swf/soundmanager2_debug.swf m swf/soundmanager2_flash9.swf m swf/soundmanager2_flash9_debug.swf m swf/soundmanager2_flash_xdomain.zip +debug / flash security settings shortcut (right-click on SWF can now get to control (...)
-
Does the incoming codec or audio-video sync matter when encoding from Xvfb using FFMPEG ?
15 décembre 2022, par NavHow I'm capturing :

I'm using Xvfb on Linux, to capture a video and audio from an app that is also running on Linux. I'm using-f x11grab
when capturing that video headlessly from Xvfb's frambuffer using FFMPEG, and encoding it using a few other parameters like-c:v libx264 -pix_fmt yuv420p
.

The questions :

Since I'm reading from Xvfb framebuffer :

- 

- Would it matter that the app uses
SVC
to encode the video, and I'm using H.264 ? - Would it matter if I use a different framerate than the app is using ?
- Would it matter if I use a different
pix_fmt
than what the app is using ?








Reason for asking :



As shown in the image (blue is the app, red is FFMPEG, green is Xvfb) ;

- 

- The CPU percentage consumed by FFMPEG shoots up when the app's CPU percentage shoots up. I've also encountered audio being ahead of video for some participants, but I'm unable to figure out whether it's due to network lag or due to FFMPEG's encoding.
- Also, the aim is to reduce CPU consumption, so I was looking to see if I could do FFMPEG encoding in the same format as the app.






- Would it matter that the app uses
-
Online video editing server for streaming content
23 février 2014, par netCreateI'm looking for software that will enable me to make online video editing for streaming content.
I do have background with FFmpeg (as video multiplying), MLT framework and Red5 as streaming server.Now what I need to do is to be able to stream online content and modify it - add layers and effects online.
I know how to do this thing offline with Kdenlive or generate MLT scripts. I want to be able to to this online.
What should I do to enable online editing ?