-
Create MKV from BDMV with saving chaptering
Apparently ffmpeg does not support Blu-ray chapters directly. MKVToolNix, however, supports reading chapters from the playlist file. If you want to do a full remux (using only mkvmerge from MKVToolNix), you can use the following command: mkvmerge /path/to/BDMV/PLAYLIST/00000.mpls -o /path/to/remux.mkv The created Matroska file includes chapter metadata. If you only need the chapters you can create a “dummy” […]
-
Using FFmpeg with GPU Hardware Acceleration on Google Colab
You can install ffmpeg: Then use command like: Please note: Please use h264_nvenc for H264 encoding, hevc_nvenc for H265 encoding at GPU runtime or libx264 at CPU runtime.
-
FFMPEG convert VOB to any container
Concatenate the desired VOB files into a single stream and mux them to MPEG-2: or Sometime you can convert to avi, mkv, mp4, you can try this:
-
How to Install/Upgrade to PHP 7.4 on RHEL/CentOS VestaCP
STEP 1 : Install Remi Repository and EPEL Repository on your server : RHEL 8 dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm RHEL 7 wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm rpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm subscription-manager repos –enable=rhel-7-server-optional-rpms RHEL 6 wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm wget http://rpms.remirepo.net/enterprise/remi-release-6.rpm rpm -Uvh remi-release-6.rpm epel-release-latest-6.noarch.rpm rhn-channel –add –channel=rhel-$(uname -i)-server-optional-6 CentOS 8 dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm dnf install […]
-
VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
PHP selector for centos 6/7 RUN AT YOUR OWN RISK This install php 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 and 8.0 in your centos 6 and centos 7 **Use sk-php-selector2.sh, in this you can select what php version install sk-php-selector3.sh is same as sk-php-selector2.sh but with simplified code, now in testing ** So […]
-
How to backup IP cameras footage on Cloud FTP storage
Free Backup Your IP Security Cameras to the Cloud Users typically record video and audio from an IP camera to a local hard drive (DVR / NVR). But what if the DVR / NVR hardware fails? Or perhaps a fire? Or worse, as part of a burglary, the DVR / NVR is stolen along with […]
-
Stream your IP camera to Twitch
How to stream your IP camera to Twitch Live with LiveBox247 With Twitch Live, there is a simple to set up and free service to host your IP camera live stream and embed it into your website (and also show it in your twitch.tv). 1. Get the camera stream URL The video stream URL is […]
-
Stream your IP camera to Youtube live
How to stream your IP camera to Youtube Live with LiveBox247 With Youtube Live, there is a simple to set up and free service to host your IP camera live stream and embed it into your website (and also show it in your youtube). 1. Get the camera stream URL The video stream URL is […]
-
Stream your IP camera on Facebook Live
How to stream your IP camera to Facebook Live with LiveBox247 With Facebook Live, there is a simple to set up and free service to host your IP camera live stream and embed it into your website (and also show it in your facebook timeline). 1. Get the camera stream URL The video stream URL […]
-
Configure wifi on Orange Pi with Armbian OS
In following section we will explain how to configure wifi on orange pi. Orange Pi should already have armbian installed/configured and connected to your router though a LAN cable. If armbian is not already installed/configured read this first. connect to Orange Pi using putty and execute following command: # nmtui This will open a GUI […]