~openshot.developers/openshot/debian-packages

« back to all changes in this revision

Viewing changes to openshot/openshot/export_presets/format_mp4_x264.xml

  • Committer: Jonathan Thomas
  • Date: 2010-02-08 00:38:50 UTC
  • Revision ID: jonathan@jonathan64-20100208003850-i03t93q4vob0wmp8
Fixed the following Debian packaging issues:
-----------
Updated the control file to include a better description,
 new standards-version, updated dependencies.

Removed the /openshot/ source from this branch... since
it should be added by renaming and extracting the source
tar.gz file.

Added 2 folders, one for debian and one for my 
LaunchPad ppa (which has a different changelog)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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">MP4 (h.264)</title>
6
 
        <videoformat>mp4</videoformat>
7
 
        <videocodec>libx264</videocodec>
8
 
        <audiocodec>libfaac</audiocodec>
9
 
        <audiochannels>2</audiochannels>
10
 
        <videobitrate
11
 
         low="384 kb/s"
12
 
         med="5 Mb/s"
13
 
         high="15.00 Mb/s"></videobitrate>
14
 
        <audiobitrate
15
 
         low="96 kb/s"
16
 
         med="128 kb/s"
17
 
         high="192 kb/s"></audiobitrate>
18
 
        <samplerate>44100</samplerate>
19
 
</export-option>