arikrupnik

Results 20 comments of arikrupnik

@chrisspiegl we've got to stop meeting like this :=)

Just to state the obvious for context: https://github.com/arikrupnik/ltcsync is a JavaScript application and library that uses `libltc` as a host OS process to parse LTC out of audio and video...

However, this image is available, only one day later: https://rcn-ee.net/rootfs/bb.org/testing/2019-12-02/buster-console/bone-debian-10.2-console-armhf-2019-12-02-1gb.img.xz

Example from ZOOM H4 `WAV`: ``` Metadata: encoded_by : ZOOM Handy Recorder H6 date : 2018-12-11 creation_time : 13:34:21 time_reference : 2345328000 coding_history : A=PCM,F=48000,W=16,M=stereo,T=ZOOM Handy Recorder H6 XY STEREO...

Example from Sound Devices 788T `WAV`: ``` Metadata: comment : sSPEED=025.000-ND : sTAKE=001 : sUBITS=$13031901 : sSWVER=3.02 : sSCENE=D3-12 : sFILENAME=D3-12T001.WAV : sTAPE=19Y03M13 : sCIRCLED=FALSE : sTRK3=XXXXXXXX : sTRK4=XXXXXXXX :...

Additionally, `png2icns` (from `icnsutils` package) is missing from the .travis.yml OSX prerequisites, so the build for `darwin-x64` fails as well. I cannot find an official Mac distribution for it (seems...

Thank you for your feedback, Harald!

At user option, we can check that the framerate is one of the common ones, i.e. 23.98, 24, 25, 29.97 or 30fps. Any other framerates, while possible under LTC, are...

Some of the heuristics remain unimplemented. It appears that in practice, gaps-between-frames test alone catches all the false positives we've been seeing. Additional real-world examples can help clarify the need...

Thank you for your suggestion, @forart . We can all use a little inspiration! The focus of LTCsync is on sync by LTC. We want to make sure we do...