Skip to content

Commit e319064

Browse files
committed
This is so far the only preset that exports interlace.
It may be that only mpeg2 in a mov container can do this in this version of ffmpeg.
1 parent d578076 commit e319064

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/presets/format_mov_mpeg2.xml

+20
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)