您的位置:

.mogrt文件在Adobe Premiere中的应用

一、概述

.mogrt文件是一种专门为Adobe Premiere设计的文件格式,它可以将视频编辑功能和动画效果打包为一个文件,并使其成为可重用的元素。这种文件格式的出现为视频编辑带来了全新的体验,它使得用户能够更加便捷地编辑视频并达到更出色的视觉效果。

二、使用方法

在Adobe Premiere中,为了使.mogrt文件能够被正确解析,需要将其放置在特定的文件夹中。具体来说,用户需要将.mogrt文件放置在Adobe Premiere主目录下的“Essential Graphics”文件夹中,才能在视频编辑的过程中顺利使用。

在.mogrt文件被正确解析之后,用户可以通过简单的操作在视频中插入动画效果或者文字效果等元素。在Adobe Premiere软件中,用户可以从“Graphics”面板中找到已经添加到图形库中的.mogrt文件,并将其直接拖拽进入视频序列中。在这个过程中,用户还可以通过编辑面板对这些元素进行二次编辑或修改。

另外,使用.mogrt文件还可以将某个视频序列中的某些元素保存为.mogrt文件,以达到重复利用的目的。用户可以通过在主菜单中选择“Graphics”、“Export as Motion Graphics Template”来将某个视频序列导出为.mogrt文件,并在之后的编辑中直接使用导出的文件。

三、优势

使用.mogrt文件的主要优势体现在其可重用性和便捷性上。由于.mogrt文件只需要被制作一次,便可在之后的编辑中反复使用,因此它可以省去大量重复编辑视频的时间和精力。在制作.mogrt文件时,用户还可以使用现有的模板或是自己制作的模板,以保证编辑出的视频元素视觉效果得到保证。

另外,使用.mogrt文件还可以增加视频的视觉效果和美感。在.mogrt文件中,用户可以利用Adobe Premiere软件提供的各种动画效果、转场效果等特效,实现各种令人惊叹的视觉效果。在复杂的视频制作中,使用.mogrt文件甚至可以达到节省制作成本、提高生产效率的效果。

四、代码示例




<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<MotionGraphicTemplate version="1.2">
  <dependencies>
      <file id="0" path="AdobeFutura-VariableFont.otf" searchId=""/>
      <effect id="1" name="Transform"/>
  </dependencies>
  <properties>
      <optionalMetaData>
          <metaData key="_PProSnippet_TargetApplicationIdentifier">
              <string>pr
          </metaData>
);
          <metaData key="_PProSnippet_Version">
              <string>1
          </metaData>
      </optionalMetaData>
  </properties>
  <parameters>
      <parameter id="0" name="Text" type="strings" visibility="true">
          <value>
              <string>Sample Text
          </value>
      </parameter>
      <parameter id="1" name="Scale" type="float" visibility="true">
          <value>
              <float>1.0
          </value>
          <range>0,10000
      </parameter>
      <parameter id="2" name="Position.x" type="float" visibility="true">
          <value>
              <float>0.5
          </value>
          <range>0,1
      </parameter>
      <parameter id="3" name="Position.y" type="float" visibility="true">
          <value>
              <float>0.5
          </value>
          <range>0,1
      </parameter>
      <parameter id="4" name="Font" type="font-family" visibility="true">
          <value>
              <string>Futura Variations
          </value>
          <options>
              <option>
                  <string>AdobeFutura-VariableFont.otf
              </option>
          </options>
      </parameter>
      <parameter id="5" name="Color" type="color" visibility="true">
          <value>
              <color>1,1,1
          </value>
      </parameter>
  </parameters>
  <sources>
      <source id="0" type="text">
          <data>
              <title>Text: </title> {Text}
          </data>
          <clipLayer>
              <clipRect topLeft="0, 0" bottomRight="{Scale}, 1"/>
              <transform required="false">
                  <scale>
                      <animate from="0" to="{Scale}" keyTimes="0;1" easing="outExpo"/>
                  </scale>
              </transform>
              <opacity>
                  <animate from="0" to="1" keyTimes="0;1" easing="outExpo"/>
              </opacity>
              <filters>
                  <colorBalance>
                      <inputRed>
                          <value>1
                          <animate from="0" to="1" keyTimes="0;1" easing="linear"/>
                      </inputRed>
                      <inputGreen>
                          <value>1
                          <animate from="0" to="1" keyTimes="0;1" easing="linear"/>
                      </inputGreen>
                      <inputBlue>
                          <value>1
                          <animate from="0" to="1" keyTimes="0;1" easing="linear"/>
                      </inputBlue>
                  </colorBalance>
              </filters>
          </clipLayer>
      </source>
      <source id="1" type="graphic">
          <data>
              <name>Rectangle
              <rect topLeft="0,0" bottomRight="1,1"/>
          </data>
          <clipLayer>
              <opacity>
                  <animate from="0" to="1" keyTimes="0;1" easing="outExpo"/>
              </opacity>
              <filters>
                  <colorBalance>
                      <inputRed>
                          <value>0.3
                          <animate from="0" to="1" keyTimes="0;1" easing="linear"/>
                      </inputRed>
                      <inputGreen>
                          <value>0.5
                          <animate from="0" to="1" keyTimes="0;1" easing="linear"/>
                      </inputGreen>
                      <inputBlue>
                          <value>0.7
                          <animate from="0" to="1" keyTimes="0;1" easing="linear"/>
                      </inputBlue>
                  </colorBalance>
              </filters>
          </clipLayer>
      </source>
  </sources>
  <relationships>
      <relationship name="Rectangle"/>
  </relationships>
</MotionGraphicTemplate>

五、结语

综上所述,.mogrt文件的出现不仅是视频编辑技术的一次重要进步,更是为用户带来了更便捷的视频编辑方式。在未来的视频制作中,.mogrt文件势必将扮演越来越重要的角色,带给用户更多惊喜和创意。