freemocap / skelly_synchronize

Synchronization tool for videos of the same event. Uses audio cross correlation to synchronize.
https://freemocap.github.io/skelly_synchronize/
GNU Affero General Public License v3.0
11 stars 0 forks source link

Synchronizing(trimming) multiple videos not working... #32

Open 0ArchLinux0 opened 9 months ago

0ArchLinux0 commented 9 months ago

Both ffmpeg and deffcode not properly working.

The issue is the number of frames becomes longer than the video length due to a failure in cutting with the desired frame, thus changing the total length of the trimmed video.

I want to fix the problem and request a PR, can I get permission?

philipqueen commented 5 months ago

Hi @0ArchLinux0 I'm sorry for missing this. If you're still interested, feel free to submit a PR, or describe the issue in more detail and I can try to help more.

I haven't seen this issue before, although sometimes errors like this arise when the ffprobe and opencv metadata don't agree.