X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=scripts%2Fmanicure.rb;fp=scripts%2Fmanicure.rb;h=317ea05aa784648ca661c84a125a4fee0eacba7b;hb=b2619e25530da237e59cbd52a56da388bccface8;hp=251c77ab3e5bdc2ab2e482621634cbd54c5c5227;hpb=383c87a19c4d8ae0a9fd3967ab8a2971f4ffad56;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/scripts/manicure.rb b/scripts/manicure.rb index 251c77ab..317ea05a 100755 --- a/scripts/manicure.rb +++ b/scripts/manicure.rb @@ -751,7 +751,7 @@ class Display #iPod MP4 atom if hash["Mp4iPodCompatible"].to_i == 1 - commandString << "job->ipod_atom = 1;\n " + commandString << "job->ipod_atom = 1;\n " end # 64-bit files @@ -896,7 +896,7 @@ class Display commandString << "job->crop[0] = " << hash["PictureTopCrop"].to_s << ";\n " commandString << "job->crop[1] = " << hash["PictureBottomCrop"].to_s << ";\n " commandString << "job->crop[2] = " << hash["PictureLeftCrop"].to_s << ";\n " - commandString << "job->crop[4] - " << hash["PictureRightCrop"].to_s << ";\n " + commandString << "job->crop[4] = " << hash["PictureRightCrop"].to_s << ";\n " end #Dimensions @@ -982,7 +982,7 @@ class Display if hash["VideoGrayScale"] == 1 then commandString << "job->grayscale = 1;\n " end if hash["VideoTwoPass"] == 1 then commandString << "twoPass = 1;\n " end if hash["VideoTurboTwoPass"] == 1 then commandString << "turbo_opts_enabled = 1;\n" end - + commandString << "\n" commandString << "}" # That's it, print to screen now @@ -1254,4 +1254,4 @@ else # Direct the user to the help puts "\n\tUsage: manicure.rb [options]" puts "\tSee help with -h or --help" -end \ No newline at end of file +end