Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (40)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (5858)

  • Accessing webcam mic from command line version of FFMPEG for android

    19 mai 2014, par user1545779

    I am currently testing audio and video streaming from a webcam using a command line version of FFMPEG on an android box. I am having a problem accessing the webcam mic

    Using Ubuntu as a reference, the correct command to determine the recording devices available is arecord -L . Unfortunately arecord -L does not work on the Android box

    The current command option alsa for accessing the webcam mic is ffmpeg -f alsa -alsa_device_name.. and the previous option of oss does not work either, ie ffmpeg -f -oss.. does not work either.

    The listed audio devices shown in /dev/snd shows the mic portion of the webcam as pcmC3D0c and controlC3. The reason I know this is because if I unplug the webcam these values vanish from the directory listing.

    Has anyone tried successfully to access the mic portion of a webcam using ffmpeg on an android box ?
    How do you formulate the correct format of the command to access the webcam mic.

    Please note that I am able to access the audio and video on my Ubuntu PC using ffmpeg hence i know that both devices work

  • Webcam live preview with FFMPEG

    17 juin 2013, par Edoardo

    Is it possible to display a window with a live preview of a WebCam with ffmpeg (or ffmplay) ?

    I am able to capture video from a webcam but not to display it live by command line.

  • vf_drawtext : Add pkt_pos, pkt_duration, pkt_size as variables

    21 juin 2019, par Calvin Walton
    vf_drawtext : Add pkt_pos, pkt_duration, pkt_size as variables
    

    Changes to vf_drawtext.c written by
    Calvin Walton <calvin.walton@kepstin.ca>

    Changes to filters.texi written by
    greg Luce <electron.rotoscope@gmail.com>
    with lots of help from Moritz Barsnick and Gyan

    Fixes #7947.

    • [DH] doc/filters.texi
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_drawtext.c