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/29 10:38] – add Add sound to video antisa | wiki:ffmpeg_commands [2026/03/21 09:58] (current) – add m4a to mp3 conversion antisa | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ===== Add sound to video ===== | ===== Add sound to video ===== | ||
| ffmpeg -i input.mp4 -i input.mp3 -c copy -map 0:v:0 -map 1:a:0 output.mp4 | 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 " | ||
| + | |||
| + | ===== m4a to mp3 conversion ===== | ||
| + | find . -name " | ||
| ====== Tested on ====== | ====== Tested on ====== | ||
| Line 24: | Line 31: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
wiki/ffmpeg_commands.1709203123.txt.gz · Last modified: by antisa
