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

createWebm Error #590

Closed
DessertArbiter opened this issue Dec 14, 2019 · 2 comments
Closed

createWebm Error #590

DessertArbiter opened this issue Dec 14, 2019 · 2 comments

Comments

@DessertArbiter
Copy link

i have ffmpeg.exe in the same folder as PixivUtil2.exe but i get a weird error

Failed to load ffmpeg, createWebm disabled: argument should be integer or bytes-like object, not 'str'
Command used: ffmpeg -encoders.
Please download ffmpeg with libvpx-vp9 encoder enabled.

this is what my config for ffmpeg in config.ini looks like:

[FFmpeg]
ffmpeg = ffmpeg
ffmpegcodec = libvpx-vp9
ffmpegparam = -lossless 1 -vsync 2 -r 999 -pix_fmt yuv420p
webpcodec = libwebp
webpparam = -lossless 0 -q:v 90 -loop 0 -vsync 2 -r 999
@MinichB
Copy link

MinichB commented Dec 14, 2019

I ran into this problem myself
The problem is in v20191214
v20191118 does not have such a problem

@Nandaka
Copy link
Owner

Nandaka commented Dec 15, 2019

updated the subprocess calling, looks like it slightly changed from py2 to py3

35122 pushed a commit to 35122/PixivUtil2 that referenced this issue Oct 30, 2020
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

3 participants