- Joined
- Mar 2, 2014
- Messages
- 4,088
- Reaction score
- 2,690
- First Language
- Greek
- Primarily Uses
- RMMZ
So here comes something new.
Forget about expensive converters.
Forget about programs that can't export to ogg or whatever you need.
This is big so I putted it into a spoiler button. Press it to read it.
Here is what you can do:
Instead of reading the spoiler, read this pdf file I made:
https://www.dropbox.com/s/psn8ljj259nmr8c/FFMPEG%20FAST%20TUTORIAL.pdf?dl=0
Forget about expensive converters.
Forget about programs that can't export to ogg or whatever you need.
This is big so I putted it into a spoiler button. Press it to read it.
Get your file and put it into your desktop. Let's assume you got an mp3 and you wanna convert it to ogg all right?
Rename your original mp3 file to "a.mp3". You do this because you will need it to have a really short name soon.
Okay you did that? Good!
If you don't have the program "7zip" then open your web browser and visit http://www.7-zip.org/download.html
Take a look at this picture:
https://www.dropbox.com/s/4e1fx60a7ufk35o/1.png?dl=0
As you can see you can download 7zip for a 32 bit system or a 64 bit system. If you are not sure which to get, take the 32 bit.
It will download an installer.
Run the installer after it finish downloading. (see peicture below)
https://www.dropbox.com/s/d7vkl9xeyniwm3t/3.png?dl=0
Press Next and go on as you would do with any other installer. Done?
Now visit https://www.ffmpeg.org/
Click Download as seen on picture below:
https://www.dropbox.com/s/bejzewmsg73bw08/11.png?dl=0
Then click the windows logo and then the text that the green arrow shows on the next picture:
https://www.dropbox.com/s/z8rxdrz5e9lc1df/12.png?dl=0
Select now 32 or 64 bit download.
https://www.dropbox.com/s/3q4h1u8gwkufwjw/13.png?dl=0
It will download. After finishing downloading, you can right click and extract it using 7zip to a folder.
https://www.dropbox.com/s/5ofsmvnckeq3rx1/14.png?dl=0
RENAME the folder to just ffmpeg and cut-paste it into Local Disk C:\
https://www.dropbox.com/s/lcbdq65tf973m5h/21.png?dl=0
Get into that folder. Then get into bin folder.
https://www.dropbox.com/s/yabbm5ocnnrb3wc/22.png?dl=0
You will find three programs. Those are three commands. See the picture below.
https://www.dropbox.com/s/av7d6mmy8y0u7ay/23.png?dl=0
Click Windows start button....
https://www.dropbox.com/s/f6rw90sw8l5q4kz/24.png?dl=0
Go to Search bar and type cmd. Wait for it.... comd application appears. Select it to run.
https://www.dropbox.com/s/a2ubtvd1a3djghc/25.png?dl=0
This is what we call command line.
Type cd\ and press Enter.
This command gets you on the basic folder of C:\ Hard drive, no matter wherever you are.
See? you can now use the command CD (Change DIRECTORY) to enter into the folder ffmpeg.
https://www.dropbox.com/s/x7juwaaafioumhj/32.png?dl=0
Remember I told you to rename that folder to ffmpeg? Type cd ffmpeg
https://www.dropbox.com/s/13s2d1atjyr571h/33.png?dl=0
Then again use cd to get into the folder bin. cd bin
https://www.dropbox.com/s/mowoxlazdk0bi4i/34.png?dl=0
Just for your reference, type dir and press enter.
DIR comes from thw word DIRectory.
This command will show what is inside bin folder.
https://www.dropbox.com/s/4i1kb85mjzch5xi/35.png?dl=0
I hope you got at your desktop your file a.mp3
ffmpeg - i a.mp3 b.ogg
https://www.dropbox.com/s/m3w710fmq3l83fz/36.png?dl=0
That will turn it into an ogg file!
Rename your original mp3 file to "a.mp3". You do this because you will need it to have a really short name soon.
Okay you did that? Good!
If you don't have the program "7zip" then open your web browser and visit http://www.7-zip.org/download.html
Take a look at this picture:
https://www.dropbox.com/s/4e1fx60a7ufk35o/1.png?dl=0
As you can see you can download 7zip for a 32 bit system or a 64 bit system. If you are not sure which to get, take the 32 bit.
It will download an installer.
Run the installer after it finish downloading. (see peicture below)
https://www.dropbox.com/s/d7vkl9xeyniwm3t/3.png?dl=0
Press Next and go on as you would do with any other installer. Done?
Now visit https://www.ffmpeg.org/
Click Download as seen on picture below:
https://www.dropbox.com/s/bejzewmsg73bw08/11.png?dl=0
Then click the windows logo and then the text that the green arrow shows on the next picture:
https://www.dropbox.com/s/z8rxdrz5e9lc1df/12.png?dl=0
Select now 32 or 64 bit download.
https://www.dropbox.com/s/3q4h1u8gwkufwjw/13.png?dl=0
It will download. After finishing downloading, you can right click and extract it using 7zip to a folder.
https://www.dropbox.com/s/5ofsmvnckeq3rx1/14.png?dl=0
RENAME the folder to just ffmpeg and cut-paste it into Local Disk C:\
https://www.dropbox.com/s/lcbdq65tf973m5h/21.png?dl=0
Get into that folder. Then get into bin folder.
https://www.dropbox.com/s/yabbm5ocnnrb3wc/22.png?dl=0
You will find three programs. Those are three commands. See the picture below.
https://www.dropbox.com/s/av7d6mmy8y0u7ay/23.png?dl=0
Click Windows start button....
https://www.dropbox.com/s/f6rw90sw8l5q4kz/24.png?dl=0
Go to Search bar and type cmd. Wait for it.... comd application appears. Select it to run.
https://www.dropbox.com/s/a2ubtvd1a3djghc/25.png?dl=0
This is what we call command line.
Type cd\ and press Enter.
This command gets you on the basic folder of C:\ Hard drive, no matter wherever you are.
See? you can now use the command CD (Change DIRECTORY) to enter into the folder ffmpeg.
https://www.dropbox.com/s/x7juwaaafioumhj/32.png?dl=0
Remember I told you to rename that folder to ffmpeg? Type cd ffmpeg
https://www.dropbox.com/s/13s2d1atjyr571h/33.png?dl=0
Then again use cd to get into the folder bin. cd bin
https://www.dropbox.com/s/mowoxlazdk0bi4i/34.png?dl=0
Just for your reference, type dir and press enter.
DIR comes from thw word DIRectory.
This command will show what is inside bin folder.
https://www.dropbox.com/s/4i1kb85mjzch5xi/35.png?dl=0
I hope you got at your desktop your file a.mp3
- Go to C:\ffmpeg/bin and throw in the file
- It is time for the command that will do the magic:
ffmpeg - i a.mp3 b.ogg
https://www.dropbox.com/s/m3w710fmq3l83fz/36.png?dl=0
That will turn it into an ogg file!
- Take b.ogg and remane it now with an appropriate title.
- Your file is ready!!!
https://www.dropbox.com/s/psn8ljj259nmr8c/FFMPEG%20FAST%20TUTORIAL.pdf?dl=0
Last edited by a moderator: