AV Device Queries: Difference between revisions

Create AV Device Queries page with example Semantic MediaWiki queries for AV equipment (via create-page on MediaWiki MCP Server)
 
 
(5 intermediate revisions by 2 users not shown)
Line 11: Line 11:
== Example Queries ==
== Example Queries ==


=== All time base correctors ===
=== Frame synchronizers with DUB input ===


Which TBCs do we have documented? Handy for anyone shopping for a TBC to clean up their VHS captures.
Which devices have frame synchronization capability ''and'' a [[Hirose 7-pin DUB]] connector carrying [[Y/C DUB color-under|Y/C color-under]] signal? These are the units that can frame-sync directly from a U-Matic or other DUB-output VTR without needing a separate adapter or transcoder.


{{#ask:
{{#ask:
  [[Category:AV devices]]
  [[Has video signal format::Y/C DUB color-under]]
  [[Has device type::Time base corrector]]
  [[Has connector type::Hirose 7-pin DUB]]
|?Has image#100px;x100px=Photo
  [[Has AV device.TBC type::Frame synchronizer]]
|?Has brand=Brand
  |?Has AV device.Has image#100px;x100px=Photo
|?Has model code=Model
  |?Has AV device.Has brand=Brand
|?Has year released=Year
  |?Has AV device.Has model code=Model
|format=broadtable
  |?Has AV device.Has device type=Type
|headers=plain
|?Has AV device.Has year released#=Year
|sort=Has brand
}}
 
=== Frame synchronizers ===
 
Frame synchronizers go a step beyond TBCs — they regenerate the entire frame, making them ideal for mixed-format workflows and broadcast-quality output.
 
{{#ask:
[[Category:AV devices]]
  [[Has device type::Frame synchronizer]]
  |?Has image#100px;x100px=Photo
  |?Has brand=Brand
  |?Has model code=Model
  |?Has year released=Year
  |format=broadtable
  |format=broadtable
  |headers=plain
  |headers=plain
  |sort=Has brand
  |sort=Has AV device.Has brand
}}
}}


Line 66: Line 52:
  |?Has model code=Model
  |?Has model code=Model
  |?Has device type=Type
  |?Has device type=Type
  |?Has year released=Year
  |?Has year released#=Year
  |format=broadtable
  |format=broadtable
  |headers=plain
  |headers=plain
Line 74: Line 60:
}}
}}


=== Devices with S-Video I/O ===
Which devices support S-Video? Useful for finding equipment that pairs well with S-VHS and Hi8 decks.
{{#ask:
[[Category:AV devices]]
[[Has video signal format::S-Video (Y/C)]]
|?Has image#100px;x100px=Photo
|?Has brand=Brand
|?Has model code=Model
|?Has device type=Type
|format=broadtable
|headers=plain
|sort=Has brand
}}


[[Category:Special pages]]
[[Category:Special pages]]
MediaWiki Appliance - Powered by TurnKey Linux