Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (41)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (6584)

  • How can I create a dynamic video and stream to Tiktok ? (node.js, canvas, tiktok) [closed]

    18 mai 2022, par Иван Иванов

    I need to create dynamic videos with canvas, node.js, ffmpeg. I need this video stream on tiktok.
Maybe something like that would work for me.
https://github.com/fbsamples/Canvas-Streaming-Example

    


    But I don't understand how to organize a broadcast on tik tok. Perhaps you have a solution or you faced a similar problem. I will be glad if you share a solution. Perhaps you can suggest an alternative.

    


  • ffmpeg add long text in multiline automatically

    30 juillet 2016, par Pranoy C

    I am using ffmpeg to add text to a video. Currently this command works for me :

    ffmpeg -y -i cut.mp4 -vf drawtext="fontfile=/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf: text='Stack Overflow': fontcolor=white: fontsize=24: box=1: boxcolor=black@0.5: boxborderw=5: x=(w-text_w)/2: y=main_h-(text_h*3)" -codec:a copy output.mp4
    1. If I have a very long text "Stack Overflow is awesome and this is a test of long text", is there a way to automatically make it wrap without me having to insert new line characters in the text ?

    Currently such a text just goes off the screen if I don’t have newline characters.

    1. Is there a way to specify maximum width & height for the text ?
  • Facing libavfilter error while doing cmake for NVIDIA-DALI library on ubuntu version

    27 avril 2019, par vamsi

    — Installed OpenCV 3.4.4 which NVIDIA DALI recommended.
    — below link for NVIDIA DALI reference.
    https://docs.nvidia.com/deeplearning/sdk/dali-developer guide/docs/quickstart.html
    — below link for OpenCV installation :
    https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv/

    —NVIDIA DALI using below versions :
    -DALI version : 0.10.0dev
    -Found PythonInterp : /usr/bin/python (found version "2.7.15")
    -Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")
    -Found OpenCV : /usr/local/include ;/usr/local/include/opencv (found suitable version "3.4.4", minimum required is "2.0")

    ---This is the error(No package ’libavfilter’ found) i am getting.

    • Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")
      - Building WITHOUT nvJPEG
      - Building WITHOUT JpegTurbo
      - Found OpenCV : /usr/local/include ;/usr/local/include/opencv (found suitable version "3.4.4", minimum required is "2.0")
      OpenCV libraries :
      opencv_core ;opencv_imgproc ;opencv_imgcodecs
    • Found PythonLibs : /usr/lib/x86_64-linux-gnu/libpython2.7.so
      - pybind11 v2.2.4
      - Found Protobuf : /usr/lib/x86_64-linux-gnu/libprotobuf.a ;-lpthread (found suitable version "3.0.0", minimum required is "2.0")

    • Enabling TensorFlow TFRecord file format support

    • Found PkgConfig : /usr/bin/pkg-config (found version "0.29.1")
    • Checking for module ’libavformat’
    • Found libavformat, version 58.20.100
      - Checking for module ’libavcodec’
    • Found libavcodec, version 58.35.100
      - Checking for module ’libavfilter’
      No package ’libavfilter’ found

    CMake Error at /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:415 (message) :
    A required package was not found
    Call Stack (most recent call first) :
    /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:593 (_pkg_check_modules_internal)
    cmake/Dependencies.cmake:176 (pkg_check_modules)
    CMakeLists.txt:45 (include)
    - Configuring incomplete, errors occurred !
    See also