Skip to content

Instantly share code, notes, and snippets.

@fortunto2
Created August 5, 2018 20:53
Show Gist options
  • Save fortunto2/baecbc41170477a3f6c7d25bad4de126 to your computer and use it in GitHub Desktop.
Save fortunto2/baecbc41170477a3f6c7d25bad4de126 to your computer and use it in GitHub Desktop.
Конвертируем много mp3 в цельную запись для ютуб
ffmpeg -i "concat:01.mp3|02.mp3|03.mp3|04.mp3|05.mp3|06.mp3|07.mp3|08.mp3|09.mp3|10.mp3|11.mp3|12.mp3|13.mp3|14.mp3|15.mp3|16.mp3|17.mp3|" -acodec copy output.mp3
ffmpeg -loop 1 -i img.jpeg -i output.mp3 -shortest -acodec copy ubik.mp4
@fortunto2
Copy link
Author

Для видео в цикле
ffmpeg -stream_loop 1 -i pattern.webm -i shammo2.mp3 -shortest -acodec copy loop.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment