Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302132 | Differences between
and this patch

Collapse All | Expand All

(-)nuvexport-0.5/export/transcode.pm (-4 / +3 lines)
Lines 81-91 Link Here
81
    # Generate a cutlist?
81
    # Generate a cutlist?
82
        $self->gen_cutlist($episode);
82
        $self->gen_cutlist($episode);
83
83
84
    # Start the transcode command
84
    # Start the transcode command 
85
        $transcode = "$NICE transcode"
85
        $transcode = "$NICE transcode"
86
                   # -V is now the default, but need to keep using it because people are still using an older version of transcode
86
		    .' --print_status 1		# enable status printing 
87
                    .' -V'                     # use YV12/I420 instead of RGB, for faster processing
87
                    .' --progress_rate 16'      # Only print status every 16 frames -- prevents buffer-related slowdowns
88
                    .' --print_status 16'      # Only print status every 16 frames -- prevents buffer-related slowdowns
89
                    ;
88
                    ;
90
    # Take advantage of multiple CPU's?
89
    # Take advantage of multiple CPU's?
91
    # * This has been disabled because it looks like it causes jerkiness.
90
    # * This has been disabled because it looks like it causes jerkiness.

Return to bug 302132