-
Notifications
You must be signed in to change notification settings - Fork 1
Handling out of sync Video + Audio #12
Comments
DTW cannot not sync audio data to video data, or not that I'm aware of. On Wed, Oct 29, 2014 at 12:15 PM, Marcell Vazquez-Chanlatte <
Thanks, |
With DTW, you can sync two or more time series of same context, which is really just cross correlation between them, but more optimal and faster. I think what you're saying is to make sure audio is in synced with the video, right? Which given the current tech, we can just assume they already are, if they're not then I'm not sure how DTW can sync the two. |
I agree its not as directly applicable, but we have a binary wave that is active during movement and off if the movement is below a certain threshold, then I think those two waves can be synced so that the onsets occur at the same time. That said, I much prefer the idea of using the techniques described in the paper. |
I like your thinking outside the box! You know we might be able to use our algorithm to sync videos and audios as well, if it works it could be a paper by itself. |
hehe, is there any reason this got closed? (I suspect you accidentally hit comment and close) |
oops! |
@ffaghri1 This is the relevant issues |
We have previously discussed using time warping to justify the in sync assumption.
That said based on @ramili's comment in #1 there seems to be a nice way to link it directly if we ever switch to PLCA (see #9 )
Comments copied here:
The text was updated successfully, but these errors were encountered: