当前位置:网站首页>Generate video using clipout in viz engine
Generate video using clipout in viz engine
2022-07-03 07:54:00 【hjm2046】
Have used Viz Artist My classmates may have used Viz Artist Of post function , It can be used to provide scene animation videos to customers or leaders for review , however Post There are also some inconvenient places , Unable to flexibly control the playback of different animations or the generation of animations for switching logical scenes .
Now let's introduce how to use ClipOut To generate clip.ClipOut It's not everything , First of all, he can only use it on a machine with a video card . But its function is still relatively powerful , First of all, let's see how many steps it takes to implement .
- read ClipOut_Channel_Usage.pdf, Usually in Viz Artist The root directory of the installation .
- Yes, yes ClipOut After the general impression , Next, we will do it step by step .
- stay Viz Config Into ClipOut Configuration of , open Enable. And will Output format Set to standard definition (SD).
- send out RENDERER*VIDEO*CLIPOUT*1*CREATE VIDEO_SET On To engine , Start creating videos .
- send out RENDERER*VIDEO*CLIPOUT*1*RESOLUTION VIDEO_SET 0 0 To engine , according to output Format the resolution of the generated video .
- send out RENDERER*VIDEO*CLIPOUT*1*CONTAINER VIDEO_ENUMERATE To engine , Get what the engine supports Video container. For example, there may be :MATROX_MOV,P2_MXF,AVI etc. .
- send out RENDERER*VIDEO*CLIPOUT*1*CONTAINER VIDEO_SET MATROX_MOV To engine , Set up Video Container by MATROX_MOV.
- send out RENDERER*VIDEO*CLIPOUT*1*CONTAINER VBI_ENUMERATE To engine , Get specified container Supported by the Codec.
- send out RENDERER*VIDEO*CLIPOUT*1*CODEC VIDEO_SET Dv50_422 To engine , In supported codec Choose one of them .
- send out RENDERER*VIDEO*CLIPOUT*1*OPTION VIDEO_SET AUDIO ON To engine , Turn on audio output .
- send out RENDERER*VIDEO*CLIPOUT*1*NAME SET C:/clipout/1 To engine , Set the output path of the video file .
- send out RENDERER*VIDEO*CLIPOUT*1*CONTROL RECORD 0 To engine , Start recording .
- Send commands to load the scene and play the animation . I think you can write this order if you can see the people here , So don't write .
- send out RENDERER*VIDEO*CLIPOUT*1*CONTROL FLUSH To engine , End recording and save the file .
Be accomplished , Although the steps are cumbersome , But please think carefully , If you use these commands flexibly , Do you generate any scene into the video you want , You can even connect with the media database to upload and share the generated videos .
边栏推荐
猜你喜欢
OSPF experiment
haproxy+keepalived搭建01
Free use until 2015 -- viz artist multi touch plug-in package
PAT甲级 1027 Colors in Mars
Go language foundation ----- 18 ----- collaboration security, mutex lock, read-write lock, anonymous lock, sync Once
Go language foundation ----- 06 ----- anonymous fields, fields with the same name
Go language foundation ------ 12 ------ JSON
WPF:解决MaterialDesign:DialogHost 无法关闭问题
How to configure GDAL under idea
Technical dry goods | thinking about the unification of dynamic and static diagrams of AI framework
随机推荐
Huawei switches are configured with SSH login remote management switches
Go language foundation ----- 16 ----- goroutine, GPM model
An intern's journey to cnosdb
Huawei s5700 switch initialization and configuration Telnet, SSH user methods
Redis view client connection
Client server model
Iterm2 setting
Redis批量启停脚本
Go language foundation ----- 01 ----- go language features
一篇文章让你读懂-曼彻斯特编码
璞华PLM为全场景产品生命周期管理赋能,助力产品主线的企业数字化转型
华为交换机Console密码重置、设备初始化、默认密码
Worldview satellite remote sensing image data / meter resolution remote sensing image
什么是定义?什么是声明?它们有何区别?
创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
2020-12-12
Uniapp learning records
[cocos creator] get the resource UUID
【LeetCode】3. Merge Two Sorted Lists·合并两个有序链表
C language learning notes (mind map)