KwaiVGI / LivePortrait

Bring portraits to life!
https://liveportrait.github.io
Other
11.68k stars 1.22k forks source link

Audio desycnhed #221

Open somenewaccountthen opened 1 month ago

somenewaccountthen commented 1 month ago

I used 1 minute driving video. the audio gets more de-synced the further the video goes. Is it a bug or Is there some trick to not having de-synced audio?

EDIT: This seems to help for the driving video to make audio ok. ffmpeg -i 'inputfile' -filter:v fps=30 'outputfile'

cleardusk commented 1 month ago

Yeap, we should be careful about the FPS.

pmarks-net commented 2 weeks ago

I was seeing loss of sync until I converted my input video (using kdenlive) to exactly 30 FPS. 29.97 FPS did not work.