diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-02-25 15:59:58 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-02-25 15:59:58 +0100 |
commit | 84a7a40492b3db9f204f48262481e60a1268f469 (patch) | |
tree | 0f2a3f25698e38ad2aa78067b990c9af050dd843 | |
parent | 9c5b00e8cd05d3e484d6bbfbee351845598cd2ec (diff) | |
download | dabmux-84a7a40492b3db9f204f48262481e60a1268f469.tar.gz dabmux-84a7a40492b3db9f204f48262481e60a1268f469.tar.bz2 dabmux-84a7a40492b3db9f204f48262481e60a1268f469.zip |
Update advanced.mux explanation for tist_offset
-rw-r--r-- | doc/advanced.mux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 618a6b6..c07a2b2 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -32,9 +32,9 @@ general { tist false ; On startup, the timestamp is initialised to system time. If you want - ; to add an offset, uncomment the following line and give a number - ; in seconds. - ; tist_offset 0 + ; to add an offset, uncomment the following line and give a positive + ; number in seconds. Granularity: 24ms + ; tist_offset 0.480 ; Specify the TIST value for the frame with FCT==0, in microseconds ; tist_at_fct0 768000 |