fivestarlaha.blogg.se

Aegiscorp ffmpeg builds
Aegiscorp ffmpeg builds





# as this can change if the ffmpeg is to be stored on ex. # a "~" means running users home folder :) and should be different from destination dir # If you are running on a shared server or dowsn't have root priviliges you might need to uncomment # to obtain the right links you have to have a look # based on whether you are using a 32bit or 64 bit OS # To make this script working you might need to change the below values # Download FFMPEG static daily build and it's md5 Have made some changes to the script based on the suggestions in this thread, but my problem is I have no output what so ever at this state :( So I think it's time to ask for the next clue #!/bin/bash % Total % Received % Xferd Average Speed Time Time Time Currentġ00 65 100 65 0 0 87 0 -:-:-:-:-:-:- 87Īs this is my first, I would appreciate any "I'm 4 years old" advices and why Try 'tar -help' or 'tar -usage' for more information.

aegiscorp ffmpeg builds aegiscorp ffmpeg builds

If i remove the md5sum part the script is working, but right now the script fails at the | tar -xf | part with this code 00:10:24 (617 KB/s) - ‘’ saved # Consider change second location to use ln -sĪs you can see in the script i would like to add the md5sum check but it fails (got the md5sum check part from Compare md5 sums in bash script) If ! cmp -silent "$file1" "$file2" thenĮcho "md5sum doesn't match.\n exit" >&2Ĭp ffmpeg-*-static/qt-faststart /usr/bin/Ĭp ffmpeg-*-static/qt-faststart /usr/local/bin/ #Download FFMPEG static daily build and it's md5Ĭurl -L | tar -xf | tee -a | cut -d\ -f1 | md5sum > md5sum.txtįile2=".md5" # Still to come, see if the script runs with root privileges else exit

aegiscorp ffmpeg builds

Here is what I've got so far: #!/bin/bash The script should download and install the ffmpeg-static-build from I'm trying to make my first "real" bash script to do some real work than can be executed both manually and through cron jobs.







Aegiscorp ffmpeg builds