How to download only the audio from a Youtube video.

It is possible to download just the audio from a Youtube video. This is very easy. Use youtube-dl to view information about the Youtube video and find the m4a audio track. 4.4 Sat Dec 07 jason@Yog-Sothoth 0: $ youtube-dl -F https://www.youtube.com/watch?v=JWPe9uh7FWU [youtube] JWPe9uh7FWU: Downloading webpage [youtube] JWPe9uh7FWU: Downloading video info webpage [youtube] JWPe9uh7FWU: Downloading js … Read more

How to download videos from websites in 2019.

I having problems with Xvideo service thief in 2019. I cannot get it to download any video files anymore. But youtube-dl still works. Run sudo youtube-dl -U to update it, then it still works. I downloaded a Youtube video easily with it. jason@Yog-Sothoth:~$ youtube-dl https://www.youtube.com/watch?v=82u6gWS-dP4 [youtube] 82u6gWS-dP4: Downloading webpage [youtube] 82u6gWS-dP4: Downloading video info webpage … Read more

Listen to music in the terminal and some other nice Linux tricks.

This nice command allows streaming some nice ambient drone music in the terminal with MPV. Very nice to listen to while doing other things. mpv http://ice.somafm.com/dronezone | sed -n "s/ icy-title: \(.*\)/\x1b[38;5;242m$(date +%T)\x1b[m | \1/p"mpv http://ice.somafm.com/dronezone | sed -n "s/ icy-title: \(.*\)/\x1b[38;5;242m$(date +%T)\x1b[m | \1/p" Play a Youtube video audio only, this is another way … Read more

How to play a Youtube video with MPV and skip to a certain section.

Playing a Youtube video with mpv is very easy, it is also possible to skip to a certain part of the video whenever you wish. Make sure that you have the latest version of Youtube-dl first. sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/bin/youtube-dlsudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/bin/youtube-dl Then run this command, and it should work … Read more

How to block the annoying Youtube overlay at the end of Youtube videos.

Youtube now have an annoying overlay at the end of Youtube videos that shows other videos the viewer (might) be interested in and push this on the viewer, whether they want it or not. But this can be blocked with uBlock Origin. These are my uBlock Origin filter rules. ! 2/14/2018, 7:44:14 AM https://www.salon.com/ www.salon.com##.style__salonIcon___1Eaer … Read more

How to best encode a video for Youtube on Linux.

This simple one-liner will encode a video to a format suitable for Youtube. 4.4 Tue Sep 04 jason@Yog-Sothoth 0: $ ffmpeg -i scorcher.avi -codec:v libx264 -crf 21 -bf 2 -flags +cgop -pix_fmt yuv420p -codec:a aac -strict -2 -b:a 384k -r:a 48000 -movflags faststart scorcher.mp4 This gives good quality output whilst reducing the file-size by 10. … Read more

How to download video from video sites easily on Ubuntu 17.04.

Downloading clips with clipgrabWatch Youtube videos with MPVDownload Youtube videos while playing them with mpv If the xvideoservicethief application does not work for you in 2019, give this one a go instead, it is working very well on multiple websites: https://securitronlinux.com/bejiitaswrath/how-to-download-videos-from-websites-in-2019/. it is called Clibgrab and does the same job as xVideoServiceThief, but works with … Read more

xVideoServiceThief. A good way to download video from websites.

If this program does not work for you in 2019, give this one a go instead, it is working very well on multiple websites: https://securitronlinux.com/bejiitaswrath/how-to-download-videos-from-websites-in-2019/. it is called Clibgrab and does the same job as xVideoServiceThief, but works with Vimeo and Youtube. As well as Dailymotion. The xVideoServiceThief application is a great way to download … Read more

Download a Youtube video to mp3 with the Linux shell.

Firstly, install youtube-dl. jason@darkstar:~/Music$ sudo apt-get install youtube-dljason@darkstar:~/Music$ sudo apt-get install youtube-dl Then run this command with the Youtube video URL. jason@darkstar:~/Music$ youtube-dl -f bestaudio -x –audio-format mp3 –prefer-ffmpeg https://www.youtube.com/watch?v=UWFm2LIYNjg [youtube] UWFm2LIYNjg: Downloading webpage [youtube] UWFm2LIYNjg: Extracting video information [youtube] UWFm2LIYNjg: Downloading DASH manifest [download] Destination: Dune (1983) OST – Dune Prophecy (Long Version)-UWFm2LIYNjg.m4a [download] … Read more

Joe goes to Dreamhack. This is an interesting look at this massive LAN party in Sweden.

This is Joe visiting the Dreamhack LAN party on day 1. This massive gaming exposition hosts gamers from around the world who will challenge each other at various games such as League Of Legends, World of Warcraft and Counterstrike. Counterstrike; even though the graphics are not as good as modern games still has a massive … Read more

Some computing tips to make your day on your computer even smoother.

If you have two Firefox windows open you may drag the tab from one window onto the new tab window on the other window and the tab will be added to the second Firefox window. Do not install the Facebook dislike extension for Google Chrome. I installed that and I got some adware in my browser. … Read more