Fixed ProcessBook overload to preserve chapters.
This commit is contained in:
parent
6bd809c7c6
commit
4d743df643
@ -37,8 +37,6 @@ namespace AaxDecrypter
|
|||||||
WorkingDirectory = Path.GetDirectoryName(FFMpegPath),
|
WorkingDirectory = Path.GetDirectoryName(FFMpegPath),
|
||||||
ArgumentList =
|
ArgumentList =
|
||||||
{
|
{
|
||||||
"-ignore_chapters", //prevents ffmpeg from copying chapter info from aaxc to output file
|
|
||||||
"true",
|
|
||||||
"-audible_key",
|
"-audible_key",
|
||||||
audibleKey,
|
audibleKey,
|
||||||
"-audible_iv",
|
"-audible_iv",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user