nu774 / qaac

CLI QuickTime AAC/ALAC encoder
Other
780 stars 40 forks source link

Arm64 Apple Silicon #96

Open DiaDiaDia99 opened 6 months ago

DiaDiaDia99 commented 6 months ago

It doesn't work on windows arm with parallels vm

livcm commented 5 months ago

You have to install QuickTime in the VM first

DiaDiaDia99 commented 5 months ago

The same error persists Screenshot 2024-01-27, 2 27 24 μμ

livcm commented 5 months ago

Try another directory

DiaDiaDia99 commented 5 months ago

Στιγμιότυπο οθόνης 2024-01-27, 10 14 27 μμ

.<<

livcm commented 5 months ago

It looks like some dlls missed. Leave your email and I will send them to you. Copy them to the path of qaac.exe.

DiaDiaDia99 commented 5 months ago

I think I'm missing a step. Can you do an installation tutorial on YouTube? I'm using foobar2000's interface to do conversions. On my x86 windows pc it works every time by locating the qaac.exe, but here under the vm it doesn't. I'm suspecting that it's maybe a compatibility issue.

livcm commented 5 months ago

Sorry I haven’t the YouTube account. I use qaac with AIMP, which works very well.

image

Here’s the parameters

# For ALAC
qaac64.exe --alac --ignorelength - -o %output%
# For AAC with VBR
qaac64.exe -s --tvbr 127 --ignorelength - -o %output%
DiaDiaDia99 commented 5 months ago

I'll check it out. Thanks!