Open
Description
Program version
5.1.5
Operating System
Windows
Type
CLI
Service
Crunchyroll
Command used
--service crunchy --series G7PU3PVJ9 --episode 1-9
Show ID
G7PU3PVJ9
Episode
1
Console Output
Stream #0:3: Attachment: none
Metadata:
filename : D:\Usuarios\Pedro\anidl\fonts\trebuc.ttf
mimetype : application/x-truetype-font
Stream #0:4: Attachment: none
Metadata:
filename : D:\Usuarios\Pedro\anidl\fonts\trebucbd.ttf
mimetype : application/x-truetype-font
Stream #0:5: Attachment: none
Metadata:
filename : D:\Usuarios\Pedro\anidl\fonts\trebucbi.ttf
mimetype : application/x-truetype-font
Stream #0:6: Attachment: none
Metadata:
filename : D:\Usuarios\Pedro\anidl\fonts\trebucit.ttf
mimetype : application/x-truetype-font
Stream #0:7: Attachment: none
Metadata:
filename : D:\Usuarios\Pedro\anidl\fonts\times.ttf
mimetype : application/x-truetype-font
Stream #0:8: Attachment: none
Metadata:
filename : D:\Usuarios\Pedro\anidl\fonts\timesbd.ttf
mimetype : application/x-truetype-font
Stream #0:9: Attachment: none
Metadata:
filename : D:\Usuarios\Pedro\anidl\fonts\timesbi.ttf
mimetype : application/x-truetype-font
Stream #0:10: Attachment: none
Metadata:
filename : D:\Usuarios\Pedro\anidl\fonts\timesi.ttf
mimetype : application/x-truetype-font
Additional Information
cli-default.yml is as follow:
# Set the quality of the stream, 0 is highest available.
q: 0
# Set which stream to use
kstream: 1
# Set which server to use
server: 1
# How many parts to download at once. Increasing may improve download speed.
partsize: 10
# Set whether to mux into an mp4 or not. Not recommended.
mp4: false
# Whether to delete any created files or not
nocleanup: false
# Whether to only download the relevant video once
dlVideoOnce: false
# Whether to keep all downloaded videos or only a single copy
keepAllVideos: false
# What to use as the file name template
fileName: "${showTitle}\\S${season}\\[BUFFON] ${showTitle} S${season}E${episode} [${service} WEBRip-${height}p H265]"
# Enable chapters
chapters: true
# What Audio languages to download
dubLang: ["jpn", "por"]
# What Subtitle languages to download
dlsubs: ["pt-BR"]
# What language Audio to set as default
defaultAudio: "por"
# Force the use of ffmpeg as the muxer
forceMuxer: "ffmpeg"
# Define ffmpeg options
ffmpegOptions: [
"-c:v hevc_nvenc",
"-rc-lookahead 32",
"-crf 20",
"-c:a copy",
"-metadata:s:v:0 title='h265 - Encoded By Buffon'",
"-metadata:s:v:0 language=jpn",
"-metadata:s:a:0 title='Japanese'",
"-metadata:s:a:0 language=jpn",
"-metadata:s:a:1 title='Brazilian CR'",
"-metadata:s:a:1 language=por",
"-disposition:a:1 default+forced",
"-metadata:s:s:0 title='Brazilian CR'",
"-metadata:s:s:0 language=por",
"-disposition:s:0 default",
"-metadata:s:s:1 title='Brazilian CR (Forced)'",
"-metadata:s:s:1 language=por",
"-disposition:s:1 default+forced"
]
So when ffmpeg adds the fonts file, the path is added too, is there a way to omit the path?