multimedia/Yolo: Update README.

This commit is contained in:
B. Watson 2016-11-11 16:21:18 -05:00 committed by Willy Sudiarto Raharjo
parent 058b9210fa
commit fbbed62d7a
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 13 additions and 6 deletions

View File

@ -1,8 +1,15 @@
Yolo is a Java program for creating timesheets to sync animation to a pre-recorded audio track.
Yolo (Lipsync Exposure Sheet Generator)
Specifically, Yolo analyses a WAV file against plain text sides, and, given a frame rate, generates an exposure sheet.
Animators can use the exposure sheet to sync the lips of an animated character with the dialogue.
Yolo is a Java program for creating timesheets to sync animation to a
pre-recorded audio track.
Yolo does not parse the words contained within the WAV file on its own; you must provide it both the audio and the
scripted dialogue. As long as it has these two things, it effectively provides a phonemic breakdown of the dialogue,
an example drawing of the mouth position, and a frame count for each sound.
Specifically, Yolo analyses a WAV file against plain text sides, and,
given a frame rate, generates an exposure sheet. Animators can use
the exposure sheet to sync the lips of an animated character with the
dialogue.
Yolo does not parse the words contained within the WAV file on its own;
you must provide it both the audio and the scripted dialogue. As long as
it has these two things, it effectively provides a phonemic breakdown
of the dialogue, an example drawing of the mouth position, and a frame
count for each sound.