• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Resolved [1521 hulu] is the secret DD+ sauce a bit off?

Now that HEVC is back on seemingly AAC-only titles, is the secret sauce a bit off the mark for getting DD+ because it seems rather odd that a small subset of episodes (especially of recent series) have AAC only tracks? I mean it's not impossible, but likely? For example, of all The Good Doctor episodes (S1--S6), only three are "AAC-only":-

Code:
> gci -Filter *mp4|ForEach-Object -Parallel {"$(Split-Path -Leaf $_)|" + $(C:\mediainfo\MediaInfo.exe --Inform="Video;%CodecID%|%Format_Profile%|`nAudio;%CodecID%" $_) } -ThrottleLimit 12 -AsJob |Wait-Job|Receive-Job | ConvertFrom-String -Delimiter "\|" -PropertyNames FileName,VideoCodec,VideoProfile,AudioCodec|select -ExcludeProperty RunspaceId|Format-Table

Code:
FileName                                                     VideoCodec VideoProfile      AudioCodec
--------                                                     ---------- ------------      ----------
The Good Doctor_S04E01_Frontline Part 1.mp4                  hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E02_Frontline, Part 2.mp4                 hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E03_Newbies.mp4                           hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E04_Not the Same.mp4                      hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E05_Fault.mp4                             hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E06_Lim.mp4                               hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E07_The Uncertainty Principle.mp4         hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E08_Parenting.mp4                         hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E09_Irresponsible Salad Bar Practices.mp4 hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E10_Decrypt.mp4                           hev1       Main 10@L4.1@Main mp4a-40-2
The Good Doctor_S04E11_We're All Crazy Sometimes.mp4         hev1       Main 10@L4.1@Main mp4a-40-2
The Good Doctor_S04E12_Teeny Blue Eyes.mp4                   hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E13_Spilled Milk.mp4                      hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E14_Gender Reveal.mp4                     hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E15_Waiting.mp4                           hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E16_Dr. Ted.mp4                           hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E17_Letting Go.mp4                        hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E18_Forgive or Forget.mp4                 hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E19_Venga.mp4                             hev1       Main 10@L4.1@Main ec-3
The Good Doctor_S04E20_Vamos.mp4                             hev1       Main 10@L4.1@Main mp4a-40-2

Off-topic but you can use Icaros to add the information to windows explorer for video files. That way you don't need to run a PS script all the time...

1678214718540.png
 
Could be useful for people, but as @RedFox 1 will attest, I have a propensity for breaking software in creative ways, so if I had that running, my File Explorer would probably be crashing every hour or so ;)
 
Back
Top