4 lines
45 B
Bash
Executable File
4 lines
45 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ffmpeg -i $1 -ar 44100 -ac 2 $2
|