A question I get asked from time to time is how I run multiple instances of the Minecraft Bedrock server. It is quite easy once you know what tools to use. [read more]
Zippyshare prevents direct downloading to show you more advertisement. And who can blame them? After all they offer a free download/upload service used by millions! So how to bypass their security and create a direct link? [read more]
There is no need to use third party apps!
In your finder window press SHIFT + CMD + . [read more]
NOTE: This solution “burns the subtitles” into the video, so that every viewer of the video will be forced to see them. Use the libass library (make sure your ffmpeg install has the library in the configuration –enable-libass). First convert the subtitles to .ass format: ffmpeg -i subtitles.srt subtitles.assThen add them using a video filter: [read more]
Ffmpeg is a great quick way to convert media files. I often use it to convert audio files to the desired format. the simplest way to use it is like the following example; In the next example I add a codec to convert to mp3; [read more]
In case you want to convert a youtube video to a MP3 file, you could use one of the many online solutions. But if you don’t want all the advertising mess and are not afraid of using your terminal with bash, you can use the following solution. If you have not already installed HOMEBREW do [read more]