-
Notifications
You must be signed in to change notification settings - Fork 240
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
Windows build #69
Comments
Hi @stancho44, Do you prefer to build on Windows but not sure if it works on Windows? It does. You could use a X terminal that supports Linux commands.
Then you can build the package by just following the steps. If you have questions of any step of the build that confuses you, feel free to ask! |
Thanks. I'll try the windows subsystem for Linux. I'll let you know if I have any trouble with it |
hello @wu-yuhui , `root@RyzAndShine:/mnt/c/FFMPEG# ./configure --prefix=/usr/local/transform/ffmpeg --enable-gpl --enable-nonfree --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libvpx --enable-libx264 --enable-libxvid --enable-libopencv --extra-libs='-lTransform360 -lstdc++' : Permission deniedonfigure: did I follow the install wrong? |
Seems like you don't have permission. Try |
I got this error when I put chmod +x configure before the configure command : not found: 9: ./configure: |
Just to confirm, is there a if I do |
I got this when I did ls -al to the FFmpeg directory Sorry for the late response |
If this about is your actual command, it seems like you pasted the command twice. Try this agin?
|
I get the same error root@RyzAndShine:/mnt/c/FFMPEG# ./configure --prefix=/usr/local/transform/ffmpeg --enable-gpl --enable-nonfree --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libvpx --enable-libx264 --enable-libxvid --enable-libopencv --extra-libs='-lTransform360 -lstdc++' |
According to https://stackoverflow.com/questions/33320452/bad-variable-name-using-read-var When they run
The output is
So when looking at your error code and also
I suspect you accidentally modified the |
i had the same when trying to compile ffmpeg. It was because i used windows to clone the git repository but tried configure in the windows subsystem based Ubuntu from windows store. re-cloning from inside ubuntu solved it |
Maybe because the file was created using windows not linux. You should convert it to linux |
Hi, I am trying to get a copy of a build for windows. I was working on ubuntu trying to get a build by following the instructions but was completely lost. I don't use Linux often and I am very confused about what each application do and if I did it successfully. If anyone has a windows build with this filter I would appreciate your kindness.
The text was updated successfully, but these errors were encountered: