
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (81)
-
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" ; -
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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (4087)
-
FFMpeg : CUDA_ERROR_NOT_SUPPORTED on ubuntu20.04
22 décembre 2020, par SuperminarenI've been trying to get CUDA working on Ubuntu 20.04 for a while now.


ffmpeg -vsync 0 -hwaccel cuvid -c:v h264_cuvid -i input.mp4 -c:a copy -c:v h264_nvenc -b:v 5M output.mp4



Running the sample command linked above, I get the following error :




[AVHWDeviceContext @ 0x5618466f7f80] cu->cuCtxCreate(&hwctx->cuda_ctx, desired_flags, hwctx->internal->cuda_device) failed -> CUDA_ERROR_NOT_SUPPORTED : operation not supported
Device creation failed : -1313558101.
[h264_cuvid @ 0x561846731940] No device available for decoder : device type cuda needed for codec h264_cuvid.




I am not sure what causes this.


All relevant environment parameters look like this.


CUDADIR=/usr/local/cuda-11.2/ LD_LIBRARY_PATH=/usr/local/cuda-11.2/lib64 CUDA_HOME=/usr/local/cuda-11.2/ PATH=/usr/local/cuda-11.2/bin:/opt/ffmpeg/bin/


Running 'nvidia-smi' gives this response :


This looks rather normal afaik too.


If someone with more experience could help me that'd be greatly appreciated.


-
x86inc : Improve FMA instruction handling
17 janvier 2016, par Henrik Gramnerx86inc : Improve FMA instruction handling
* Correctly handle FMA instructions with memory operands.
* Print a warning if FMA instructions are used without the correct cpuflag.
* Simplify the instantiation code.
* Clarify documentation.Only the last operand in FMA3 instructions can be a memory operand. When
converting FMA4 instructions to FMA3 instructions we can utilize the fact
that multiply is a commutative operation and reorder operands if necessary
to ensure that a memory operand is used only as the last operand. -
x86inc : Improve FMA instruction handling
17 janvier 2016, par Henrik Gramnerx86inc : Improve FMA instruction handling
* Correctly handle FMA instructions with memory operands.
* Print a warning if FMA instructions are used without the correct cpuflag.
* Simplify the instantiation code.
* Clarify documentation.Only the last operand in FMA3 instructions can be a memory operand. When
converting FMA4 instructions to FMA3 instructions we can utilize the fact
that multiply is a commutative operation and reorder operands if necessary
to ensure that a memory operand is used only as the last operand.