Direct Modeling Advance Assembly: How to add new video codec (FFmpeg)?
Feb 18, 2024
06:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 18, 2024
06:34 PM
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)
;; 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")
(anim:anim-add-avi-codec "MSVC" "Microsoft Video")
(anim:anim-add-avi-codec "DIB " "Uncompressed")
I hope anyone can help me.....
1 REPLY 1
Feb 23, 2024
12:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 23, 2024
12:18 AM
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.
