wiki:ffmpeg_commands
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:ffmpeg_commands [2023/04/11 11:36] – created antisa | wiki:ffmpeg_commands [2024/02/29 10:38] (current) – add Add sound to video antisa | ||
---|---|---|---|
Line 5: | Line 5: | ||
ffmpeg -ss 00:29:50 -i video.webm -c copy out.webm | ffmpeg -ss 00:29:50 -i video.webm -c copy out.webm | ||
+ | |||
+ | |||
+ | ===== Capture desktop ===== | ||
+ | |||
+ | ffmpeg -hide_banner -framerate 20 -video_size $(xrandr | awk '/ | ||
+ | |||
+ | |||
+ | ===== Add sound to video ===== | ||
+ | ffmpeg -i input.mp4 -i input.mp3 -c copy -map 0:v:0 -map 1:a:0 output.mp4 | ||
====== Tested on ====== | ====== Tested on ====== | ||
Line 14: | Line 23: | ||
* https:// | * https:// | ||
+ | * https:// |
wiki/ffmpeg_commands.1681212967.txt.gz · Last modified: 2023/04/11 11:36 by antisa