Recherche avancée

Médias (91)

Autres articles (62)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5548)

  • Recording video by the hour to file (avconv/ffmpeg)

    13 novembre 2013, par JohanS

    I'm currently recording video from my IP camera to disk by making use of avconv (ffmpeg).

    avconv -i rtsp://192.168.1.1/stream -c copy pool.mp4

    However, I'm in need of following and have not been able to successfully get it running from a bash script or cron.

    • Create a new file per hour and name it accordingly
    • I have to support multiple cameras
    • I need to limit to a weeks worth of recordings whereafter the oldest gets deleted.
    • I want to manage this via a bash script and/or cron job as far as possible.

    Thanks
    John

  • Merge commit 'ca62236a89f47bd871eaf69d8d9e837c93c55a6c'

    26 septembre 2017, par James Almer
    Merge commit 'ca62236a89f47bd871eaf69d8d9e837c93c55a6c'
    

    * commit 'ca62236a89f47bd871eaf69d8d9e837c93c55a6c' :
    vaapi_encode : Add VP8 support
    vaapi_encode : Pass framerate parameters to driver
    vaapi_h264 : Enable VBR mode
    vaapi_encode : Support VBR mode

    This commit is a noop, see
    ceb28c3cc4c7921935b48904db3c559eed1597fe
    2201c02e6dc9f9652a8e27dec194915f05954ad0
    be6546a4ff592785d039df6cbdd7659781d30b2c
    d1acab8293054151157910eb081d5edcc7496e13

    Merged-by : James Almer <jamrial@gmail.com>

  • How can I get all handles when I debug a MFC program with Visual Studio ?

    4 décembre 2024, par Goblet Machine

    I have a MFC program with FFMpeg to play video, but when I use the DirectX decoder, I found that every time I close the video, the handle count in Task Manager increases by 3 (sometimes the count decreases after a while, but overall it shows an upward trend).&#xA;I tried using WinDbg to capture the handles, but apart from these handles being called by the NVIDIA driver, there was no useful information. So I think maybe I can get more information in Visual Studio.

    &#xA;

    Can anyone give some help ?

    &#xA;