TBS6304 User Guide
./TBSEncodedSetting -a 0 -n 0 -M 3 -r // set the device of adapter0's video output
format manual mode, you can set from 1 to 7 match 1920*1080 to 480*272
./TBSEncodedSetting -a 0 -n 0 -p 1 -l 32 -H 1920 -V 1080 -B 5000 -F 30 -r // set the
device of adapter0's video output format Advanced mode: main profile, level is 3.2,
H is 1920, V is 1080, bitrate is 5M and frameRate is 30 frames.
./TBSEncodedSetting -a 0 -n 0 -j 1 -r // set the device of program number 1
./TBSEncodedSetting -a 0 -n 0 -s 300,301,302,303
-r
// set the device of
pid(pmt,prc,vpid,apid)
./TBSEncodedSetting -a 0 -n 0 -o
// check the device of pid(pmt,prc,vpid,apid)
./TBSEncodedSetting -d
// get the tool'version
3.This tool is precomile for ubuntu 16.04 x64 enviroment if you can not run it you can
compile by yourself with these steps:
(1)add these lines to this file: /usr/include/linux/dvb/frontend.h
struct ecp3_info
__u8 reg;
__u32 data;
struct mcu24cxx_info
__u32 bassaddr;
__u8 reg;
__u32 data;
#define FE_ECP3FW_READ
_IOR('o', 90, struct ecp3_info)
#define FE_ECP3FW_WRITE
_IOW('o', 91, struct ecp3_info)
#define FE_24CXX_READ
_IOR('o', 92, struct mcu24cxx_info)
#define FE_24CXX_WRITE
_IOW('o', 93, struct mcu24cxx_info)
ATTENTION:
①
In some case, the PCI-e card can’t be detected by your PC. Therefore, you can’t see
the device in Device manager. Please use another PCI-e slot and try again; or the gol
den finger is oxidized in the air, you have to clear it by an eraser and try again.
②
Don’t insert or pull the card out directly when your computer is working, otherwise
it will damage your tuner card.