diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-02-03 00:42:02 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-02-03 00:42:02 +0100 |
commit | 59441327a8264f058006020884b9534fb072a138 (patch) | |
tree | 7ac402567283acece8c317698de22da883c12421 /linux/Documentation/video4linux | |
parent | 36c59f9e8c39e5cb43d2da21c017075ea9cfa6a1 (diff) | |
download | mediapointer-dvb-s2-59441327a8264f058006020884b9534fb072a138.tar.gz mediapointer-dvb-s2-59441327a8264f058006020884b9534fb072a138.tar.bz2 |
cx2341x encoder documentation update.
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/Documentation/video4linux')
-rw-r--r-- | linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt b/linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt index e499cc07f..242104ce5 100644 --- a/linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt +++ b/linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt @@ -680,7 +680,7 @@ Description the value. Param[0] Command number: - 1=set initial SCR value when starting encoding. + 1=set initial SCR value when starting encoding (works). 2=set quality mode (apparently some test setting). 3=setup advanced VIM protection handling (supposedly only for the cx23416 for raw YUV). @@ -689,7 +689,11 @@ Param[0] 4=generate artificial PTS timestamps 5=USB flush mode 6=something to do with the quantization matrix - 7=set navigation pack insertion for DVD + 7=set navigation pack insertion for DVD: adds 0xbf (private stream 2) + packets to the MPEG. The size of these packets is 2048 bytes (including + the header of 6 bytes: 0x000001bf + length). The payload is zeroed and + it is up to the application to fill them in. These packets are apparently + inserted every four frames. 8=enable scene change detection (seems to be a failure) 9=set history parameters of the video input module 10=set input field order of VIM |