3 lines
70 B
Bash
3 lines
70 B
Bash
#!/bin/bash
|
|
ffmpeg -f concat -safe 0 -i input.txt -c copy 091-100.mp3
|
#!/bin/bash
|
|
ffmpeg -f concat -safe 0 -i input.txt -c copy 091-100.mp3
|