View | Details | Raw Unified | Return to bug 8150
Collapse All | Expand All

(-)/usr/bin/smogrify- (-2 / +2 lines)
Lines 1123-1129 Link Here
1123
1123
1124
	if ($withsound eq "0") {
1124
	if ($withsound eq "0") {
1125
	    if ($img_ext eq ".jpg") {
1125
	    if ($img_ext eq ".jpg") {
1126
		$syscom=$mplay_command . " -quiet -slave $band -osdlevel 0 -vo jpeg -jpeg quality=$quality -fps 100000 $ss $frames -noframedrop -ao null \"$file\" $extra_params > $curtmpfile 2>/dev/null";
1126
		$syscom=$mplay_command . " -quiet -slave $band -osdlevel 0 -vo jpeg quality=$quality -fps 100000 $ss $frames -noframedrop -ao null \"$file\" $extra_params > $curtmpfile 2>/dev/null";
1127
	    }
1127
	    }
1128
	    else {
1128
	    else {
1129
		$syscom=$mplay_command . " -quiet -slave $band -osdlevel 0 -vo png -z $compression -fps 100000 $ss $frames -noframedrop -ao null \"$file\" $extra_params > $curtmpfile 2>/dev/null";
1129
		$syscom=$mplay_command . " -quiet -slave $band -osdlevel 0 -vo png -z $compression -fps 100000 $ss $frames -noframedrop -ao null \"$file\" $extra_params > $curtmpfile 2>/dev/null";
Lines 1131-1137 Link Here
1131
	}
1131
	}
1132
	else {
1132
	else {
1133
	    if ($img_ext eq ".jpg") {
1133
	    if ($img_ext eq ".jpg") {
1134
		$syscom=$mplay_command . " -quiet -slave $band -osdlevel 0 -vo jpeg -jpeg quality=$quality $ss -noframedrop $frames -ao pcm -mc 0  \"$file\" $extra_params > $curtmpfile 2>/dev/null";
1134
		$syscom=$mplay_command . " -quiet -slave $band -osdlevel 0 -vo jpeg quality=$quality $ss -noframedrop $frames -ao pcm -mc 0  \"$file\" $extra_params > $curtmpfile 2>/dev/null";
1135
	    }
1135
	    }
1136
	    else {
1136
	    else {
1137
		$syscom=$mplay_command . " -quiet -slave $band -osdlevel 0 -vo png -z $compression $ss -noframedrop $frames -ao pcm -mc 0  \"$file\" $extra_params > $curtmpfile 2>/dev/null";
1137
		$syscom=$mplay_command . " -quiet -slave $band -osdlevel 0 -vo png -z $compression $ss -noframedrop $frames -ao pcm -mc 0  \"$file\" $extra_params > $curtmpfile 2>/dev/null";

Return to bug 8150