Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (48)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7541)

  • OpenCV compilation : How to specify the location of FFmpeg library with cmake

    6 juin 2017, par Beanocean

    I want to compile OpenCV-2.13.2 with gcc-4.8.2, but the version installed in system path is gcc-4.4.6. So I installed gcc-4.8.2 in /opt/compiler/gcc-4.8.2. I compiled FFmpeg successfully with gcc-4.8.2. When I tried to compile OpenCV, I met with some problems.

    In linking stage, there were some libraries can not be found by /opt/compiler/gcc-4.8.2/bin/ld. The error message is as follows :
    enter image description here

    The missing libraries are related with FFmpeg, and I have installed FFmpeg in ~/local/lib. Then I checked the file module/core/CMakeFiles/opencv_pref_core.dir/link.txt, It shows as follows :
    enter image description here

    The ld just did not search the path where I installed FFmpeg. I tried two methods :

    1. add FFmpeg path to env : export LD_LIBRARY_PATH=~/local/lib:$LD_LIBRARY_PATH ;
    2. add -D FFMPEG_INCLUDE_DIRS=~/local/include -D FFMPEG_LIBRARAY_DIRS=~/local/lib to cmake options

    They did not work at all.

  • configure : Filter -Wl, linker flags out for msvc compilation.

    1er avril 2020, par Carl Eugen Hoyos
    configure : Filter -Wl, linker flags out for msvc compilation.
    
    • [DH] configure
  • I recompile ffmpeg using nividia CUDA Toolkit inder to implement hardware acceleration.what is the reason of the compilation error [on hold]

    12 juillet 2017, par 秦先生

    I recompile ffmpeg in window 7 operation system using nividia CUDA Toolkit inder to implement encoder and decoder employ hardware acceleration.
    I use msys2 compile ffmpeg which Support nividia hardware acceleration,
    tried to follow the instruction on nvidias website.
    configured with ./configure —enable-nonfree —enable-nvenc —enable-cuda —enable-cuvid —ena ble-libnpp —extra-cflags=-Ilocal/include —extra-cflags=-I../include —extra-ld flags=-L../lib
    ,this is the error ,the log file ffbuild/config.log contain this error : this is the location of the previous definition
    gcc -L../lib -Wl,—nxcompat,—dynamicbase -Wl,—high-entropy-va -Wl,—as-needed -Wl,—image-base,0x140000000 -o /tmp/ffconf.eoLFY0Lt.exe /tmp/ffconf.Z00DOpJQ.o -lnppi -lnppc -lm -pthread -pthread -lpsapi -ladvapi32 -lshell32
    ../lib/nppc.lib(nppc64_80.dll.b) :(.text+0x2) : relocation truncated to fit : R_X86_64_32 against symbol `__imp_nppGetLibVersion’ defined in .idata$5 section in ../lib/nppc.lib(nppc64_80.dll.b)
    collect2 : error : ld returned 1 exit status
    ERROR : libnpp not found

    where common folder is from downloaded NVIDIA Video Codec SDK.
    My computer configuration : cpu:intel(R) core(TM) i3-4170 3.70HZ RAM 16GB operate system win7 64 bit

    I used software : ffmpeg 3.2.4 gcc 5.3.0