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.....