
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (93)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (6403)
-
symbol lookup error with FFmpeg
8 mars 2017, par Tobias GeiselmannI am writing a Java application which uses FFmpeg. Therefore I use JNI to execute some native code. Compiling my shared object works without problems, but when I execute my code I get the following error :
/usr/local/jamaica-6.3-1/target/linux-x86_64/bin/jamaicavm_bin: symbol lookup error: /home/tobi/workspace/sender/lib/libsender.so: undefined symbol: av_frame_alloc
av_frame_alloc is a method of FFmpeg’s libavutil library. I linked my shared object against a few FFmpeg libraries (such as libavcodec, libavutil, etc.), but I’m not able to execute methods from libavutil.
When I run the nm command to list all the symbols from the object file, I get the following result :tobi@tobi:~/workspace/sender/lib$ nm libsender.so
U avcodec_alloc_context3@@LIBAVCODEC_54
U avcodec_copy_context@@LIBAVCODEC_54
U avcodec_find_decoder@@LIBAVCODEC_54
U avcodec_find_encoder@@LIBAVCODEC_54
U avcodec_open2@@LIBAVCODEC_54
U av_dump_format@@LIBAVFORMAT_54
U avformat_find_stream_info@@LIBAVFORMAT_54
U avformat_open_input@@LIBAVFORMAT_54
U av_frame_alloc
U av_image_alloc@@LIBAVUTIL_52
U av_log@@LIBAVUTIL_52
U av_register_all@@LIBAVFORMAT_54So, obviously, there is something wrong with av_frame_alloc. Why do I get a symbol lookup error every time I want to call av_frame_alloc ?
Thanks !
-
Revision e3f0b19f3f : Use lookup table to find pixel numbers in block This could save one multiplicat
8 janvier 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_denoiser.c
Use lookup table to find pixel numbers in blockThis could save one multiplication in each threshold funtion
called by the denoiser per block.Change-Id : I35f437e09999f0a087180878ef7805f0d86e5819
-
How to remove watermark/logo from a video ? [on hold]
22 mars 2015, par Nojus741How would i remove a watermark/logo from a video using ffmpeg ? I been searching for almost 1 hour, haven’t found anything good.
The video example :
http://i.stack.imgur.com/LVcdC.png