Free YouTube Subscribers

MahaKurawa MP4 V-A Extractor Version 1.0

Main User Interface

Description:

This software is a portable tool to extract video and audio file that contained by a .MP4 format. This software will not convert any video and audio file from yout .mp4 file. This software just extract them as it is. This tool is made for that specific purpose.
This tool "MahaKurawa MP4 V-A Extractor V.10" can be obtained for free on https://www.mahakurawa.my.id.

-------------------------------------------------------------------------------------------------------------------

DOWNLOAD:

-------------------------------------------------------------------------------------------------------------------

Windows Version:

To use, just double click "MahaKurawaMP4V-AExtractorV1.0.exe" to launch the software. For now, it's just support 64bits PC.
The FFmpeg already included in the archive, so, when you download the Windows version, the size of file indeed very much bigger than GNU/Linux version.

GNU/Linux Version:

To use, just double click "MahaKurawaMP4V-AExtractorV1.0.bin" to launch the software. For now, it's just support 64bits PC.

Make sure you already make the software can launch as executable file.

chmod a+x MahaKurawaMP4V-AExtractorV1.0.bin

or right click on file, click Properties, click tab Permissions, checklist the "Allow this file to run as a program"

Pic 2 Example
Allow this file to run as a program checklist

Dependencies:

This software is dependent on FFmpeg, make sure you already installed FFmpeg on your system.

On Windows
The file FFmpeg, already included in the archive. So, you don't need to find another. Always put ffmpeg.exe, ffprobe.exe on the same folder as the main program. 

On Linux

Install FFmpeg Debian/Ubuntu/Linux Mint.
Open a new terminal (CTRL+ALT+T) and then run the following commands.

$ sudo apt update
$ sudo apt install ffmpeg
$ ffmpeg -version

Install FFmpeg on CentOS and RHEL
To install FFmpeg on CentOS and RHEL distributions, you need to enable EPEL and RPM Fusion repository on the system using the following commands.

To install and enable EPEL, use the following command.

# yum install epel-release

To install and enable RPM Fusion, use the following command on your distribution version.

-------------- On CentOS & RHEL 8.x --------------
# yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm

-------------- On CentOS & RHEL 7.x --------------
# yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm

-------------- On CentOS & RHEL 6.x --------------
# yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-6.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-6.noarch.rpm

After enabling repositories, run the following command to install FFmpeg:

# yum install ffmpeg ffmpeg-devel
# ffmpeg -version

Install FFmpeg on Fedora

On Fedora, you need to install and enable RPM Fusion to install FFmpeg as shown.

$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
$ sudo dnf install ffmpeg ffmpeg-devel
$ ffmpeg -version

Install FFmpeg on Arch Linux

$ sudo pacman -S ffmpeg
$ yay -S ffmpeg-git
$ yay -S ffmpeg-full-git
$ ffmpeg -version

Install FFmpeg on openSUSE

-------------- On openSUSE Tumbleweed --------------
$ sudo zypper addrepo -cfp 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/' packman
$ sudo zypper refresh
$ sudo zypper install --from packman ffmpeg
$ ffmpeg -version


-------------- On openSUSE Leap --------------
$ sudo zypper addrepo -cfp 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/' packman
$ sudo zypper refresh
$ sudo zypper install --from packman ffmpeg
$ ffmpeg -version

and then you can launch the program as specified above.

If you got any problem or suggestion, just put that on this post comment below.

Post a Comment

0 Comments