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

Using this project on Windows OS without docker #26

Open
thang-d opened this issue Nov 15, 2018 · 1 comment
Open

Using this project on Windows OS without docker #26

thang-d opened this issue Nov 15, 2018 · 1 comment

Comments

@thang-d
Copy link

thang-d commented Nov 15, 2018

I'm using the Windows OS, and I don't like using docker for build and test this project.
So when I ran it showed me an error with ffmpeg path.

I fixed it with the way:

  1. Add package @ffmpeg-installer/ffmpeg with npm i -D @ffmpeg-installer/ffmpeg
  2. Add it to youtube.js like this
    require-package-ffmpeg-installerffmpeg

I think it may help someone who is don't like the docker like me :v

@thang-d
Copy link
Author

thang-d commented Nov 24, 2018

const ffmpegInstaller = require('@ffmpeg-installer/ffmpeg');

ffmpeg.setFfmpegPath(ffmpegInstaller.path);

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

1 participant