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-24 00:35:29.000000000 -0600 @@ -81,11 +81,10 @@ # Generate a cutlist? $self->gen_cutlist($episode); - # Start the transcode command + # Start the transcode command $transcode = "$NICE transcode" - # -V is now the default, but need to keep using it because people are still using an older version of transcode - .' -V' # use YV12/I420 instead of RGB, for faster processing - .' --print_status 16' # Only print status every 16 frames -- prevents buffer-related slowdowns + .' --print_status 1 # enable status printing + .' --progress_rate 16' # Only print status every 16 frames -- prevents buffer-related slowdowns ; # Take advantage of multiple CPU's? # * This has been disabled because it looks like it causes jerkiness.