|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by bootforce in CentOS, Linux, Bourne Shell (sh)
Hai Im Using This Command For Compressing Mp3 In Linux
#!/bin/bash
for f in *.mp3; do
ffmpeg -i "$f" -ab 64k tmp.mp3
mv tmp.mp3 "$f"
done
This Command Is Compressing Mp3 In Present Working Directoy Not Sub Directories
I Want A Command Which Can Compress The Mp3 whole directory tree of mp3 files
I would like the output file to be the same as the input file (rewrite)
Please Give Some Good Shell Command To Work Out
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625