Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (9)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (1290)

  • Running ffmpeg from a windows service on same machine encounters permissions issue

    8 mars 2012, par gaijintendo

    I had been running a Windows Service, form my machine (which has full read/write access to a network drive).

    The command for ffmpeg was something like this :
    - i \filestore\test.avi -b 500000 -s 640x360 -ar 22050 -copyts -y -vcodec libx264 -acodec ac3 -y \filestore\mp4\test.mp4

    Running it from cmd works perfectly. Running it from a windows service, from the same machine, would yield a File Not found type error. Updating to the latest ffmpeg stable changed that to "Permission denied".

    I am running the service it as 'Local Account'. I was intending to run this on another server, so I need to get a grip on this !

    Does running a service on your machine run as a different user to you when you choose 'Local Account' ?

  • How to know if quick sync video encoding and decoding hardware is available in your windows or linux (ubuntu) machine ?

    20 avril 2021, par jeff
      

    • I am using ffmpeg to make a video streaming web application using nodejs.
    • 


    • I want to use intel's quick sync hardware to support hardware encoding and decoding.
    • 


    • However, some machine may not support this feature so I want the software encoding and decoding as fallback
    • 


    • For this I need to know if the machine has the quick sync hardware
    • 


    • I looked it up but cant find OS api to know if the hardware api is present in the machine or not (both windows and linux)
    • 


    


  • GDIGRAB of windows form in a virtual machine

    19 novembre 2018, par Mahesh Vemuri

    Hi I am trying to stream my winform app window. Whenever I connect to my system using RDP, it is streaming the window. If I close the RDP system or minimize it, ffmpeg is not able to stream the window. I have tried with many other tools. But same behaviour.

    Is there any way to record my window in virtual machine in AWS ?