I am running OpenSuse leap 42 and I am planning a project to sync an analog gear live music performance recorded to a Sound Devices 702T, with two decent phone cameras recording a LTC audio track generated from the 702T.
I've read that software like Plural Eyes can sync audio and video in this way, but I have been running Linux exclusively since the 90's and am trying to do this using OpenSuse.
Basically I want to sync the audio from the 702T, with the videos. I have been looking at the audacity docs but I am not sure if I am in the right place. Any guidance appreciated.
http://alphamanual.audacityteam.org/man ... references
Can Audacity sync LTC audio tracks?
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
kozikowski
- Forum Staff
- Posts: 68941
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Can Audacity sync LTC audio tracks?
I don't think there's any provision for Audacity to sync to Time Code—or more accurately, I don't think Audacity can read it. If you can supply an external reader, you can use the Linear Time Code to figure out where you are, but there's no such thing as telling Audacity to "Go To" a particular time.
That and I think the only way to get LTC into Audacity at all is one of the two stereo channels. I guess if you had a multi-track system, you could use one of them, say #3 to carry the TC. But all that would do is scream at you if you listened to it.
Koz
That and I think the only way to get LTC into Audacity at all is one of the two stereo channels. I guess if you had a multi-track system, you could use one of them, say #3 to carry the TC. But all that would do is scream at you if you listened to it.
Koz
Re: Can Audacity sync LTC audio tracks?
"Ardour" (https://ardour.org/) is a better option than Audacity for this task because Ardour supports "Jack Transport" and Audacity doesn't.
On Linux, if you want to synchronise multiple audio/video apps, "Jack Audio Server" is the sound system to use (http://www.jackaudio.org/)
"Xjadeo" is a video player that can be synchronised with Jack Transport. (http://xjadeo.sourceforge.net/)
On Linux, if you want to synchronise multiple audio/video apps, "Jack Audio Server" is the sound system to use (http://www.jackaudio.org/)
"Xjadeo" is a video player that can be synchronised with Jack Transport. (http://xjadeo.sourceforge.net/)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Can Audacity sync LTC audio tracks?
Its been a while since I used jackd - I went "out of the box" years ago on my music projects. But I have used it, I just read about Xjadeo using LTC and that may well work for me. Thanks for the tip.