~ubuntu-branches/ubuntu/lucid/arista/lucid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Vendor: http://github.com/danielgtaylor/arista/commit/3c95017e9284ffa72249a1674c442ca6c69d0ca2
Description: Constrain DVD MPEG2 sizes as GStreamer DVD stuff doesn't seem to
 be totally spec compliant - this should now work for pretty much any source.
Bug: https://bugs.launchpad.net/bugs/399725
---
 presets/dvd.xml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--- arista-0.9.3+repack.orig/presets/dvd.xml
+++ arista-0.9.3+repack/presets/dvd.xml
@@ -8,7 +8,7 @@
         <name>Daniel G. Taylor</name>
         <email>dan@programmer-art.org</email>
     </author>
-    <version>1.0</version>
+    <version>1.1</version>
     <icon>file://dvd.svg</icon>
     <default>DivX Home Theater</default>
     
@@ -28,8 +28,8 @@
             <passes>
                 <pass>format=9 bitrate=4000</pass>
             </passes> 
-            <width>16, 4096</width>
-            <height>16, 4096</height>
+            <width>320, 720</width>
+            <height>240, 576</height>
             <rate>25</rate>
         </video>
     </preset>
@@ -49,8 +49,8 @@
             <passes>
                 <pass>format=9 bitrate=4000</pass>
             </passes> 
-            <width>16, 4096</width>
-            <height>16, 4096</height>
+            <width>320, 720</width>
+            <height>240, 576</height>
             <rate>24</rate>
         </video>
     </preset>