From patchwork Thu Oct 15 21:30:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Forest Crossman X-Patchwork-Id: 22979 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id C6CE744BE50 for ; Fri, 16 Oct 2020 00:39:07 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AFD3E68B9D9; Fri, 16 Oct 2020 00:39:07 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-yb1-f194.google.com (mail-yb1-f194.google.com [209.85.219.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 596D968B9C4 for ; Fri, 16 Oct 2020 00:39:01 +0300 (EEST) Received: by mail-yb1-f194.google.com with SMTP id s89so178394ybi.12 for ; Thu, 15 Oct 2020 14:39:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=acNTLowLaIhRx05e+eq4nItcmN4cYOgVyxnoyLsFBRY=; b=asdScarzBOWSHnyoBSf6HhDwIRgoT5Q2xoNAxz0zFPEZVuTm9xxBmpocwGvz2Z9HNK Ir49Sv0ReGqNOdT7b8C1TsnSHfkqLxHilZF0ZhKB/fa5MMReoMmuxf8PyRytH/qomlLt QDDCfPMGRlNWHJhgMJ2THiS4SDn/+9xPLEKPNrrGMUbdSrj+uRwFGL46ILt6Fxl+6y+R emGcBSbw+Wg3JdeT74Ijl1zESsCDj18hHAtTb96wfxRVJA7gXg+VtWAXuezWGZi0Tpd0 GzAWxf3FuaM+XNrTzm4eQ+wUVkcuH/u9xYP4ceeGTzmLmUH6SW5/20fhTiwJIwRpV5V1 8mFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=acNTLowLaIhRx05e+eq4nItcmN4cYOgVyxnoyLsFBRY=; b=oob9kTtJFHaG9YCFWJCXt1aVx1UNh0AkRdoOwhVDNaYPdoasyyFpgdT5STRSVMVREg LIh9it/+WqyyKTwSkRV/HAqadq6FFB3aA1bvGkyYjNlBaDt4Q6ZdJ4TfGqLOCUiVfc2u V+kqpOSnoYInWPCJoH0NSczD8lpc68Rstvqb3dA5n/2SrSzxleTZesA0RaFJ1v13r7ll a6kiIIy8gURAF/6Hf625m9nmCkajAQ3oSow+CnFmjhCTqlf8X1oI/RQ/dQpA+n6uphKK 1UNr/c3Gh0P4LLNL4UhL6huSd3FEJcmKcKPhP2Wg7x1xfn4aUD09AG9VfQjRfObyjtYc dIwQ== X-Gm-Message-State: AOAM531K4Bkfmu1W2geAGW6tcwSHQcug5kBi9ZA9BuTzMRSrJ1m7fLcS aBeRVd/lpiW88+aizrHxAd5Qm8tGas8= X-Google-Smtp-Source: ABdhPJyZt2vVG18wgPqsnZv14pgoYrkpZyCN8wlOgbh422nEnGNS6j35yz0yCIvdBXOBAVKefsYYdA== X-Received: by 2002:a9d:604e:: with SMTP id v14mr340740otj.234.1602797456863; Thu, 15 Oct 2020 14:30:56 -0700 (PDT) Received: from localhost.localdomain ([170.130.31.90]) by smtp.gmail.com with ESMTPSA id 15sm233248ooy.36.2020.10.15.14.30.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Oct 2020 14:30:56 -0700 (PDT) From: Forest Crossman To: ffmpeg-devel@ffmpeg.org Date: Thu, 15 Oct 2020 16:30:38 -0500 Message-Id: <20201015213039.1019624-5-cyrozap@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201015213039.1019624-1-cyrozap@gmail.com> References: <20191020095533.15016-1-cyrozap@gmail.com> <20201015213039.1019624-1-cyrozap@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 4/5] doc/indevs: Add examples for libdc1394 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Forest Crossman Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Forest Crossman --- doc/indevs.texi | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi index 46203833e9..ca584f1d8e 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -1114,6 +1114,38 @@ Set the video size given as a string such as @code{640x480} or @code{hd720}. Default is @code{qvga}. @end table +@subsection Examples + +@itemize + +@item +List all the connected IIDC cameras. +@example +ffmpeg -sources libdc1394 +@end example + +@item +Grab and record the input of an Apple iSight. +@example +ffmpeg -f libdc1394 -pixel_format uyvy422 -video_size 320x240 -framerate 30 -i auto out.mkv +@end example + +@item +Grab and record the input of a specific Apple iSight, specified by its +GUID. +@example +ffmpeg -f libdc1394 -pixel_format uyvy422 -video_size 640x480 -framerate 15 -i 0x000a270004106ea3 out.mkv +@end example + +@item +Grab and record the second stream from a specific camera that has +multiple units. +@example +ffmpeg -f libdc1394 -pixel_format uyvy422 -video_size 640x480 -framerate 15 -i 0xfacade02bc394f15:1 out.mkv +@end example + +@end itemize + @section openal The OpenAL input device provides audio capture on all systems with a