Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Ffmpeg Protocol not found (download & archive) #303

Closed
GarouTheDevil opened this issue Jan 8, 2024 · 3 comments
Closed

Ffmpeg Protocol not found (download & archive) #303

GarouTheDevil opened this issue Jan 8, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@GarouTheDevil
Copy link

GarouTheDevil commented Jan 8, 2024

Cammand : same use for archive
crunchy-cli download -o "{series_name} S{season_number}E{episode_number} {title}.mkv" -r 1080p -t 100 -s en-US -a ja-JP https://www.crunchyroll.com/watch/GWDU8J729/mash-burnedead-and-the-divine-visionaries

Output :
:: MASHLE: MAGIC AND MUSCLES Season 2 (MASHLE: MAGIC AND MUSCLES The Divine Visionary Candidate Exam Arc)
:: 1. Mash Burnedead and the Divine Visionaries » S02E13
:: Downloading Mash Burnedead and the Divine Visionaries to 'MASHLE: MAGIC AND MUSCLES S02E13 Mash Burnedead and the Divine Visionaries.mkv'
:: Episode: S02E13
:: Audio: ja-JP
:: Subtitles: en-US
:: Resolution: 1920x1080
:: FPS: 23.97

:: An error occurred: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/.crunchy-cli_yznTcp.mp4':
Metadata:
major_brand : iso5
minor_version : 1
compatible_brands: iso5dashmsix
Duration: 00:23:40.00, start: 0.000000, bitrate: 7989 kb/s
Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 7986 kb/s, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc59.37.100 libx264
Input #1, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/.crunchy-cli_3PT4p6.m4a':
Metadata:
major_brand : iso5
minor_version : 1
compatible_brands: iso5dashmsix
Duration: 00:23:40.05, start: 0.000000, bitrate: 131 kb/s
Stream #1:0(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
Input #2, ass, from '/tmp/.crunchy-cli_hhm5DK.ass':
Duration: N/A, bitrate: N/A
Stream #2:0: Subtitle: ass
MASHLE: MAGIC AND MUSCLES S02E13 Mash Burnedead and the Divine Visionaries 1080p.mkv: Protocol not found

@GarouTheDevil GarouTheDevil added the bug Something isn't working label Jan 8, 2024
@GarouTheDevil GarouTheDevil changed the title Ffmpeg Protocol not found (download) Ffmpeg Protocol not found (download & archive) Jan 8, 2024
@bytedream
Copy link
Member

The : sign in the file name confuses ffmpeg. I added a fix which will be available in the next release. Until then, you just can add a ./ to the output flag and it should work fine (e.g. crunchy-cli ... -o "./{series_name} S{season_number}E{episode_number} {title}.mkv" ...)

@GarouTheDevil
Copy link
Author

The : sign in the file name confuses ffmpeg. I added a fix which will be available in the next release. Until then, you just can add a ./ to the output flag and it should work fine (e.g. crunchy-cli ... -o "./{series_name} S{season_number}E{episode_number} {title}.mkv" ...)

The : sign in the file name confuses ffmpeg. I added a fix which will be available in the next release. Until then, you just can add a ./ to the output flag and it should work fine (e.g. crunchy-cli ... -o "./{series_name} S{season_number}E{episode_number} {title}.mkv" ...)

Hmm thank you shall i close

@bytedream
Copy link
Member

Fixed in v3.2.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants