cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Direct Modeling Advance Assembly: How to add new video codec (FFmpeg)?

MS_4146749
1-Newbie

Direct Modeling Advance Assembly: How to add new video codec (FFmpeg)?

I will rendering an animation... and i will use FFmpeg....

In the Help-Center is only this litte text....

 

Add an AVI codec
Several AVI codecs are defined in the customization file ani_customize, which is found in <installationdirectory>\personality\sd_customize\AdvAssembly_Parametrics. You may add a new codec to this file if desired. Please review the comments in the file for more information.
 
Now in the "ani_customize" i will add FFmpeg to creo.... but it dosen't work... FFmpeg is installed on pc. How does it works? Any tutorial available??
 
 Here the code lines:
;; customize the AVI codecs available for save animation (codec must also be installed on PC)
;; First string is the 4 character code (i.e. "MPEG") - second any description
;(anim-add-avi-codec FourCharacterCode Description)
(anim:anim-clear-avi-codecs)
(anim:anim-add-avi-codec "FFMP" "FFmpeg")
(anim:anim-add-avi-codec "MSVC" "Microsoft Video")
(anim:anim-add-avi-codec "DIB " "Uncompressed")
 
 
I hope anyone can help me.....
1 REPLY 1

Hi MS_4146749,


Thank you for your question. 
I’d like to recommend to bring more details and context to your initial inquiry

It also helps to have screenshot(s) to better understand what you are trying to do in your process. 

This will increase your chances to receive meaningful help from other Community members. 

Regards,

Community Moderation Team.

Top Tags