Skip to content

Commit e24af04

Browse files
committed
add a "skip audio" flag to the first pass of multipass -- it may help reduce
memory usage for some people -- I've seen mixed results (sometimes transcode "loses" its audio pull and mythtranscode buffers the audio into RAM). Changes to transcode.pm went in awhile back.
1 parent d4ae2da commit e24af04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/export/transcode/XviD.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ package export::transcode::XviD;
140140
$self->{'transcode_xtra'} = " -y xvid,null $params"
141141
." -R 1,/tmp/xvid.$$.log"
142142
." -w $self->{'v_bitrate'} ";
143-
$self->SUPER::export($episode);
143+
$self->SUPER::export($episode, '', 1);
144144
# Restore the path
145145
$self->{'path'} = $path_bak;
146146
# Second pass

0 commit comments

Comments
 (0)