We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d578076 commit e319064Copy full SHA for e319064
src/presets/format_mov_mpeg2.xml
@@ -0,0 +1,20 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<!DOCTYPE openshot-export-option>
3
+<export-option>
4
+ <type translatable="True">All Formats</type>
5
+ <title translatable="True">MOV (mpeg2)</title>
6
+ <videoformat>mov</videoformat>
7
+ <videocodec>mpeg2video</videocodec>
8
+ <audiocodec>mp2</audiocodec>
9
+ <audiochannels>2</audiochannels>
10
+ <audiochannellayout>3</audiochannellayout>
11
+ <videobitrate
12
+ low="384 kb/s"
13
+ med="5 Mb/s"
14
+ high="15.00 Mb/s"></videobitrate>
15
+ <audiobitrate
16
+ low="96 kb/s"
17
+ med="128 kb/s"
18
+ high="192 kb/s"></audiobitrate>
19
+ <samplerate>48000</samplerate>
20
+</export-option>
0 commit comments