
Recherche avancée
Autres articles (91)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (3255)
-
Revision 35d38646ec : Misc changes to support high-bitdepth with supertx Change-Id : I0331646d1c55deb6
10 mars 2015, par Deb MukherjeeChanged Paths :
Modify /vp9/common/vp9_reconinter.c
Modify /vp9/common/vp9_reconinter.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/decoder/vp9_decodemv.c
Modify /vp9/encoder/vp9_dct.c
Modify /vp9/encoder/vp9_encodeframe.c
Misc changes to support high-bitdepth with supertxChange-Id : I0331646d1c55deb6e4631e64bd6b092fb892a43e
-
avcodec/libx264 : use the pixfmt descriptor to check for high bit depths
25 décembre 2017, par James Almer -
FFMPEG create h264 stream that has high quality keyframes and low quality interframes
13 mai 2012, par MatHow can I, using FFMPEG (clt or API) create a H264 stream that has every 25 frames or so a very high detailed high quality frame and interframes have very low bitrate ? I want to distribute the bitrate such that i have some highquality frames to identify spatial details and low quality frames to identify temporal effects. And preferrably within a single stream.