Avconv only converts 3 seconds of audio instead of the entire 30 minutes
0
votes
1
answer
39
views
this is my code
dir=Desktop/mp3convert #I left out the whole t
find "${dir:-.}" -name "*.mp3" -exec avconv -i {} -b 64k -ar 44100 -ac 1 {} \;
Asked by Tim Sutyak
(1 rep)
Jan 9, 2020, 04:28 PM
Last activity: Jan 10, 2020, 04:04 PM
Last activity: Jan 10, 2020, 04:04 PM