Revert "Hacked avformat-58 to ignore aac Scalable configurations error."
This reverts commit 26da3077437325d9bac1737ca21f8787d5efe16e.
This commit is contained in:
parent
26da307743
commit
c81788429b
1
.gitignore
vendored
1
.gitignore
vendored
@ -333,4 +333,3 @@ ASALocalRun/
|
||||
# manually ignored files
|
||||
/__TODO.txt
|
||||
/DataLayer/LibationContext.db
|
||||
/AaxDecrypter/DecryptLib/avformat-58.dll.bak
|
||||
|
||||
@ -4,10 +4,6 @@
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="DecryptLib\avformat-58.dll.bak" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="taglib-sharp">
|
||||
<HintPath>lib\taglib-sharp.dll</HintPath>
|
||||
|
||||
@ -173,7 +173,7 @@ namespace AaxDecrypter
|
||||
{
|
||||
DecryptProgressUpdate?.Invoke(this, 0);
|
||||
|
||||
var tempRipFile = Path.Combine(outDir, "funny.aac");
|
||||
var tempRipFile = Path.Combine(outDir, "funny.mp4");
|
||||
|
||||
var fail = "WARNING-Decrypt failure. ";
|
||||
|
||||
@ -235,7 +235,7 @@ namespace AaxDecrypter
|
||||
+ audible_iv
|
||||
+ " -i "
|
||||
+ "\"" + inputFileName + "\""
|
||||
+ " -c:a copy -vn -sn -dn -y -f adts "
|
||||
+ " -c:a copy -vn -sn -dn -y "
|
||||
+ "\"" + tempFileName + "\"";
|
||||
|
||||
var info = new ProcessStartInfo
|
||||
|
||||
Binary file not shown.
@ -13,7 +13,7 @@
|
||||
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
|
||||
<Version>4.4.0.42</Version>
|
||||
<Version>4.4.0.34</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user