diff -u -r nuvexport-0.5/export/transcode.pm nuvexport-0.5-r1/export/transcode.pm --- nuvexport-0.5/export/transcode.pm 2008-02-19 21:07:26.000000000 -0600 +++ nuvexport-0.5-r1/export/transcode.pm 2010-01-26 18:47:04.000000000 -0600 @@ -219,8 +219,6 @@ # Not an mpeg, or force mythtranscode if ($self->val('force_mythtranscode') || !$episode->{'finfo'}{'is_mpeg'}) { - # swap red/blue -- used with svcd, need to see if it's needed everywhere - $transcode .= ' -k'; # Set up the fifo dirs? if (-e "/tmp/fifodir_$$/vidout" || -e "/tmp/fifodir_$$/audout") { die "Possibly stale mythtranscode fifo's in /tmp/fifodir_$$/.\nPlease remove them before running nuvexport.\n\n";