Skip to content

Commit

Permalink
Added -vpre ipod640 to Android
Browse files Browse the repository at this point in the history
  • Loading branch information
aduston committed Dec 22, 2010
1 parent 1b6a642 commit 1032459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MSWindows/Windows/ConversionFormats/AndroidVideoFormat.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public override string GetArguments(string inputFileName, string outputFileName)
string sizeArg = GetSizeArgument(inputFileName, this.size); string sizeArg = GetSizeArgument(inputFileName, this.size);
return string.Format( return string.Format(
"-i \"{0}\" -y -acodec aac -ac 2 -strict experimental -ab 160k {1} -vcodec libx264 " + "-i \"{0}\" -y -acodec aac -ac 2 -strict experimental -ab 160k {1} -vcodec libx264 " +
"-vpre slow -crf 22 -f mp4 -threads 0 \"{2}\"", "-vpre slow -vpre ipod640 -crf 22 -f mp4 -threads 0 \"{2}\"",
inputFileName, sizeArg, outputFileName); inputFileName, sizeArg, outputFileName);
} }


Expand Down
6 changes: 3 additions & 3 deletions MSWindows/WindowsSetup/WindowsSetup.vdproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -410,15 +410,15 @@
{ {
"Name" = "8:Microsoft Visual Studio" "Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Miro Video Converter" "ProductName" = "8:Miro Video Converter"
"ProductCode" = "8:{89B39D76-E66B-4D51-BDF7-ECE44F30AAE7}" "ProductCode" = "8:{61AA0F45-E934-4D38-93CC-C0CED66A4BBD}"
"PackageCode" = "8:{6A58B88D-1191-444D-9D3B-832261948495}" "PackageCode" = "8:{8415BC2C-81FE-4CC5-8EA0-758E4BCE51CA}"
"UpgradeCode" = "8:{88A3135E-03D0-4D44-85E7-31F046510CA6}" "UpgradeCode" = "8:{88A3135E-03D0-4D44-85E7-31F046510CA6}"
"AspNetVersion" = "8:4.0.30319.0" "AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE" "RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE" "InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.7.0" "ProductVersion" = "8:1.7.2"
"Manufacturer" = "8:Participatory Culture Foundation" "Manufacturer" = "8:Participatory Culture Foundation"
"ARPHELPTELEPHONE" = "8:" "ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:" "ARPHELPLINK" = "8:"
Expand Down

0 comments on commit 1032459

Please sign in to comment.