Replies: 8 comments 9 replies
|
You have to enable it at line 74 :: you can disable ddp encoding for all the workflows (except 8-1) (YES or NO default = NO). (except 8-1) |
|
I have and it still doesn't work. I have tried every possible combination of settings for converting audio. I actually followed down through the logic and it never seems to call the convertaudio section. As long as MKV is the container, it skips over that section and goes straight to muxing. I don't remember where it was in the code but somewhere I caught a skip if container = MKV. I have also noticed that the temp folder, after demuxing and analyzing the original rip, never contains "audio.format.txt" which, after running through the logic, is also an issue. Here is my settings currently if you want to double-check me just in case. Ignore the input I added on line 1, I did that so I can run different CRFs without changing the batch files. |
|
Can it be added to the workflow in the next update? If that were added, it
would cut my process in half and save me a remux step.
…On Thu, Jun 5, 2025, 6:53 AM R3S3t9999 ***@***.***> wrote:
8-2-1 doesnt have this function.
—
Reply to this email directly, view it on GitHub
<#74 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEO2A2CKCWDGGFDUFV3LQ233CAOSHAVCNFSM6AAAAAB6OZKYZGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZXHAZTKMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
Thanks, I appreciate that! I would do it myself but Powershell is my go-to language and this batch file is a monstrosity of code that makes my head spin trying to follow the logic through without a thorough understanding of all the processes LOL. Kudos to you on this work though, it has made my life so much easier when it comes to my movie rips.
From: R3S3t9999 ***@***.***>
Sent: Thursday, June 5, 2025 1:28 PM
To: R3S3t9999/DoVi_Scripts ***@***.***>
Cc: Crosis47 ***@***.***>; Author ***@***.***>
Subject: Re: [R3S3t9999/DoVi_Scripts] MKV container doesn't allow DDP encoding in the workflow (Discussion #74)
I dont have much time for the script these days but yeah, I can do that. You should disable the script muxing; this way, when the encode is completed, it won't waste time muxing the output.
—
Reply to this email directly, view it on GitHub <#74 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEO2A2HQEYF5H6OTSIRLDT33CB427AVCNFSM6AAAAAB6OZKYZGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZYGI2TIOI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AEO2A2DKTUSZGRWTRPXMDC33CB427A5CNFSM6AAAAAB6OZKYZGWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAZQZZK.gif> Message ID: ***@***.*** ***@***.***> >
…--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
|
|
I didn't say that it would be, though honestly, if it were done in PS, it
would be 1/10 the lines of code that it is currently and a GUI would be far
easier to design for it since you can use .net functions and Windows forms.
All of these repeated processes that run would be functions that are called
when needed, passing the required parameters as inputs and outputting
anything needed to carry to the next step of the workflow.
Believe me, I used to do batch and VBA scripting but when I got into PS, I
find it is so much easier to do complex code than batch. VBA however is
still needed occasionally. PS is basically an updated version of Batch to
be honest.
It would take weeks to sit down and convert this entire script over to PS
and you would need an extremely thorough understanding of every step in
order to know what can be converted to functions and what can't. So it
wouldn't be worth the work at this point.
…On Fri, Jun 6, 2025, 12:10 AM wyup ***@***.***> wrote:
In what way would PowerShell be better than batch .bat with respect to
logic?
—
Reply to this email directly, view it on GitHub
<#74 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEO2A2DVWKGPJSBAEYMUCAD3CEIELAVCNFSM6AAAAAB6OZKYZGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZYGU4DQNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
took 2sec to add actually... This version requires the latest dovi_tool |
|
OK, so I've done a few movies and I have just one more issue. I would like to only keep the re-encoded EAC3 track and drop the lossless originals but it always muxes in the lossless track too. So, I have the settings below, am I missing anything? set MUX=YES |

Uh oh!
There was an error while loading. Please reload this page.
I encode all of my Lossless tracks to 7.1 1024 Kbps for all of my encodes. Is there a reason that I have to do it separately before encoding my rips? I have gone over all of the settings several times over and it seems that when muxing to MKV, it completely skips all of the audio conversion code. Am I missing something or is this by design?
All reactions