Skip to content

Commit

Permalink
Auto input option to Blackmagic Intensity pro 4k
Browse files Browse the repository at this point in the history
To make new blackmagic Intensity Pro 4K cards works with autoselect input, is it necessary, add auto to FRAMERATE, and INPUT-MODE parameters.
The problem is I don't know how to make this ONLY been possible in 4k cards and not in another blackmagic cards.
  • Loading branch information
rbolrey committed Nov 21, 2017
1 parent a950704 commit db2c890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galicaster/recorder/bins/blackmagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


FRAMERATE = dict(zip(
["ntsc","ntsc2398", "pal", "ntsc-p","pal-p", "1800p2398", "1080p24", "1080p25", "1080p2997", "1080p30", "1080i50", "1080i5994", "1080i60", "1080p50", "1080p5994", "1080p60", "720p50", "720p5994","720p60"],
["auto","ntsc","ntsc2398", "pal", "ntsc-p","pal-p", "1800p2398", "1080p24", "1080p25", "1080p2997", "1080p30", "1080i50", "1080i5994", "1080i60", "1080p50", "1080p5994", "1080p60", "720p50", "720p5994","720p60"],
["30000/1001","24000/1001", "25/1", "30000/1001","25/1", "24000/1001", "24/1", "25/1", "30000/1001", "30/1", "25/1", "30000/1001", "30/1", "50/1", "60000/1001", "60/1", "50/1", "60000/1001","60/1"]
))

Expand Down Expand Up @@ -113,7 +113,7 @@ class GCblackmagic(Gst.Bin, base.Base):
"type": "select",
"default": "1080p25",
"options": [
"ntsc","ntsc2398", "pal", "ntsc-p","pal-p",
"auto","ntsc","ntsc2398", "pal", "ntsc-p","pal-p",
"1080p2398", "1080p24", "1080p25", "1080p2997", "1080p30",
"1080i50", "1080i5994", "1080i60",
"1080p50", "1080p5994", "1080p60",
Expand Down

0 comments on commit db2c890

Please sign in to comment.