steveway / papagayo-ng

Papagayo is a lip-syncing program designed to help you line up phonemes (mouth shapes) with the actual recorded sound of actors speaking. Papagayo makes it easy to lip sync animated characters by making the process very simple - just type in the words being spoken (or copy/paste them from the animation's script), then drag the words on top of the sound's waveform until they line up with the proper sounds.
http://steveway.github.io/papagayo-ng/
18 stars 3 forks source link

Request: Please correct a mistake i made. H should be HH #26

Closed Hunanbean closed 2 years ago

Hunanbean commented 3 years ago

It seems i made a mistake in naming the mouth shapes. I named a file H.png when it should be HH.png. This causes a missing mouth shape warning in Papagayo-NG.

My apologies. The fix should be as simple as renaming H.png to HH.png in your source code, in both the 66% and the 100% folders. I have also updated my Git to correct the error.

Thank you

Hunanbean commented 3 years ago

It appears that you may have compensated for the incorrect naming at conversion level, so perhaps the fix is a bit more than just the rename. The warning can be seen when you breakdown an individual word, and mouse over the HH. In my local copy, i have made a copy of H and named it HH so it works at both levels.

Hunanbean commented 2 years ago

Any thoughts on this?

Be well

steveway commented 2 years ago

Hello this is fixed: with https://github.com/steveway/papagayo-ng/commit/2ed5e06b1cde9794950f67b4f5ed47126bc215b4

Hunanbean commented 2 years ago

Thank you