当前位置:网站首页>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 .
边栏推荐
- JS to implement publish and subscribe
- [untitled]
- Getting started with minicom
- HDMI2.1与HDMI2.0的区别以及转换PD信号。
- [MySQL 11] how to solve the case sensitive problem of MySQL 8.0.18
- Robots protocol
- C2-关于VCF文件合并的几种方法
- JS common basic case sorting (continuous update)
- Quelle est la définition? Qu'est - ce qu'une déclaration? Quelle est la différence?
- s7700设备如何清除console密码
猜你喜欢

WorldView卫星遥感影像数据/米级分辨率遥感影像

Technical dry goods | thinking about the unification of dynamic and static diagrams of AI framework

MAE

多旅行商问题——公式和求解过程概述

Screenshot tool snipaste

【踩坑系列】mysql 修改root密码失败
![[step on the pit series] MySQL failed to modify the root password](/img/d0/f975baf18bac506208abff3713ac03.png)
[step on the pit series] MySQL failed to modify the root password

【LeetCode】4. Best time to buy and sell stock

Go language foundation ----- 04 ----- closure, array slice, map, package

Redis批量启停脚本
随机推荐
OSPF protocol summary
Redis profile
Technical dry goods | some thoughts on the future of AI architecture
Oracle queries grouped by time
tslib库的移植
【LeetCode】2. Valid parentheses · valid parentheses
Huawei s5700 switch initialization and configuration SSH and telnet remote login methods
一篇文章让你读懂-曼彻斯特编码
Static keyword
The difference between hdmi2.1 and hdmi2.0 and the conversion of PD signals.
idea取消引用顯示效果
jsutlis
STM32F103 SPI (pit Diary)
What is a data type? What is the use of data types?
Go language foundation ----- 04 ----- closure, array slice, map, package
Structure of golang
华为S5700交换机初始化和配置telnet,ssh用户方法
什么是数据类型?数据类型有什么用?
haproxy+keepalived集群搭建02
Enter three times and guess a number