https://github.com/harpia7/ogg_mp3
bash script convert ogg folder to mp3 folder
https://github.com/harpia7/ogg_mp3
ffmpeg mp3 ogg shellscript
Last synced: about 2 months ago
JSON representation
bash script convert ogg folder to mp3 folder
- Host: GitHub
- URL: https://github.com/harpia7/ogg_mp3
- Owner: harpia7
- Created: 2023-05-23T14:02:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T14:30:41.000Z (about 3 years ago)
- Last Synced: 2025-10-06T10:03:24.169Z (8 months ago)
- Topics: ffmpeg, mp3, ogg, shellscript
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#ogg_mp3
# Writed script to transcode all ogg audio to mp3 in the folder
# making use of ffmpeg via command line
#
# original file created on 03/2015
#
bash script converts all ogg in folder to mp3!!!
use:
1 - copy to a folder all the .ogg files you want to transcode
2 - copy into this folder ogg_to_mp3.sh and make sure it has rwx execute permission
3 - optional parameter after the command, the bit rate per second, must be written without abbreviations
192k ==>> 192000
256k ==>> 256000
128k ==>> 128000 (default, no parameters)
ex: $ ./ogg_to_mp3.sh 128000
a temporary file will be generated with a list of all .ogg songs
they will all be transcoded to mp3 with requested bitrate
a ogg subfolder will be created where all the original files will be moved
will be temporarily shut down!
ends with "Arquivos Recodificados !!!"