Linux Beginner for MM
Beginner for linux user
app တွေစုံတဲ့ store တစ်ခုညွှန်းပါရစေဗျ
https://flathub.org/apps
အဲ့ဒီကနေပီးတော့ ဒေါင်းလော့လုပ်ပုံတွေကို web site အစမှာတင်အကုန်ရှင်းပြထားလို့ လွယ်လွယ်ကူကူဝင်ရောက်လေ့လာနိုင်ပါတယ်
ကျေးဇူးတင်ပါတယ်😄
Applications—Linux Apps on Flathub Browse applications for Linux on Flathub: Popular Apps and Games, Editor's picks, Audio & Video, Developer Tools, Education, Games, Graphics & Photography, Communication & News, Productivity, Science, Settings, Utilities…
ffmpeg (file format & file size reduce software)
လိုအပ်မယ်ထင်တာလေးတွေပဲ collect လုပ်ထားတာပါ
အသေးစိတ်သိချင်တယ်ဆိုရင်တော့ google မှာရှာကြည့်ပေးပါ
$ ffmpeg -i video.mp4
$ ffmpeg -i video.mp4
For example, to convert YouTube flv format videos to mpeg format, run:
$ ffmpeg -i video.flv video.mpeg
$ ffmpeg -i input.mp4 -vn output.mp3
$ ffmpeg -i input.mp4 -filter:v scale=1280:720 -c:a copy output.mp4
$ ffmpeg -i input.mp4 -s 1280x720 -c:a copy output.mp4
The above command will set the resolution of the given video file to 1280x720.
:
$ ffmpeg -i input.mp4 -filter:v scale=640:480 -c:a copy output.mp4
$ ffmpeg -i input.mp4 -s 640x480 -c:a copy output.mp4
file resolution size တွေက
2160p 3840x2160
1440p 2560x1440
1080p 1920x1080
720p 1280x720
480p 854x480
360p 640x360
240p 426x240
$ ffmpeg -i input.mp4 -an output.mp4
ဒီလောက်ဆိုလိုအပ်တာလေးတွေလုပ်ဖို့အဆင်ပြေနိုင်မယ်လို့ထင်မိပါတယ်ဗျ... ဖတ်ပေးတဲ့အတွက်ကျေးဇူးပါ
youtube နဲ့ facebook ကနေ video file တွေ download လုပ်လို့ရတဲ့ software တစ်ခုနဲ့အရင်စကြမလား...
software - youtube-dl
----Install youtube-dl on linux
$ sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
If you don't have curl, use wget instead:
$ sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
$ sudo chmod a+rx /usr/local/bin/youtube-dl
Install Youtube-dl using Pip
$ sudo -H pip install --upgrade youtube-dl
----Update Youtube-dl
$ sudo youtube-dl -U
If you installed it using pip, do:
$ sudo pip install -U youtube-dl
$ sudo apt update
youtube-dl အသုံးပြုနည်းကတော့ terminal (ctrl+alt+t) ထဲမှာ-
$ youtube-dl(space) ေဒါင်းချင်တဲ့ link ကို paste ချ(ctrl+shift+v)
press enter........
ဒီလောက်ပါပဲ
ဒေါင်းတဲ့ video ကို rename တစ်ခါတည်းပြောင်းချင်တယ်ဆိုရင်
$ youtube-dl -o 'custom name' (space) (paste url)
file save ဖို့ location ပါတစ်ခါတည်းပြောင်းချင်ရင်
$ youtube-dl -o '~/Downloads/custom name'(space)(paste url)
အဆင်ပြေကြပါစေဗျ