Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (63)

  • 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 (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

Sur d’autres sites (6631)

  • FFmpeg Batch extracting frames from multiple videos on Windows

    23 décembre 2022, par ujjally

    I want to extract frames/images per video that will import from a directory and then save those frames into a new folder and the folder name as import video filename.

    


    I tried the below code on Linux and it works perfectly but i can't convert the code to Windows

    


    for i in *.mp4; do mkdir -p "${i%.*}" && ffmpeg -i "$i" -vf fps=1/1 "${i%.*}/%d.jpg"; done


    


    I tried the Linux bash shell on windows and it's worked.
    
Does have any other options/formats to properly write or convert the code for Windows OS ?

    


  • FFMPEG giving error on compiling on Windows

    1er août 2014, par user2384410

    Hi I am trying to build FFMPEG following :http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/
    I have set up all the things including changes in configure file and preparing build_android.sh but when I am trying to compile this using cygwin on my Windows machine,I get following error :-

    d :/android-ndk/android-ndk-r10/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe : error : libavutil/libavutil.so:1:1 : syntax error, unexpected ’ !’, expecting $end

    I am using NDK-r10 and Windows-7(64-bit).

  • ffmpeg installation on windows 8 xampp v3.2.1 php 5.5.3

    4 mai 2014, par user3454835

    I am trying to install ffmpeg extension on windows 8 xampp v3.2.1 for php 5.5.3.

    I have files of ffmpeg and i am doing following steps

    1. Placing file php_ffmpeg.dll in xampp/php/ext/
    2. Rest files i am keeping in windows/system32
    3. I have added extension=php_ffmpeg.dll in php.ini
    4. Restarted xampp

    but when i see php_info then my extension ffmpeg still not enabled.

    I think ffmpeg files are not compatible to php 5.5.3. May be i have old files so will you please provide me new and correct ffmpeg files for php 5.5.3

    or do you know why i am facing this problem ? any solution for this