Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (107)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (6234)

  • makedef : Extend the script for use with mingw tools as well

    24 août 2017, par Martin Storsjö
    makedef : Extend the script for use with mingw tools as well
    

    This is invoked by setting the NM and AR variables to the names of
    those specific tools. The ARCH variable also needs to be provided,
    to choose the symbol prefix (nm doesn’t provide any option that
    dumps the architecture easily).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] compat/windows/makedef
  • how to convert one image to a video by using ffmpeg ?

    21 août 2017, par Tutu

    I downloaded and installed ffmpeg on my mac, however, I have a problem using it. I tried to use

    ffmpeg -loop 1 -i rho1.png -c:v libx264 -t 15 -pix_fmt yuv420p -vf scale=320:240 out.mp4

    however, the output is

    ld: warning: ignoring file video, file was built for unsupported file format ( 0x66 0x66 0x6D 0x70 0x65 0x67 0x20 0x2D 0x6C 0x6F 0x6F 0x70 0x20 0x31 0x20 0x2D ) which is not the architecture being linked (x86_64): video
    Undefined symbols for architecture x86_64:
    "_main", referenced from:
    implicit entry/start for main executable
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    Need help with creating a video by using one picture in png.

  • RTSP streaming to video file using FFMPEG library

    17 août 2017, par Gona

    I want to save video taken with a network camera(IP camera) as a video file like .avi.

    At first I tried OpenCV but I have a codec problem and try to use FFMPEG.
    This is the first time to use FFMPEG so I am looking for some sample code.

    The overall project structure is C# with a C++ DLL, so I want to save(or write or record) the camera stream as a video file in C++.

    Camera stream is received using RTSP, and the RTSP URL is also known.
    How to save RTSP stream as video file using FFMPEG library ? The codec is H264.

    I would appreciate it if you could show me some sample code.

    My development environment is 64-bit Windows 10 and Visual Studio 2015.
    I downloaded FFMPEG library version 20170817-92da230, 64-bit architecture and linking both Shared and Dev from here https://ffmpeg.zeranoe.com/builds/