
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (19)
-
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, (...) -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
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 (3871)
-
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 ?
-
Online Server with Local Storage + FFMPEG
25 mars 2014, par user2876479I'm making a website that uses videos from local hard disk as well as online.
The website will be online and all the infos are pulled from online server & online database. But videos are pulled from local harddisk if found locally, otherwise pulled from online server. Is this possible ?
BTW, planning to host it in hostgator with normal account.
Also, I'm converting high res videos into low res with ffmpeg using exec.
Does anybody using this website has to install local server like wamp and ffmpeg in their local system to get all these features ?
SORRY I'M NEW TO WEB DEVELOPMENT. MY QUESTIONS MAY BE FUNNY. BUT I'M LEARNING.