Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use FFMPEG from PATH instead of PixivUtil2 root folder #1304

Closed
AldebaraanMKII opened this issue Nov 6, 2023 · 4 comments
Closed

Use FFMPEG from PATH instead of PixivUtil2 root folder #1304

AldebaraanMKII opened this issue Nov 6, 2023 · 4 comments

Comments

@AldebaraanMKII
Copy link

AldebaraanMKII commented Nov 6, 2023

Why does the program needs to have FFMPEG.exe inside the root folder when it can use windows PATH to locate FFMPEG? I am running 4 instances of the program in parallel to speed up download speed (so far no issues) and keeping one copy on each it`s pretty annoying.

@PatrickL546
Copy link
Contributor

It already uses your installed ffmpeg, I don't put ffmpeg inside PixivUtil2 root and it works fine.

@AldebaraanMKII
Copy link
Author

AldebaraanMKII commented Nov 8, 2023

It already uses your installed ffmpeg, I don't put ffmpeg inside PixivUtil2 root and it works fine.

Then why did it not convert the ugoira to mkv? It downloaded them as .zip but no conversion. Here`s my .ini section:

[Ugoira]
writeUgoiraInfo = False
createUgoira = False
createMkv = True
createWebm = False
createWebp = False
createGif = False
createApng = False
deleteUgoira = False
deleteZipFile = False

and here`s the log:
pixivutil.log

running ffmpeg on any console window returns:
"ffmpeg version 5.1.1-full_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers"
which means that the PATH is working.

@PatrickL546
Copy link
Contributor

You need to set createUgoira = False to True as well

@AldebaraanMKII
Copy link
Author

You need to set createUgoira = False to True as well

Yes that fixed it. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants