
Recherche avancée
Autres articles (103)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (13017)
-
lavc/cavsdec : Add profile check
24 avril 2022, par Jun Zhao -
omx : Add support for specifying H.264 profile [v5’]
3 mars 2017, par Takayuki 'January June' Suwa -
How to specify ffmpeg profile for h264_omx encoder ?
25 septembre 2018, par Ryan GriggsI’m using a Raspberry Pi 3B with ffmpeg version 3.2.10-1 deb9u1+rpt1.
I need to encode a h.264 file using the Baseline profile, but I can’t find a way to specify this on the ffmpeg command line. Using -profile:v baseline yields the following error :
[h264_omx @ 0x185b0e0] [Eval @ 0x7e8c82e0] Undefined constant or missing '(' in 'baseline'
[h264_omx @ 0x185b0e0] Unable to parse option value "baseline"
[h264_omx @ 0x185b0e0] Error setting option profile to value baseline.
Stream mapping:
Stream #0:0 -> #0:0 (h264 (h264_mmal) -> h264 (h264_omx))
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or heightThis option works with libx264 (software encoder), but in this application the hardware-accelerated encoder (OMX) must be used.
Thanks for any insight.