Fun with ffmpeg and friends¶
Based on this SO answer.
#!/bin/bash
# $ cat mylist.txt
# file '/path/to/file1'
# file '/path/to/file2'
ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4
- WATCH Interview with
ffmpeg
enthusiast in 2022 - Use to split videos
🔖 Commands¶
More...¶
In addition, there's ImageMagick.