tictacsync 0.4a0__py3-none-any.whl → 0.6a0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tictacsync might be problematic. Click here for more details.
- tictacsync/device_scanner.py +13 -10
- tictacsync/entry.py +8 -11
- tictacsync/multi2polywav.py +2 -1
- tictacsync/remergemix.py +205 -92
- tictacsync/timeline.py +43 -23
- tictacsync/yaltc.py +361 -915
- {tictacsync-0.4a0.dist-info → tictacsync-0.6a0.dist-info}/METADATA +15 -9
- tictacsync-0.6a0.dist-info/RECORD +15 -0
- tictacsync-0.4a0.dist-info/RECORD +0 -15
- {tictacsync-0.4a0.dist-info → tictacsync-0.6a0.dist-info}/LICENSE +0 -0
- {tictacsync-0.4a0.dist-info → tictacsync-0.6a0.dist-info}/WHEEL +0 -0
- {tictacsync-0.4a0.dist-info → tictacsync-0.6a0.dist-info}/entry_points.txt +0 -0
- {tictacsync-0.4a0.dist-info → tictacsync-0.6a0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tictacsync
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6a0
|
|
4
4
|
Summary: command for syncing audio video recordings
|
|
5
5
|
Home-page: https://tictacsync.org/
|
|
6
6
|
Author: Raymond Lutz
|
|
@@ -38,15 +38,21 @@ Unfinished sloppy code ahead, but should run without errors. Some functionalitie
|
|
|
38
38
|
|
|
39
39
|
## Description
|
|
40
40
|
|
|
41
|
-
`tictacsync` is a python script to sync
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
another longitudinal time code* and should be recorded on a scratch
|
|
45
|
-
track on each device for the syncing to be performed, later in _postprod_ before editing.
|
|
46
|
-
|
|
41
|
+
`tictacsync` is a python script to sync, cut and join audio files against camera files shot using a specific hardware timecode generator
|
|
42
|
+
called [Tic Tac Sync](https://tictacsync.org). The timecode is named TicTacCode and should be recorded on a scratch
|
|
43
|
+
track on each device for `tictacsync` to work.
|
|
47
44
|
## Status
|
|
48
45
|
|
|
49
|
-
`tictacsync` scans for audio video files and
|
|
46
|
+
Feature complete! `tictacsync` scans for audio video files and then merges overlapping audio and video recordings, It
|
|
47
|
+
|
|
48
|
+
* Decodes the TicTacCode audio track alongside your audio tracks
|
|
49
|
+
* Establishes UTC start time (and end time) within 100 μs!
|
|
50
|
+
* Syncs, cuts and joins any concurrent audio to camera files (using `FFmpeg`)
|
|
51
|
+
* Processes _multiple_ audio recorders
|
|
52
|
+
* Corrects device clock drift so _both_ ends coincide (thanks to `sox`)
|
|
53
|
+
* Sets video metadata TC of multicam files for NLE timeline alignement
|
|
54
|
+
* Writes _synced_ ISO files with dedicated file names declared in `tracks.txt`
|
|
55
|
+
* Produces nice plots.
|
|
50
56
|
|
|
51
57
|
|
|
52
58
|
## Installation
|
|
@@ -86,7 +92,7 @@ For a one line output (or to suppress the progress bars) use the `--terse` flag:
|
|
|
86
92
|
> tictacsync --terse dailies/loose/MVI_0024.MP4
|
|
87
93
|
dailies/loose/MVI_0024.MP4 UTC:2024-03-12 23:07:01.4281 pulse: 27450 in chan 0
|
|
88
94
|
|
|
89
|
-
To also produce _synced_ ISO audio files, specify `--isos` . A directory named `ISOs` will contain _for each synced video_ a set of audio files of exact same length, padded or trimmed to coincide with the video track. After re-editing and re-mixing a `remergemix` command will resync the new
|
|
95
|
+
To also produce _synced_ ISO audio files, specify `--isos` . A directory named `ISOs` will contain _for each synced video_ a set of ISO audio files of exact same length, padded or trimmed to coincide with the video track. After re-editing and re-mixing a `remergemix` command will resync the new audio with the video and _the new sound track will be updated on your NLE timeline_, at least in Kdenlive...
|
|
90
96
|
|
|
91
97
|
> tictacsync --isos dailies/structured
|
|
92
98
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
tictacsync/LTCcheck.py,sha256=IEfpB_ZajWuRTWtqji0H-B2g7GQvWmGVjfT0Icumv7o,15704
|
|
2
|
+
tictacsync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tictacsync/device_scanner.py,sha256=lvWps5XPvzubnTqisFWjdRUpxsM9YMRYMp-xQu7H6Os,27515
|
|
4
|
+
tictacsync/entry.py,sha256=QGJmoidTPGkF6zjkvqmHSZH4-tU89w7uWJNvrSFaNic,11386
|
|
5
|
+
tictacsync/multi2polywav.py,sha256=k7VU-yjO1_0DbygWNytYvaExbiAs3_0-n0UmgGTa8wM,7282
|
|
6
|
+
tictacsync/remergemix.py,sha256=FJTMipIS0O7mMl_tr8BhuYqWvanSydvjGkFCEd-jaDk,9829
|
|
7
|
+
tictacsync/synciso.py,sha256=XmUcdUF9rl4VdCm7XW4PeYWYWM0vgAY9dC2hapoul9g,4821
|
|
8
|
+
tictacsync/timeline.py,sha256=WBlvn5Ej_ZlDddXyCBl1vUDWRHwn8C02UEyBeo2AGdo,57695
|
|
9
|
+
tictacsync/yaltc.py,sha256=UrDJy4nq2FVeVLv5vt7b-zirJYxlV8PMuOKmVHcDzF8,54438
|
|
10
|
+
tictacsync-0.6a0.dist-info/LICENSE,sha256=ZAOPXLh1zlQAnhHUd7oLslKM01YZ5UiAu3STYjwIxck,1068
|
|
11
|
+
tictacsync-0.6a0.dist-info/METADATA,sha256=p4f96PRIhlSuuE-qFVamnoM4b-n77RwhCz_lCK7Dz7Y,5509
|
|
12
|
+
tictacsync-0.6a0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
13
|
+
tictacsync-0.6a0.dist-info/entry_points.txt,sha256=g3tdFFrVRcrKpuyKOCLUVBMgYfV65q9kpLZUOD_XCKg,139
|
|
14
|
+
tictacsync-0.6a0.dist-info/top_level.txt,sha256=eaCWG-BsYTRR-gLTJbK4RfcaXajr0gjQ6wG97MkGRrg,11
|
|
15
|
+
tictacsync-0.6a0.dist-info/RECORD,,
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
tictacsync/LTCcheck.py,sha256=IEfpB_ZajWuRTWtqji0H-B2g7GQvWmGVjfT0Icumv7o,15704
|
|
2
|
-
tictacsync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tictacsync/device_scanner.py,sha256=JmjwMFr6Jy6Jnl5sAycUSEXezF3ETLyF3TEXjn_orKs,27339
|
|
4
|
-
tictacsync/entry.py,sha256=oSDfa01wToQy6wyEw_IA1WeD7mFXTKbXmB4M3QD-ir4,11386
|
|
5
|
-
tictacsync/multi2polywav.py,sha256=Zl5EP2Yf-PKiZ8ewRSwqWsDULvKKjeWANK_-Yd5RAg4,7279
|
|
6
|
-
tictacsync/remergemix.py,sha256=BUtZ8YHw5Oz8VseTD-A4imNbtF7h391pw5yyl6v6OG4,4885
|
|
7
|
-
tictacsync/synciso.py,sha256=XmUcdUF9rl4VdCm7XW4PeYWYWM0vgAY9dC2hapoul9g,4821
|
|
8
|
-
tictacsync/timeline.py,sha256=HlCTnS48Z54t8DyplDLIKL2_uD952xulkTlDklzxGeM,56225
|
|
9
|
-
tictacsync/yaltc.py,sha256=n7ubnlcFDzCpvhZNIwMZMfijZq-ROEA-hS0dbcZgPtE,78490
|
|
10
|
-
tictacsync-0.4a0.dist-info/LICENSE,sha256=ZAOPXLh1zlQAnhHUd7oLslKM01YZ5UiAu3STYjwIxck,1068
|
|
11
|
-
tictacsync-0.4a0.dist-info/METADATA,sha256=3Ui70mGVLMKKO2hI32WUGXng-ZziDOiREYi8Qnt7jZU,5298
|
|
12
|
-
tictacsync-0.4a0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
13
|
-
tictacsync-0.4a0.dist-info/entry_points.txt,sha256=g3tdFFrVRcrKpuyKOCLUVBMgYfV65q9kpLZUOD_XCKg,139
|
|
14
|
-
tictacsync-0.4a0.dist-info/top_level.txt,sha256=eaCWG-BsYTRR-gLTJbK4RfcaXajr0gjQ6wG97MkGRrg,11
|
|
15
|
-
tictacsync-0.4a0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|