Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (75)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

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

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

Sur d’autres sites (11116)

  • How to sync between recording and input live video stream ?

    6 octobre 2012, par Abhishek Bansal

    I am working on a project in which I am receiving raw frames from some input video devices. I am trying to write those frames in a video files using FFMPEG library.
    I have no control over the frame rate i am getting from my input sources. This frame rate varies in run-time also.
    Now my problem is how do i sync between recorded video and coming video. Depending upon frame-rate i set in FFMPEG and actual frame rate that i am receiving playback of recorded video is either fast or slow than input video.
    I tried to add timestamps (as numOfFrames) in encoded video as per following link
    but that didn't help.

    ffmpeg speed encoding problem

    Please tell me a way to synchronize both. This is my first time with FFMPEG or any multimedia libraries so any examples will be highly appreciated.

    I am using directshow ISampleGrabber interface to capture those frames.
    Thank You

  • Best practice while implementing automation in MVC3 application [on hold]

    11 juillet 2013, par kheya

    I have FFMPEG command (in C# or in bat file) to processes video files (to convert), extract thumb etc.

    I need to execute the bat file at certain interval OR monitor the queue (db table) and process if needed. Queue table has folder information, file name, number of files etc.

    What tools is best for automating this processing job in MVC 3 app ?

    • Use MSMQ (never used this)
    • Create a C# console app that will run the bat file
    • Anything else ?

    Thanks

  • How do programmers control computer music play ? [on hold]

    10 juillet 2013, par RetroSun

    I can understand draw on the screen.I know signal input and output.
    But how to control music play ?