Grass Valley SSP-3801 User Guide v.1.3 User Manual
Page 76

72
Creating a VANC packet
Examples
:
To create an ANC packet called testAnc that contains data "1,2,3,4" on frame 0 and data
"5,6" on frame 1 with DID=0x41 and SDID=0x2 on line 21, type:
csvanccreate.exe -d 0x41 -s 0x2 -f testAnc.vanc -l 21 -a -p "1,2,3,4|5,6”
To create a VBI line packet called testVBI that contains data "1,2,3,4" on frame 0 and data
"5,6" on frame 1 with DID=0x41 and SDID=0x2 on line 21, type:
csvanccreate.exe -d 0x41 -s 0x2 -f testVBI.vanc -l 21 -v -p "1,2,3,4|5,6"
To create an ANC packet called testAnc that contains data "1,2,3,4" on frame 0 and data
"5,6" on frame 1 with DID=0x41 and SDID=0x2 on line 21 with hold last frame enabled and
a loop value of 2, type:
csvanccreate.exe --did=0x41 --sdid=0x2 --filename=testAnc.vanc --line=21
--ancpacket --holdlastframe --loop 2 --payload="1,2,3,4|5,6”
To create an ANC packet called testAnc with DID=0x41 and SDID=0x2 on line 21 using a
binary file as an input:
csvanccreate.exe -d 0x41 -s 0x2 -f testAnc.vanc -l 21 -a -e
payloads/frame1.dat
To create an ANC packet called testAnc with DID=0x41 and SDID=0x2 on line 21 using a
sequence of binary files as an input, type
csvanccreate.exe -d 0x41 -s 0x2 -f testAnc.vanc -l 21 -a --directory
/payloads/binarysequences
To see the content of a vanc packet, type
csvanccreate.exe --dump -f testAnc.vanc
To use the vanccreate tool:
1 Download and install the VANC create tool (windowstools/csvanccreate.exe) from the
Support Portal in the same location as the SSP-3801 card software.
2 If you are using binary files to carry the VANC payload, create the required files.
3 Open a command line prompt.
4 Navigate to the location where csvanccreate.exe is installed.
5 Type the arguments as required to generate the desired VANC packet.
6 Once the VANC packet is created, it can be added as an event to the playlist.
• If you want to use it with GV STRATUS Playout, upload the VANC packet using the
Media Import Application and then add a VANC secondary event to the playlist. For
more information, see the GV STRATUS Playout documentation.
-a
--ancpacket
Specifies to create an
ancillary
packet (series of 1 byte values).
Examples:
csvanccreate.exe -a
csvanccreate.exe --ancpacket
-v
--vbiline
Specifies to create a VBI line packet (series of 2 byte values).
Examples:
csvanccreate.exe -v
csvanccreate.exe --vbiline
Argument
Description