
Recherche avancée
Autres articles (80)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (5651)
-
Revision e5cd51880e : Allow update of golden refernce buffer in CBR mode This commit changes to allow
17 octobre 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/vp9_ratectrl.c
Allow update of golden refernce buffer in CBR modeThis commit changes to allow the usage of golden reference frame in
VP9 CBR mode to improve quality. VP9 supports potentially up to 8
reference buffers, it has reference buffers available for this
purpose. This was not possible in VP8 as golden and alt-ref buffers
were used for temporal scalability purpose in CBR mode in WebRTC.For frames that update golden frame, there can be a quality boost.
The amount of allowed bitrate boost can be controlled via parameter
rc_max_inter_bitrate_pct. The inital value of the boost ratior is
currently based on over_shoot_pct. Further experiments will work
out the adaption of this boost value.Change-Id : I0c5f010c8fd8b7b598f69779c1b30e5b2ac30a4d
-
DTX mode is not implemented in ffmpeg
14 août 2023, par ShahrizwanError :
[sdp @ 00000262b33bd980] Too much speech data in the RTP packet ?0 Camrnb @ 00000262b3408c80] Corrupt bitstream


[sdp @00000262b33bd980] Too much speech data in the RTP packet ?0


Recyc [amrnb@000002473b118980] dtx mode is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.


Please help me, what should I do ?


I am trying to use radio to send voice to pc. And it uses the AMR-NB codec.


-
Split videos with ffmpeg in batch mode ?
11 avril 2014, par user3524742I use this code to split video after 5s in batch mode but when I click .bat file, cmd disappears immediately.
for %%i in ("*.mp4") do ffmpeg -i "%%i" -t 00:00:05 -codec copy "%~ni.mp4"
pauseHow to fix it ? Thanks !