Wilson.Wang This version (7037 Apple Silicon) does not crash and works well with Disney+ and Amazon Prime downloads. But it mangles the audio and subtitle tracks for Apple TV. Downloading a show with two audio and one subtitle track results in this (and both audio tracks playing at the same time):
Stream #0:1[0x2](eng): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s
Metadata:
handler_name : Core Media Closed Caption
name : English
Stream #0:2[0x4](deu): Audio: eac3 (Dolby Digital Plus + Dolby Atmos) (ec-3 / 0x332D6365), 48000 Hz, 5.1(side), fltp, 768 kb/s
Metadata:
handler_name : Core Media Audio
name : German
Side data:
Audio Service Type: main
Stream #0:3[0x5](eng): Audio: eac3 (Dolby Digital Plus + Dolby Atmos) (ec-3 / 0x332D6365), 48000 Hz, 5.1(side), fltp, 768 kb/s (default)
Metadata:
handler_name : Core Media Audio
name : English
Side data:
Audio Service Type: main
Stream #0:4[0x6](eng): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s (default)
Metadata:
handler_name : SubtitleHandler
name : English
Stream #0:5[0x7](und): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s
Metadata:
handler_name : SubtitleHandler
Update: Fixed it with ffmpeg (ffmpeg -i input.mp4 -map 0:v -map 0:a -map 0:s:0 -c copy output.mp4), but it would be great if StreamFab processed the selected subtitle track correctly.