Working with Media Files on Linux

Posted on Sat, Sep 19, 2020 🌲 Flourishing Note Linux

E-book Format Conversion

ffmpeg

This is always the first friend that comes to my mind when I need to do anything about files with audio and video.

Check if WAV files has the same audio data

Upscale images with AI

waifu2x ncnn Vulkan

Record rtmp streams

Record your favorite radio programs.

rtmpdump -r rtmp://fms-base2.mitene.ad.jp/agqr/aandg333 -v -o output.flv

Concat two images with ImageMagick

convert <image1> <image2> +append <result>

Download YouTube videos with youtube-dl