Entries

How to shift times in Aegisub in Linux [with screenshots]

Sometimes it happens that subtitles are not passing to audio track in your video. There could be multiple reasons: another copy of the same film, for example, or a result of re-encoding video. For those cases Aegisub has embedded batch processor for timestamps, which can adjust start and ending points for existing timestamps.

Usage is very simple

1. Open subtitle file

Read more

Written by Administrator on Saturday April 18, 2020

Burning subtitles permanently into video: PROS and CONS

In case you consider whether to burn subtitles in video permanently of just bind video file with subtitle file, keep take a look on following article, describing pros and cons. List is not full, but covers main aspects.

Advantages of burning subtitles directly into video

You don't care about whether your player can bind subtitles to video or not.

You can view a video on every player without solving a problem with an additional files with subtitles.

You can use almost every video player with proper codec

Different video players work with different subtitles format files. Just image, that before you watch the video, you have to check, if subtitles file format is suitable for you (.vtt, .srt, .ttml etc). In case format of your subtitle file is inappropriate, you can surely convert it, but it will take time. In case subtitles are burnt in video, you don't have this kind of problem.

Read more

Written by Administrator on Saturday April 18, 2020

How to install qBittorrent on Linux Lite?

Linux Lite is using standard Ubuntu repositories, and qBittorrent is not part of it. So we have to add additional repository and then install qBittorrent client from it.

Adding qBittorrent repository

$ sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable

Then update the repo:

$ sudo apt-get update

Read more

Written by Administrator on Friday April 17, 2020

How to install Wifite on Mabox Linux (Manjaro)

To install wifite tool in Mabox Linux it's enough to use pacman package manager:

$ sudo pacman -S wifite

output:

resolving dependencies...
looking for conflicting packages...

Packages (3) aircrack-ng-1.6-2  ethtool-1:5.4-1  wifite-1:87.r139.918a499-2

Total Download Size:   0.70 MiB
Total Installed Size:  2.74 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
error: failed retrieving file 'ethtool-1:5.4-1-x86_64.pkg.tar.zst' from mirror.dkm.cz : Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
 ethtool-1:5.4-1-...   134.3 KiB  15.1 KiB/s 00:09 [######################] 100%
error: failed retrieving file 'aircrack-ng-1.6-2-x86_64.pkg.tar.zst' from mirror.dkm.cz : Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
 aircrack-ng-1.6-...   546.3 KiB  42.3 KiB/s 00:13 [######################] 100%
 wifite-1:87.r139...    31.5 KiB  72.3 KiB/s 00:00 [######################] 100%
(3/3) checking keys in keyring                     [######################] 100%
(3/3) checking package integrity                   [######################] 100%
(3/3) loading package files                        [######################] 100%
(3/3) checking for file conflicts                  [######################] 100%
(3/3) checking available disk space                [######################] 100%
:: Processing package changes...
(1/3) installing ethtool                           [######################] 100%
(2/3) installing aircrack-ng                       [######################] 100%
(3/3) installing wifite                            [######################] 100%
Optional dependencies for wifite
    reaver: WPS attack support
    pyrit: detect WPA handshakes
    wireshark-cli: detect handshakes
    cowpatty: detect WPA handshakes
    macchanger: change MAC for attacks
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

Read more

Written by Administrator on Tuesday April 14, 2020

How to install VLC in openSUSE

VLC player is not part of standard openSUSE repositories, so we have to add additional repository for VLC and its tools:

Adding VLC repository

For openSUSE Leap 15.0:

$ sudo zypper ar http://download.videolan.org/pub/vlc/SuSE/Leap_15.0/ VLC

For openSUSE Leap 15.1:

$ sudo zypper ar http://download.videolan.org/pub/vlc/SuSE/Leap_15.1/ VLC

Read more

Written by Administrator on Monday April 13, 2020