Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (48)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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 ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6125)

  • FFMPEG PERFORMING VERY SLOW

    6 septembre 2016, par Gary Mathis

    I’m trying to setup a media processing server. I’ve done a lot of research for FFMPEG and wrote a command. The command is as follows.

    ffmpeg -y -i "bbb_sunflower_2160p_60fps_normal.mp4" -c:v libx264 \
    -threads 7 -profile:v main -preset ultrafast -vf scale=1920:-1 \
    "process/video/1080p.mp4" -c:v libx264 -threads 7 -profile:v main \
    -preset ultrafast -vf scale=1280:-1 "process/video/720p.mp4" -c:v \
    libx264 -threads 7 -profile:v main -preset ultrafast -vf \
    scale=854:-1 "process/video/480p.mp4" -vf fps=5/60 \
    process/image/thumb_%d.jpg

    This command works and runs perfectly, but it is dirt slow. My server, which is dedicated to just running ffmpeg has the following specs :

    12 core intel Xeon X5650 (Hyperthreading enabled)
    64 GB ECC DDR3 RAM
    250 GB SSD Drive

    But when I use this command, the server CPU load hangs around 250-300%, which I would like it to hang around 2,000% while processing the video. Currently when processing the video, the server is rendering around 17 frames per second. This would take a very long time to process a 10 minute video that’s 60fps.

  • FFMPEG error showing while complile for android

    3 mai 2016, par Vijay

    I am trying to add ffmpeg into my android project. I am using ubuntu 14.04 OS.

    I am following this link. Link

    But I am getting error while executing this line.

    $ANDROID_NDK/build/tools/make-standalone-toolchain.sh --toolchain=x86-4.8 --arch=x86 --system=linux-x86_64 --platform=android-14 --install-dir=/tmp/vplayer

    I am getting this following error.

    HOST_OS=linux
    HOST_EXE=
    HOST_ARCH=x86_64
    HOST_TAG=linux-x86_64
    HOST_NUM_CPUS=1
    BUILD_NUM_CPUS=2
    ERROR: Unknown option '--system'. See --help for usage.

    Please help me how to solve this issue and add ffmpeg into my project.

  • dnn-layer-math-unary-test : add unit test for asinh

    29 juin 2020, par Ting Fu
    dnn-layer-math-unary-test : add unit test for asinh
    

    Signed-off-by : Ting Fu <ting.fu@intel.com>

    • [DH] tests/dnn/dnn-layer-mathunary-test.c