File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ package export::mencoder;
8080 die " Possibly stale mythtranscode fifo's in /tmp/fifodir_$$ /.\n Please remove them before running nuvexport.\n\n " ;
8181 }
8282 # Here, we have to fork off a copy of mythtranscode (need to use --fifosync with mencoder? needs testing)
83- $mythtranscode = " $NICE mythtranscode --showprogress -p $episode ->{transcoder} -c $episode ->{'channel'} -s $episode ->{'start_time_sep'} -f \" /tmp/fifodir_$$ /\" " ;
83+ my $mythtranscode_bin = find_program(' mythtranscode' );
84+ $mythtranscode = " $NICE $mythtranscode_bin --showprogress -p $episode ->{'transcoder'} -c $episode ->{'channel'} -s $episode ->{'start_time_sep'} -f \" /tmp/fifodir_$$ /\" " ;
8485 # On no-audio encodes, we need to do something to keep mythtranscode's audio buffers from filling up available RAM
8586 # $mythtranscode .= ' --fifosync' if ($skip_audio);
8687 # let mythtranscode handle the cutlist
You can’t perform that action at this time.
0 commit comments