Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 84
View file
ffx264-3.7.1.tar.gz/ffx264
Changed
@@ -673,21 +673,18 @@ printf "Specify the Denoise Strength [0-999.9 - default is 3.5]: " read ds test -z "$ds" && sigma="3.5" || sigma="$ds" - printf "Specify the Local Patch Size [default is 4]: " + printf "Specify the Local Patch Size [4-6 - default is 4]: " read lps test -z "$lps" && block="4" || block="$lps" printf "Specify the Sliding Step for Processing Blocks [1-64 - default is 2]: " read sspb test -z "$sspb" && bstep="2" || bstep="$sspb" - printf "Specify the Filtering Estimation Mode [basic/final - default is final]: " - read fem - test -z "$fem" && estim="final" || estim="$fem" printf "Filter only the Luma planes? [y/N]: " read fluma if [ "$fluma" = "y" -o "$fluma" = "Y" ]; then planes=":planes=1" fi - denoise="bm3d=sigma=$sigma:block=$block:bstep=$bstep:estim=$estim$planes," + denoise="bm3d=sigma=$sigma:block=$block:bstep=$bstep$planes," ;; *) error "-> Invalid option!"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.