Announcements

Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.

Lip sync export

Anonymous

Lip sync export

Anonymous
Not applicable

Hello,

 

I am working with FaceRobot in order to create an animation of a person speaking given the text and the audio files. I am now able to export the animation to a video file (avi), but I need also to have the transcription of the phonemes and of their starting/ending time-points. Do you know if it is possible to export this information in a text file or if it is possible to retrieve it somehow? If not, could you please indicate me a software or a publication related to lip syncronisation?

 

Thanks a million,

Giovanni

Reply
Reply
0 Likes
Reply
Accepted solutions (1)
786 Views
1 Reply
Reply (1)

lucericr
Autodesk
Autodesk
Accepted solution

with scripting.  The lipsync ends up on the animatino mixer, and you can get the data out with 

GetPhonemeBlendFromSpeechClip

http://download.autodesk.com/global/docs/softimage2012/en_us/sdkguide/index.html?url=si_cmds/GetPhon...

 

or you could call the command directly that does the phoneme analysis.

it's called 

SIExtractPhonemes

Reply
Reply
0 Likes