[transmageddon] update profiles to work with latest x264 plugin changes in git master
- From: Christian Fredrik Kalager Schaller <uraeus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [transmageddon] update profiles to work with latest x264 plugin changes in git master
- Date: Fri, 15 Jul 2011 19:11:22 +0000 (UTC)
commit d294c93f1bc52d1fbe2fcd3c62b4c5d2d1573143
Author: Christian Fredrik Kalager Schaller <christian schaller collabora co uk>
Date: Fri Jul 15 20:09:02 2011 +0100
update profiles to work with latest x264 plugin changes in git master
profiles/g1.xml | 45 +++------------------------------------------
profiles/ipod.xml | 8 +-------
profiles/n800.xml | 8 +-------
profiles/n900.xml | 8 +-------
profiles/ps3.xml | 14 +++-----------
profiles/psp.xml | 6 +-----
6 files changed, 10 insertions(+), 79 deletions(-)
---
diff --git a/profiles/g1.xml b/profiles/g1.xml
index 7d1ff5c..bc4064b 100644
--- a/profiles/g1.xml
+++ b/profiles/g1.xml
@@ -12,59 +12,20 @@
<icon>file://ipod.svg</icon>
<default>Normal</default>
- <profile>
- <name>Low</name>
- <container>video/quicktime,variant=iso</container>
- <extension>mp4</extension>
- <audio>
- <name>audio/mpeg,mpegversion=iso</name>
- <presets>
- <preset>
- Quality Low, Profile Low Complexity
- </preset>
- </presets>
- <channels>1, 2</channels>
- <samplerate>44100</samplerate>
- </audio>
- <video>
- <name>video/x-h264</name>
- <border>Y</border>
- <passes>0</passes>
- <pixelaspectratio>0/0</pixelaspectratio>
- <presets>
- <preset>
- Quality Low, Profile Baseline
- </preset>
- </presets>
- <width>320, 480</width>
- <height>240, 320</height>
- <framerate>1, 25</framerate>
- </video>
- </profile>
+
<profile>
<name>Normal</name>
<container>video/quicktime,variant=iso</container>
<extension>mp4</extension>
<audio>
- <name>audio/mpeg,mpegversion=4</name>
- <presets>
- <preset>
- Quality Normal, Profile Low Complexity
- </preset>
- </presets>
+ <name>audio/mpeg,mpegversion=4, base-profile=lc</name>
<channels>1, 2</channels>
<samplerate>44100</samplerate>
</audio>
<video>
- <name>video/x-h264</name>
- <border>Y</border>
+ <name>video/x-h264, profile=constrained-baseline</name>
<passes>2</passes>
<pixelaspectratio>0/0</pixelaspectratio>
- <presets>
- <preset>
- Quality Normal, Profile Baseline
- </preset>
- </presets>
<width>320, 480</width>
<height>240, 320</height>
<framerate>1, 30</framerate>
diff --git a/profiles/ipod.xml b/profiles/ipod.xml
index afd9683..dd969f3 100644
--- a/profiles/ipod.xml
+++ b/profiles/ipod.xml
@@ -20,15 +20,9 @@
<channels>1, 2</channels>
</audio>
<video>
- <name>video/x-h264</name>
- <border>Y</border>
+ <name>video/x-h264, profile=constrained-baseline</name>
<passes>2</passes>
<pixelaspectratio>0/0</pixelaspectratio>
- <presets>
- <preset>
- Quality Normal, Profile Baseline
- </preset>
- </presets>
<width>320, 640</width>
<height>240, 480</height>
<framerate>1, 30</framerate>
diff --git a/profiles/n800.xml b/profiles/n800.xml
index cb804ee..4c000b0 100644
--- a/profiles/n800.xml
+++ b/profiles/n800.xml
@@ -21,15 +21,9 @@
<channels>1, 2</channels>
</audio>
<video>
- <name>video/x-h264</name>
- <border>N</border>
+ <name>video/x-h264, profile=constrained-baseline</name>
<passes>0</passes>
<pixelaspectratio>0/0</pixelaspectratio>
- <presets>
- <preset>
- Quality Normal, Profile Baseline
- </preset>
- </presets>
<width>240, 352</width>
<height>140, 208</height>
<framerate>1, 23</framerate>
diff --git a/profiles/n900.xml b/profiles/n900.xml
index 0bcea68..d111b8b 100644
--- a/profiles/n900.xml
+++ b/profiles/n900.xml
@@ -21,15 +21,9 @@
<channels>1, 2</channels>
</audio>
<video>
- <name>video/x-h264</name>
- <border>N</border>
+ <name>video/x-h264, profile=constrained-baseline</name>
<passes>0</passes>
<pixelaspectratio>0/0</pixelaspectratio>
- <presets>
- <preset>
- Quality Normal, Profile Baseline
- </preset>
- </presets>
<width>240, 800</width>
<height>140, 480</height>
<framerate>1, 25</framerate>
diff --git a/profiles/ps3.xml b/profiles/ps3.xml
index a9afb23..3f7c56f 100644
--- a/profiles/ps3.xml
+++ b/profiles/ps3.xml
@@ -14,24 +14,16 @@
<profile>
<name>Normal</name>
- <container>video/mpegts</container>
+ <container>video/mpegts,systemstream=true,packetsize=192</container>
<extension>ts</extension>
<audio>
- <name>audio/x-ac3</name>
- <presets>
- <preset>BD Quality Low</preset>
- </presets>
+ <name>audio/x-ac3, rate=44100</name>
<channels>1, 6</channels>
- <samplerate>44100</samplerate>
</audio>
<video>
- <name>video/x-h264</name>
- <border>N</border>
+ <name>video/x-h264, profile=constrained-baseline</name>
<passes>2</passes>
<pixelaspectratio>0/0</pixelaspectratio>
- <presets>
- <preset>Quality Normal, Profile Baseline</preset>
- </presets>
<width>320, 1920</width>
<height>240, 1080</height>
<framerate>1, 30</framerate>
diff --git a/profiles/psp.xml b/profiles/psp.xml
index cd477f5..6bf3053 100644
--- a/profiles/psp.xml
+++ b/profiles/psp.xml
@@ -21,13 +21,9 @@
<channels>1, 2</channels>
</audio>
<video>
- <name>video/x-h264</name>
- <border>N</border>
+ <name>video/x-h264, profile=main</name>
<passes>0</passes>
<pixelaspectratio>0/0</pixelaspectratio>
- <presets>
- <preset>Quality Normal, Profile Main</preset>
- </presets>
<width>320 </width>
<height>240</height>
<framerate>1, 25</framerate>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]