ffmpeg-build-script icon indicating copy to clipboard operation
ffmpeg-build-script copied to clipboard

AMF not extracting

Open quamis opened this issue 2 years ago • 1 comments
trafficstars

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

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?

quamis avatar Sep 05 '23 08:09 quamis

this doesn't happen if I git clone the project

quamis avatar Sep 05 '23 11:09 quamis