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

install FFMPEG on windows OS #3

Closed
maRce10 opened this issue May 10, 2020 · 2 comments
Closed

install FFMPEG on windows OS #3

maRce10 opened this issue May 10, 2020 · 2 comments

Comments

@maRce10
Copy link
Owner

maRce10 commented May 10, 2020

Describe the bug
scrolling_spectro() needs to be tested on windows OS

@maRce10 maRce10 changed the title Bug report on function "X' test scrolling_spectro() on windows OS May 10, 2020
@ronaldehido
Copy link

ronaldehido commented May 20, 2020

Installing FFMPEG on Windows to run scrolling_spectro()

--Download the appropriate version for your Windows OS:

  1. Download static build of FFMPEG for Windows in .ZIP from https://github.com/BtbN/FFmpeg-Builds/releases
    (it should contain the BIN folder)

--Adding to our System Path environment variables
2. Extract content in a folder in (C:). You could name the folder as “ffmpeg”.
3. Copy .EXE files into bin folder. It should be some like “C: /ffmpeg/bin”
4. Go to RUN and type the command: "SystemPropertiesAdvanced.exe" and select “Environment Variables…”
5. Select and edit the “Path” variable
6. Add a new variable and copy the path of bin directory “C: /ffmpeg/bin” and click on OK
7. Confirm that in System variables windows the variable PATHEXT include as value the .EXE extension or add if they are not included and OK

--run FFMPEG
8. Go to Command Prompt (CMD), run as administrator.
9. Write “ffmpeg” and ENTER. It should deploy FFMPEG information with services enabled.
Now FFMPEG is running in windows and you can run the code in R for “dynaSpec”


tested in Windows 10 x64
dynaSpec works.

@maRce10 maRce10 closed this as completed May 20, 2020
@maRce10
Copy link
Owner Author

maRce10 commented May 20, 2020

Thanks Ron!

@maRce10 maRce10 changed the title test scrolling_spectro() on windows OS install FFMPEG on windows OS Jan 28, 2022
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