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

Play multiple audio tracks at once #936

Closed
Linnshet opened this issue Nov 25, 2021 · 12 comments
Closed

Play multiple audio tracks at once #936

Linnshet opened this issue Nov 25, 2021 · 12 comments

Comments

@Linnshet
Copy link

Linnshet commented Nov 25, 2021

LC has amazing potential for initial footage cutting, before the actual editing process. However, the inability to play multiple audio tracks at once is very limiting in this regard.

Like a far view camera recording, with an external microphone track. If you can't hear what the person is saying, you have no chance of cutting it properly. And, as I imagine a lot of people who use the app use it for, Let's Play-content, where multiple audio tracks are mostly a given (one for gameplay, one for microphone, possibly even a third, fourth and fifth, in some cases).

At the moment, all I can really do is either:

  1. play it in VLC with multitrack enabled, and cut based on timestamps (which I have to do manually, since I sadly haven't been able to find a "timestamp export" solution that works with LC.)
  2. just skip this whole ordeal and boot up my actual editor.

I am absolutely certain that if this is not a technical limitation due to lack of caching ability, it will benefit a lot of users, and potential future ones as well.

@mifi
Copy link
Owner

mifi commented Jan 11, 2022

The problem is that the video player built into chromium doesn't even support switching between audio/video tracks to playback. So it needs to be implemented in a custom way. I have outlined some possibilities in #256
I will close this issue, because once we have implemented support for playing arbitrary audio and video tracks in the other issue, then playing multiple tracks at once shouldn't be very hard either. (added a point about that there)

@mifi mifi closed this as completed Jan 11, 2022
@skelbread
Copy link

The problem is that the video player built into chromium doesn't even support switching between audio/video tracks to playback. So it needs to be implemented in a custom way. I have outlined some possibilities in #256 I will close this issue, because once we have implemented support for playing arbitrary audio and video tracks in the other issue, then playing multiple tracks at once shouldn't be very hard either. (added a point about that there)

1 year since, any update?

@mifi
Copy link
Owner

mifi commented Feb 23, 2023

yes! see #256 - chrome now suppotrs it. just need to implement

@fishheadcode
Copy link

Hi, what is the status here? I want to cut my streams and i have like 5 tracks, mostly 3 are important (mic audio, desktop audio and seperate audio from discord). sometimes i want to cut by conversations, which would be 2 audio tracks but cant cut it that way or needed to always switch tracks, which is a very big time loss

@LukeHileman
Copy link

also still waiting for this

@mifi
Copy link
Owner

mifi commented Sep 19, 2023

what are you all waiting for? being able to play multiple audio tracks at the same time (this issue) or being able to switch between audio tracks when playing back? if it's the latter, then please comment in the correct issue #256

@fishheadcode
Copy link

waiting for that losslesscut plays all audio tracks at the same time so one can cut the clip hearing all audio. when game, mic and discord is 3 different audio tracks its difficult where to start and end. especially when you first "collect" clips from weeks and then want to "bulk edit" them.

@ehickey96
Copy link

I am also looking for a way to manage clips with more than one audio track (and the tracks are intended to be played together).
If lossless had a way to enable multiple specific or all tracks of audio during playback that would be amazing.

@N3X7L3VEL
Copy link

N3X7L3VEL commented Nov 9, 2023

Just commenting to keep me posted, I'd also love to see this feature up (feature being that losslesscut plays all audio tracks at the same time so one can cut the clip hearing all audio)

@sardinhunt
Copy link

I would love that too, do you guys know any alternatives I've been watching my clips on adobe audition, it's a pain.

@furbearingfish
Copy link

Just chiming in to say I'd also love the ability to hear and edit both (or more) audio tracks at once. Love Lossless Cut, but this singular feature would make it much more handy.

@mifi
Copy link
Owner

mifi commented Jul 3, 2024

problem is I don't know how to do this easily with html video player. we're currently using the audioTracks api, however it doesn't seem to support enabling more than one at the same time.

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

9 participants