summaryrefslogtreecommitdiff
path: root/doc/indevs.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2019-08-21 22:52:10 +0200
committerMarton Balint <cus@passwd.hu>2020-01-03 18:13:22 +0100
commit2b7097ef2795c78c264e2cb81b4ad8254eb13c60 (patch)
tree5fb928e2e4e95ec7589fec0a2b92c576a920cad0 /doc/indevs.texi
parent78a233e6e914d480d1c96ed6b5dcef2bd3c2695a (diff)
downloadffmpeg-2b7097ef2795c78c264e2cb81b4ad8254eb13c60.tar.gz
avdevice/decklink_dec: remove -bm_v210 option
Deprecated since Sep 28, 2017. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r--doc/indevs.texi7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi
index e2a3540203..28d98a8a55 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -292,11 +292,6 @@ as @option{pal} (3 letters).
Default behavior is autodetection of the input video format, if the hardware
supports it.
-@item bm_v210
-This is a deprecated option, you can use @option{raw_format} instead.
-If set to @samp{1}, video is captured in 10 bit v210 instead
-of uyvy422. Not all Blackmagic devices support this option.
-
@item raw_format
Set the pixel format of the captured video.
Available values are:
@@ -430,7 +425,7 @@ ffmpeg -format_code Hi50 -f decklink -i 'Intensity Pro' -c:a copy -c:v copy outp
@item
Capture video clip at 1080i50 10 bit:
@example
-ffmpeg -bm_v210 1 -format_code Hi50 -f decklink -i 'UltraStudio Mini Recorder' -c:a copy -c:v copy output.avi
+ffmpeg -raw_format yuv422p10 -format_code Hi50 -f decklink -i 'UltraStudio Mini Recorder' -c:a copy -c:v copy output.avi
@end example
@item