You are in my Digital Garden.
CLI tools
Last modified: Sep 13th, 2023
ffmpeg
- Remove audio:
-c copy -an - Merge audio and video
- With audio reencode:
-i video.mp4 -i audio.wav -c:v copy -c:a aac - Without reencode:
-i video.mp4 -i audio.wav -c copy
- With audio reencode:
wget
- wget wizard for settings when mirroring websites
rsync
- Good progress output (source):
--info=progress2 --no-i-r -h