wiki:ffmpeg_commands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:ffmpeg_commands [2024/02/25 11:40] – add Capture desktop antisa | wiki:ffmpeg_commands [2025/11/08 21:40] (current) – add Flac to mp3 conversion antisa | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ffmpeg -hide_banner -framerate 20 -video_size $(xrandr | awk '/ | 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 | ||
| + | |||
| + | |||
| + | ===== Flac to mp3 conversion ===== | ||
| + | find . -name " | ||
| ====== Tested on ====== | ====== Tested on ====== | ||
| Line 19: | Line 27: | ||
| * https:// | * https:// | ||
| + | * https:// | ||
wiki/ffmpeg_commands.1708861228.txt.gz · Last modified: by antisa
