anidl / multi-downloader-nx

Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
MIT License
267 stars 44 forks source link

Minor Inconvenience with English CC #699

Open 21R01A7263 opened 4 months ago

21R01A7263 commented 4 months ago

Program version

5.0.1

Operating System

Windows

Type

CLI

Service

Crunchyroll

Command used

aniDL.exe --service crunchy --series G6NQ5DWZ6 -s G62PCVE23 --dubLang eng --dlsubs --all --originalFontSize false --crapi web --fontSize 75 -e 1 -q 4

Show ID

G62PCVE23

Episode

1

Console Output

When downloading the English Closed Captions of the English Dub of a show, the subtitles are too small, or go out-of-style when the "--fontSize" option is used.

Additional Information

Output of GUI:

Dub Language: English, Subtitles selected: all

vlcsnap-2024-05-23-15h05m11s981

Original Output of CLI:

aniDL.exe --service crunchy --series G6NQ5DWZ6 -s G62PCVE23 --dubLang eng --dlsubs --all --originalFontSize true --crapi web -e 1 -q 4

vlcsnap-2024-05-23-15h06m59s706

Output of CLI with "--fontSize 75" :

aniDL.exe --service crunchy --series G6NQ5DWZ6 -s G62PCVE23 --dubLang eng --dlsubs --all --originalFontSize false --crapi web --fontSize 75 -e 1 -q 4

vlcsnap-2024-05-23-15h06m05s896

Is this a bug or issue on my part?