echo "Enter m3u8 link:";read link;echo "Enter output filename:";read filename;ffmpeg -i "$link" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 $filename.mp4
How do I update safely?
-All you have to do is download the 5.05 recovery image (one place to do so is DarkSoftware.xyz) place it on a USB device in the following folder tree /PS4/UPDATE/UPDATE.PUP (make sure you change the file name to just "UPDATE.PUP" if you use the darksoftware link).
Put the USB storage into the left-most USB port and start your console in safe mode by turning it off, then once it is off, hold power for around 12-15 seconds until you hear a second beep, then choose option "(3) Update System Software). Make sure that your .pup file is in the correct folder, and is properly named or you may install the wrong update file (I'm not sure if it just errors out or not). URL
-You would have to disable update blocking through the payload launching menu (if you have blocked updates), then just download the firmware file and update. I would encourage you to d
Calibre is a powerful cross-platform, open source, ebook manager and editing platform. Its calibre-server component can be used to publish an e-book library on a local network. While you can launch calibre-server as a desktop application, it can also be run as a daemon on a headless Linux server.
This tutorial on setting up calibre-server using Ubuntu 14.04 is very good, but dated.
| #!/bin/bash | |
| # brew install x265 | |
| # brew install ffmpeg | |
| # brew install youtube-dl | |
| # brew install imagemagick | |
| ID='U65_uY5N2WM' # YouTube video ID, i.e. https://www.youtube.com/watch?v={ID} | |
| # fetch the video file with youtube-dl |
