Skip to main content
1-Visitor
February 18, 2024
Question

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

  • February 18, 2024
  • 1 reply
  • 578 views

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

    Community Manager
    February 23, 2024

    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.