pcroland / deew

Dolby Encoding Engine Wrapper
https://deew.dev
MIT License
195 stars 20 forks source link

[BUG] All encoding fails after upgrading from 3.0.1 to 3.2.1 #59

Closed GrzeWier closed 2 months ago

GrzeWier commented 2 months ago

Description of the the bug Hi I recently upgraded from DEEW 3.0.1 to 3.2.1 Now all TrueHD to DDP encoding fails with this error: pcm_to_ddp: Check input and downmix config. Resulting output channels: 0 is not allowed. Valid value(s): 8.

DTS-MA to DDP works fine.

I am using DEE 5.2.1 and ffmpeg 7.0 essentials

Command used: deew.exe -i input.mkv -ti 1 -o C:\_audio DDP profile is set to bluray 1536

After restoring DEEW 3.0.1 everything works fine again.

Version 3.2.1

OS Windows 10

pcroland commented 2 months ago

Try to run it with -k and see if it generates the temp file as intended.

GrzeWier commented 2 months ago

Closing as false positive. I was something on my end.