summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythexport/linhes2.diff
blob: 8a1cee66c392a46a8a2c138068f25db6e4ec00cd (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
diff -ruaN mythexport-2.2.3.orig//etc/apache2/sites-available/mythexport.conf mythexport-2.2.3/etc/apache2/sites-available/mythexport.conf
--- mythexport-2.2.3.orig//etc/apache2/sites-available/mythexport.conf	2011-04-26 06:04:09.000000000 +0000
+++ mythexport-2.2.3/etc/apache2/sites-available/mythexport.conf	1970-01-01 00:00:00.000000000 +0000
@@ -1,19 +0,0 @@
-<Directory "/var/www/mythexport">
-        AllowOverride None
-        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
-        Order allow,deny
-        Allow from all
-        <Files *.cgi>
-            SetHandler cgi-script
-            Options +ExecCGI
-        </Files>
-		
-        DirectoryIndex file.cgi
-        # Turned off as we are now hosting up more than just a RSS feed
-        #RewriteEngine on
-        #RewriteRule ^([A-Za-z0-9-_]+)/?$ mythexportRSS.cgi?podcastName=$1 [L]
-</Directory>
-<Directory "/var/www/.mythtv">
-        AllowOverride None
-        Deny from all
-</Directory>
diff -ruaN mythexport-2.2.3.orig//etc/mythtv/mythexport/mythexport.cfg mythexport-2.2.3/etc/mythtv/mythexport/mythexport.cfg
--- mythexport-2.2.3.orig//etc/mythtv/mythexport/mythexport.cfg	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/etc/mythtv/mythexport/mythexport.cfg	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,2 @@
+dir=/myth/mythexport
+
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/Android.pm mythexport-2.2.3/usr/share/mythexport/configs/Android.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/Android.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/Android.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package Android;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "Handbrake MPEG4 output for Android devices.";
+my $devices = "Android";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o '$self->{_outputFile}$self->{_extension}\' -f mp4 -w 480 -l 320 --deinterlace=\"slow\" -e x264 -x cabac=0:deblock=1,0:analyse=0x1,0x111:bitrate=416:psy_rd=1.0,0.0:chroma_me=1:chroma_qp_offset=-2:threads=3:nr=0:keyint=250:keyint_min=25:scenecut=40:bitrate=416:ratetol=1.0:qcomp=0.60:qpmin=10:qpmax=51:qpstep=4:cplxblur=20.0:qblur=0.5 -a 1 -E faac -B 96 -R 44.1 -6 stereo -D 1 -v -2 -T");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/AppleTV.pm mythexport-2.2.3/usr/share/mythexport/configs/AppleTV.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/AppleTV.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/AppleTV.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package AppleTV;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's settings for the AppleTV and 2009's iPhone and iPod Touch lineup. Provides a good balance between quality and file size, and pushes the devices to their limits. Includes Dolby Digital 5.1 AC3 sound for the AppleTV.";
+my $devices = "AppleTV";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"AppleTV\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/AppleTV2.pm mythexport-2.2.3/usr/share/mythexport/configs/AppleTV2.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/AppleTV2.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/AppleTV2.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package AppleTV2;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's preset for the Apple TV (2nd gen) is optimized for viewing on its 1280x720 display.";
+my $devices = "AppleTV2";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"AppleTV 2\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/Classic.pm mythexport-2.2.3/usr/share/mythexport/configs/Classic.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/Classic.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/Classic.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package Classic;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's traditional, faster, lower-quality settings.";
+my $devices = "";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"Classic\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/HighProfile.pm mythexport-2.2.3/usr/share/mythexport/configs/HighProfile.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/HighProfile.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/HighProfile.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package HighProfile;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's general-purpose preset for High Profile H.264 video, with all the bells and whistles.";
+my $devices = "";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"High Profile\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/NIT.pm mythexport-2.2.3/usr/share/mythexport/configs/NIT.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/NIT.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/NIT.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package NIT;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "High Quality export for Nokia Internet Tablets (used BeyondPod).";
+my $devices = "N770, N800 and N900";
+my $notes = "Tested fine on Andriod phones and tablets.";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("/usr/bin/tablet-encode -q -p mplayer \'$self->{_inputFile}\' \'$self->{_outputFile}$self->{_extension}\'");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/NIT900.pm mythexport-2.2.3/usr/share/mythexport/configs/NIT900.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/NIT900.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/NIT900.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package NIT900;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "High Quality export for N900.";
+my $devices = "N900";
+my $notes = "Tested fine on Andriod phones and tablets (used BeyondPod).";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("/usr/bin/tablet-encode -q -p n900 \'$self->{_inputFile}\' \'$self->{_outputFile}$self->{_extension}\'");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/Normal.pm mythexport-2.2.3/usr/share/mythexport/configs/Normal.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/Normal.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/Normal.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package Normal;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's normal, default settings.";
+my $devices = "";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"Normal\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/PortableH264HighRes.pm mythexport-2.2.3/usr/share/mythexport/configs/PortableH264HighRes.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/PortableH264HighRes.pm	2011-04-26 06:04:09.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/PortableH264HighRes.pm	1970-01-01 00:00:00.000000000 +0000
@@ -1,28 +0,0 @@
-#!/usr/bin/perl 
-
-package PortableH264HighRes;
-
-use ExportBase;
-
-our @ISA = qw(ExportBase);
-
-my $description = "High Resolution (800x400) Portable H264 Settings.";
-my $devices = "High Resolution Android Devices (example Droid, Evo, N1), iPod Touch, iPhone, iPad";
-my $notes = "Requires AAC, <a href=\"https://help.ubuntu.com/community/Medibuntu\">activate Medibuntu</a>";
-my $version = "1.0";
-
-sub new{
-    my $class = shift;
-    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
-    bless $self, $class;
-    return $self;
-}
-
-sub export{
-    my( $self ) = @_;
-
-    system("ffmpeg -i \'$self->{_inputFile}\' -y -pass 1 -an -vcodec libx264 -vpre slowfirstpass -vpre ipod640 -b 1500kb -bt 1000kb -threads 0 -s 800x480 -aspect 16:9 -f ipod \'$self->{_outputFile}$self->{_extension}\' && ffmpeg -i \'$self->{_inputFile}\' -y -pass 2 -vcodec libx264 -vpre hq -vpre ipod640 -b 1500kb -bt 1000kb -threads 0 -s 800x480 -acodec libfaac -ab 192kb -ac 2 -aspect 16:9 -f ipod \'$self->{_outputFile}$self->{_extension}\'");
-
-}
-
-1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/PortableH264LowRes.pm mythexport-2.2.3/usr/share/mythexport/configs/PortableH264LowRes.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/PortableH264LowRes.pm	2011-04-26 06:04:09.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/PortableH264LowRes.pm	1970-01-01 00:00:00.000000000 +0000
@@ -1,28 +0,0 @@
-#!/usr/bin/perl 
-
-package PortableH264LowRes;
-
-use ExportBase;
-
-our @ISA = qw(ExportBase);
-
-my $description = "Low Resolution (480x320) Portable H264 Settings.";
-my $devices = "Low Resolution Android Devices (example HTC Hero), iPod Classic, iPod Nano";
-my $notes = "Requires AAC, <a href=\"https://help.ubuntu.com/community/Medibuntu\">activate Medibuntu</a>";
-my $version = "1.0";
-
-sub new{
-    my $class = shift;
-    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
-    bless $self, $class;
-    return $self;
-}
-
-sub export{
-    my( $self ) = @_;
-
-    system("ffmpeg -i \'$self->{_inputFile}\' -y -pass 1 -an -vcodec libx264 -vpre slowfirstpass -vpre ipod320 -b 1500kb -bt 1000kb -threads 0 -s 480x320 -aspect 16:9 -f ipod \'$self->{_outputFile}$self->{_extension}\' && ffmpeg -i \'$self->{_inputFile}\' -y -pass 2 -vcodec libx264 -vpre hq -vpre ipod320 -b 1500kb -bt 1000kb -threads 0 -s 480x320 -acodec libfaac -ab 192kb -ac 2 -aspect 16:9 -f ipod \'$self->{_outputFile}$self->{_extension}\'");
-
-}
-
-1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/Universal.pm mythexport-2.2.3/usr/share/mythexport/configs/Universal.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/Universal.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/Universal.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package Universal;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's universally compatible, full resolution settings for all current Apple devices";
+my $devices = "iPod (6G and up), iPhone, AppleTV, and Macs.";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"Universal\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/iPad.pm mythexport-2.2.3/usr/share/mythexport/configs/iPad.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/iPad.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/iPad.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package iPad;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's preset for the iPad is optimized for viewing on its 1024x768 display";
+my $devices = "iPad";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"iPad\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/iPhone.pm mythexport-2.2.3/usr/share/mythexport/configs/iPhone.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/iPhone.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/iPhone.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package iPhone;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's settings for all iPhones and iPod Touches going back to the original iPhone 2G.";
+my $devices = "iPhone and iPod Touch";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"iPhone & iPod Touch\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/iPhone4.pm mythexport-2.2.3/usr/share/mythexport/configs/iPhone4.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/iPhone4.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/iPhone4.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package iPhone4;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's preset for the iPhone 4 is optimized for viewing on its 960x480 display.";
+my $devices = "iPhone 4";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"iPhone 4\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythexport/configs/iPod.pm mythexport-2.2.3/usr/share/mythexport/configs/iPod.pm
--- mythexport-2.2.3.orig//usr/share/mythexport/configs/iPod.pm	1970-01-01 00:00:00.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythexport/configs/iPod.pm	2011-12-21 05:54:19.000000000 +0000
@@ -0,0 +1,28 @@
+#!/usr/bin/perl 
+
+package iPod;
+
+use ExportBase;
+
+our @ISA = qw(ExportBase);
+
+my $description = "HandBrake's low resolution settings, optimized for great playback on the iPod screen, with smaller file size. ";
+my $devices = "iPod (5G and up)";
+my $notes = "";
+my $version = "1.0";
+
+sub new{
+    my $class = shift;
+    my $self = $class->SUPER::new(shift, shift, $description, $devices, $notes, $version);
+    bless $self, $class;
+    return $self;
+}
+
+sub export{
+    my( $self ) = @_;
+
+    system("HandBrakeCLI -i \'$self->{_inputFile}\' -o \'$self->{_outputFile}$self->{_extension}\' --preset=\"iPod\"");
+
+}
+
+1;
diff -ruaN mythexport-2.2.3.orig//usr/share/mythtv/mythexport/images/powered_apache_80x15_2.png mythexport-2.2.3/usr/share/mythtv/mythexport/images/powered_apache_80x15_2.png
--- mythexport-2.2.3.orig//usr/share/mythtv/mythexport/images/powered_apache_80x15_2.png	2011-04-26 06:04:09.000000000 +0000
+++ mythexport-2.2.3/usr/share/mythtv/mythexport/images/powered_apache_80x15_2.png	1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-‰PNG
-
-