
Recherche avancée
Autres articles (94)
-
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 ;
-
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. -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (15664)
-
ffmpeg hardwareaccleration using —enable-nvenc giving errors in vs 2012
3 octobre 2020, par user2290878am trying to compile ffmpeg with nvenc enabled using msvc toolchain with vs 2012 , its giving error ,


ERROR : nvenc requested but not found


following error logs is seen in config.log :


c99wrap cl -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dstrtod=avpriv_strtod -Dsnprintf=avpriv_snprintf -D_snprintf=avpriv_snprintf -Dvsnprintf=avpriv_vsnprintf -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -D_WIN32_WINNT=0x0502 -nologo -Dstrtoll=_strtoi64 -Dstrtoull=_strtoui64 -Z7 -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O2 -Oy- -FIstdlib.h -c -Fo./ffconf.VPz0M2D2.o ./ffconf.hc8dkH6N.c
ffconf.hc8dkH6N.c
ffconf.VPz0M2D2.o_converted.c
./ffconf.hc8dkH6N.c(1) : warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int
./ffconf.hc8dkH6N.c(1) : error C2054: expected '(' to follow 'inline'
./ffconf.hc8dkH6N.c(1) : error C2085: 'foo' : not in formal parameter list
./ffconf.hc8dkH6N.c(1) : error C2143: syntax error : missing ';' before '{'
check_host_cc
BEGIN ./ffconf.hc8dkH6N.c
 1 static inline int foo(int a) { return a; }
END ./ffconf.hc8dkH6N.c
c99wrap cl -nologo -W4 -wd4244 -wd4127 -wd4018 -wd4389 -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 -wd4152 -wd4324 -we4013 -wd4100 -wd4214 -wd4307 -wd4273 -wd4554 -wd4701 -O3 -c -Fo./ffconf.VPz0M2D2.o ./ffconf.hc8dkH6N.c
cl : Command line warning D9002 : ignoring unknown option '-O3'
ffconf.hc8dkH6N.c
cl : Command line warning D9002 : ignoring unknown option '-O3'
ffconf.VPz0M2D2.o_converted.c
./ffconf.hc8dkH6N.c(1) : warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int
./ffconf.hc8dkH6N.c(1) : error C2054: expected '(' to follow 'inline'
./ffconf.hc8dkH6N.c(1) : error C2085: 'foo' : not in formal parameter list
./ffconf.hc8dkH6N.c(1) : error C2143: syntax error : missing ';' before '{'
ERROR: nvenc requested but not found



-
jack : Drop support for old (2012) JACK versions
21 mars 2017, par Diego Biurrun -
Unable to link QtFFmpegWrapper sample on Win7 with VS 2012
20 juillet 2014, par mschwarzI am trying to incorporate QtFFmpegWrapper in my program, but both my program and the provided sample won’t link with ffmpeg :
QVideoEncoder.obj:-1: Error: LNK2019: unresolved external symbol _avcodec_init referenced in function "protected: bool __thiscall QVideoEncoder::initCodec(void)" (?initCodec@QVideoEncoder@@IAE_NXZ)
QVideoDecoder.obj:-1: Error: LNK2001: unresolved external symbol _avcodec_init
QVideoEncoder.obj:-1: Error: LNK2019: unresolved external symbol _avcodec_thread_init referenced in function "public: bool __thiscall QVideoEncoder::createFile(class QString,unsigned int,unsigned int,unsigned int,unsigned int,unsigned int)" (?createFile@QVideoEncoder@@QAE_NVQString@@IIIII@Z)
QVideoEncoder.obj:-1: Error: LNK2019: unresolved external symbol _avcodec_open referenced in function "public: bool __thiscall QVideoEncoder::createFile(class QString,unsigned int,unsigned int,unsigned int,unsigned int,unsigned int)" (?createFile@QVideoEncoder@@QAE_NVQString@@IIIII@Z)and 10 or so more like these ...
Why do these pop up when linking ? The libs are all there and found, it just seems like the linker has issues with them ...
I use the following setup for my project :
- Latest QtFFmpegWrapper from https://code.google.com/p/qtffmpegwrapper/
- qt-opensource-windows-x86-msvc2012_opengl-5.3.0
- Visual Studio 2012 Professional
- Qt Creator 3.1.2
- ffmpeg builds from http://ffmpeg.zeranoe.com/builds/ :
- ffmpeg-20140717-git-fa6716c-win32-dev
- ffmpeg-20140717-git-fa6716c-win32-shared
Everything is 32Bit.