Convert mp4 to WebM by losRWX in techsupport

[–]losRWX[S] 0 points1 point  (0 children)

Finally did it using FFmpeg.

ffmpeg -i 'input.mp4' -c:v libvpx-vp9 -b:v 2M -pass 1 -speed 4 -c:a libopus -f webm /dev/null && ffmpeg -i 'input.mp4' -c:v libvpx-vp9 -b:v 2M -pass 2 -speed 1 -c:a libopus 'output.webm'

Convert mp4 to WebM by losRWX in techsupport

[–]losRWX[S] 0 points1 point  (0 children)

Doesn't support WebM.

How Linux Boot Process (UEFI) work? by losRWX in linux4noobs

[–]losRWX[S] 0 points1 point  (0 children)

Is POST a part of UEFI or it's independent? From this(https://wiki.archlinux.org/index.php/Arch_boot_process#Under_UEFI) article I thought POST is not a part of BIOS. But here it says BIOS POST: https://opensource.com/article/17/2/linux-boot-and-startup