X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=scripts%2Fmanicure.rb;h=32ea30e50d9201f316c34f8a0bd465b4254b945a;hb=63be2faf81f7cfed6e49bb9ae329681d05491a28;hp=982fe3f1c71a2e391039a1f4c1f8ab985136a268;hpb=25e0cbab99a8a2e68d9b199f025451a46f91d820;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/scripts/manicure.rb b/scripts/manicure.rb index 982fe3f1..32ea30e5 100755 --- a/scripts/manicure.rb +++ b/scripts/manicure.rb @@ -473,9 +473,9 @@ class Display #Anamorphic if hash["PicturePAR"] == 1 - commandString << " -p" + commandString << " --strict-anamorphic" elsif hash["PicturePAR"] == 2 - commandString << " -P" + commandString << " --loose-anamorphic" end #Booleans @@ -718,9 +718,9 @@ class Display #Anamorphic if hash["PicturePAR"] == 1 - commandString << " -p" + commandString << " --strict-anamorphic" elsif hash["PicturePAR"] == 2 - commandString << " -P" + commandString << " --loose-anamorphic" end #Booleans @@ -982,9 +982,9 @@ class Display #Anamorphic if hash["PicturePAR"] == 1 - commandString << "pixelratio = 1;\n " + commandString << "anamorphic_mode = 1;\n " elsif hash["PicturePAR"] == 2 - commandString << "pixelratio = 2;\n " + commandString << "anamorphic_mode = 2;\n " end #Booleans @@ -1228,9 +1228,9 @@ class Display #Anamorphic if hash["PicturePAR"] == 1 - commandString << " -p" + commandString << " --strict-anamorphic" elsif hash["PicturePAR"] == 2 - commandString << " -P" + commandString << " --loose-anamorphic" end #Booleans