Get the latest tech news
Show HN: FFmpeg Pages – because I was tired of fighting FFmpeg
Convert, compress, and extract video/audio using FFmpeg online. Free, fast, and beginner-friendly.
ActionExtract audioRemove audioReplace audioConvert format Copy You can compress video using: ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4 Create a text file file_list.txt: file 'video1.mp4'file 'video2.mp4' Then run: ffmpeg -f concat -safe 0 -i file_list.txt -c copy output.mp4
Or read this on Hacker News