Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing Day - How to load plugins to DAW (Digital Audio Workstation) and OBS Studio #8

Open
hankuoffroad opened this issue Aug 31, 2024 · 1 comment

Comments

@hankuoffroad
Copy link
Contributor

Use cases

  • Musicians
  • Video content creators and editors
@ycollet
Copy link
Collaborator

ycollet commented Aug 31, 2024

For video synchronisation, there are some interesting tools:

  • https://github.com/x42/xjadeo
  • https://github.com/x42/ltc-tools
    XJadeo is a MTC (MIDI Time Code) / LTC (Linear Time Code) synchronizable video player.
    Most of the tools don"t support MTC but we can use LTC with these tools.
    With ltc-tools, you can create a wav file used as a time code gererator and send this track to xjadeo.
$ ltcgen --date <START> --timecode <DURATION> --samplerate 48000 --fps 23.98 <FILENAME>

For example, open this track in LMMS, put it of the extrem left and send the left channel to xjadeo via jack and send the right side to the output as a mono output and then, you can sync LMMS to a video.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants