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

Incorrect path specified #4

Closed
Jouveer opened this issue Jul 10, 2019 · 3 comments
Closed

Incorrect path specified #4

Jouveer opened this issue Jul 10, 2019 · 3 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Jouveer
Copy link

Jouveer commented Jul 10, 2019

When running a command sequence such as:
!top Vaxei
!render strains 20s

Video encoding fails because there is a space in path due to the windows username.

[2019-07-10T16:56:25.676Z] { Error: Command failed: C:\Users\Jouveer Naidoo\Desktop\osu!Bot\flowabot\node_modules\ffmpeg-static\bin\win32\x64\ffmpeg.exe -loop 1 -r 60 -i "C:\tmp\frames\403990016\map\bg.png" -f image2 -r 60 -s 400x300 -pix_fmt rgba -c:v rawvideo -i /tmp/frames/403990016/%d.rgba -ss 261.1 -i "C:\tmp\frames\403990016\map\audio.mp3" -filter:a "afade=t=out:st=31:d=0.5,atempo=1.5,volume=0.7" -filter_complex "overlay=(W-w)/2:shortest=1" -pix_fmt yuv420p -r 60 -c:v libx264 -b:v 2184.5333333333333k -c:a aac -shortest -preset veryfast /tmp/frames/403990016/video.mp4

'C:\Users\Jouveer' is not recognized as an internal or external command,
operable program or batch file.

Windows 10 operating system

@LeaPhant
Copy link
Owner

04519e4 should fix this.

I was also using hardcoded /tmp paths which wouldn't have worked on Windows anyway.

Please try and report back cause I have no Windows machine to test on.

@LeaPhant LeaPhant added the bug Something isn't working label Jul 10, 2019
@Jouveer
Copy link
Author

Jouveer commented Jul 11, 2019

Pulled and installed the latest version and still get the same error

@Jouveer
Copy link
Author

Jouveer commented Jul 11, 2019

Got this to work with #9

@LeaPhant LeaPhant added the wontfix This will not be worked on label Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants