Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (65)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • Capture live video from a camera on a computer and using ffmpeg

    21 juin 2013, par Devendra

    I am trying to capture live video from a camera on a computer and using ffmpeg as an encoder, send this video for live streaming to a IIS server.

    Here is what I did :

    1. Captured feed from webcam using video4linux2 and ffmpeg

    2. Installed x264 for a h.264 codec

    3. Used muxer feature in ffmpeg, as described on this link -
      http://www.ffmpeg.org/ffmpeg-formats.html#Muxers
      to generate ismv file locally
      Command -
      ffmpeg -f video4linux2 -r 25 -s 640x480 -i /dev/video0 -b:v 661k -c:v libx264 -movflags isml+frag_keyframe+empty_moov -f ismv test.ismv

    4. Now to get the complete system in place (live capture from webcam and live streaming on IIS server), I want ffmpeg to generate this ffmpeg file on a publish point. here is the command I used
      ffmpeg -f video4linux2 -r 25 -s 640x480 -i /dev/video0 -b:v 661k -c:v libx264 -movflags isml+frag_keyframe+empty_moov -f ismv http://www.MY-SERVER/PushToPublishPoint/Test.isml

    as described at this link :

    http://www.unified-streaming.com/support/documentation/content-delivery/publishing-points/
    http://www.unified-streaming.com/support/documentation/content-encoding/encoders/

    It shows some video is being generated, but I cannot see any activity at the server.

    When I use wireshark to look at the packet info, there are many packet transfers between pc and the server.

    I have kept publishing point in IDLE state, STARTING state to see if that is the problem, but no progress there as well.
    I think I am unable to establish communication with the server. Pls help.

    Any help would be appreciated.

    Thanks

  • how to install portaudio19-dev and ffmpeg on ubuntu WSL

    28 mai 2021, par Joshua Aldrich Edbert

    I'm a windows user trying to run a command from ubuntu 20.04 LTS release on windows.

    


    sudo apt-get install gcc portaudio19-dev python3-dev ffmpeg


    


    After asking me to input a password, the terminal showed :

    


    reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package portaudio19-dev
E: Unable to locate package ffmpeg


    


    I'm not sure what happened as I'm new to this world. Any help would be appreciated !

    


  • tf.contrib.ffmpeg.decode_audio replacement ?

    27 juin 2019, par Imran Paruk

    In the tensorflow docs, it stated that tf.contrib.ffmpeg.decode_audio is depreciated, however it does not state what it’s replacement is...

    THIS FUNCTION IS DEPRECATED. It will be removed after 2018-09-04. Instructions for updating : This will be deleted and should not be used.

    Here is the link : https://www.tensorflow.org/api_docs/python/tf/contrib/ffmpeg/decode_audio