matanui159 / ReplaySorcery

An open-source, instant-replay solution for Linux
GNU General Public License v3.0
850 stars 26 forks source link

Audio desync / audio misaligned with the video #173

Open JustCryen opened 7 months ago

JustCryen commented 7 months ago

Description of the bug

Every single video I've taken has an audio starting earlier than a video clip. It results in audio being off for the entire duration of the video, I've loaded one example video to a video editing program and I tried to match the offset by ear. It looks like recording the video starts something like 1300ms after audio.

image

Desktop:

Configuration:

/usr/etc/replay-sorcery.conf replay-sorcery.txt

~/.config/replay-sorcery.conf replay-sorcery.txt

Logs: replay-sorcery.log

JustCryen commented 7 months ago

Two different machines, same issue.
What can be causing this?

mroep commented 5 months ago

did you have any fix on this?

JustCryen commented 5 months ago

did you have any fix on this?

I made a script that uses ffmpeg to fix the offset.
Nothing extraordinary but it's enough for my needs.

mroep commented 4 months ago

did you have any fix on this?

I made a script that uses ffmpeg to fix the offset. Nothing extraordinary but it's enough for my needs.

can i use it also

mroep commented 4 months ago

if its not any trouble ofc

JustCryen commented 4 months ago

did you have any fix on this?

I made a script that uses ffmpeg to fix the offset. Nothing extraordinary but it's enough for my needs.

can i use it also

Sure, I'll just have to make it more user friendly (so write a help / usage page) and push it to github

JustCryen commented 4 months ago

@mroep take a look at this and let me know if you need any help with it multi-channel-audio-delay-fix

mroep commented 4 months ago

Thx so much i did make a my own with c++ used poe.com to make it and it works nice ill try this to