We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running bash <(curl -s "https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/master/web-install-gpl-and-non-free.sh?v1")
bash <(curl -s "https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/master/web-install-gpl-and-non-free.sh?v1")
And after a while I get
building amf - version 1.4.29 ======================= AMF-1.4.29.tar.gz has already downloaded. Failed to extract AMF-1.4.29.tar.gz
In the build folder, AMF seems to be downloaded and extracted
$ ls ffmpeg-build/packages/*AMF* ffmpeg-build/packages/AMF-1.4.29.tar.gz ffmpeg-build/packages/AMF-1.4.29: AMF-1.4.29
$ ls -R ffmpeg-build/packages/AMF-1.4.29/ | wc -l 1204
I tried removing the AMF archive & folder, re-ran the script, and I got the same result.
Any ideea what's happening?
The text was updated successfully, but these errors were encountered:
this doesn't happen if I git clone the project
Sorry, something went wrong.
No branches or pull requests
I'm running
bash <(curl -s "https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/master/web-install-gpl-and-non-free.sh?v1")
And after a while I get
In the build folder, AMF seems to be downloaded and extracted
I tried removing the AMF archive & folder, re-ran the script, and I got the same result.
Any ideea what's happening?
The text was updated successfully, but these errors were encountered: