Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way! 5 5 2

Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

View previous topic View next topic Go down

Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0107-Toma on Fri Oct 15, 2010 1:09 am

If you are in need of converting a video file to MP3 format then follow the steps below:


1. Install ffmpeg file whish is only 436kB.
Code:
sudo apt-get install ffmpeg


2. Install an extra library of 5,411kB.
Code:
sudo apt-get install libavcodec-extra-52


3. Now give the following command and your expected mp3 file will be created in the destination of your given name.

For example, if i want to convert a .mpg file which is in desktop and create destination file also in desktop then the command is below:
Code:
ffmpeg -i /home/toma/Desktop/anything.mpg /home/toma/Desktop/output.mp3


Note: it will take some time

_________________________________________________________________
Take it easy, make it easy

BIT0107-Toma
Programmer
Programmer

Course(s):
  • BIT

Blood Group: B+
Posts: 280
Points: 453

View user profile

Back to top Go down

Re: Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0122-Amit on Fri Oct 15, 2010 1:28 am

সুন্দর !! Very Happy
কিন্তু আমি যদি output এর কিছু ঠিক করে দিতে চাই?
মানে... ধর mp3, এইটার bitrate 128 হবে না 256 এইটা কিভাবে ঠিক করবো?

_________________________________________________________________
Adminship / Moderatorship is not about power, it is about Responsibility.

|About me|My Blog|

BIT0122-Amit
Founder
Founder

Course(s):
  • BIT

Blood Group: O+
Posts: 4187
Points: 6601

View user profile http://iitdu.forumsmotion.com

Back to top Go down

Re: Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0107-Toma on Fri Oct 15, 2010 2:49 am

ghata-ghati korte hobe. detail jani na. Basketball

_________________________________________________________________
Take it easy, make it easy

BIT0107-Toma
Programmer
Programmer

Course(s):
  • BIT

Blood Group: B+
Posts: 280
Points: 453

View user profile

Back to top Go down

Re: Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0107-Toma on Fri Oct 15, 2010 2:57 am

@Amit: The answer of your question and if you have any further question I think this link will help you

http://ffmpeg.org/ffmpeg-doc.html#SEC2
Smile

_________________________________________________________________
Take it easy, make it easy

BIT0107-Toma
Programmer
Programmer

Course(s):
  • BIT

Blood Group: B+
Posts: 280
Points: 453

View user profile

Back to top Go down

Re: Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0122-Amit on Fri Oct 15, 2010 3:02 am

BIT0107-toma wrote:@Amit: The answer of your question and if you have any further question I think this link will help you

http://ffmpeg.org/ffmpeg-doc.html#SEC2
Smile


তোর লিঙ্ক দেখে আমার এই অবস্থা হয়েছে Neutral



@ না দিয়ে quote button ব্যবহার কর, দেখতে সুন্দর লাগে Very Happy

_________________________________________________________________
Adminship / Moderatorship is not about power, it is about Responsibility.

|About me|My Blog|

BIT0122-Amit
Founder
Founder

Course(s):
  • BIT

Blood Group: O+
Posts: 4187
Points: 6601

View user profile http://iitdu.forumsmotion.com

Back to top Go down

Re: Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0122-Amit on Fri Oct 15, 2010 5:44 pm

একটা কথা।
তুই যেটা দিয়েছিস, মোটামুটি একই জিনিষ ধ্রুবও দিয়েছে।
তাইলে মনে হয় টপিক দুইটা একটার সাথে আরেকটা লাগানো উচিত, কি বলিস?

_________________________________________________________________
Adminship / Moderatorship is not about power, it is about Responsibility.

|About me|My Blog|

BIT0122-Amit
Founder
Founder

Course(s):
  • BIT

Blood Group: O+
Posts: 4187
Points: 6601

View user profile http://iitdu.forumsmotion.com

Back to top Go down

Re: Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0120-ধ্রুব on Fri Oct 15, 2010 11:09 pm

@ amit bitrate die command ta hoilo..............

Code:
ffmpeg -i source.format -b bitrate destination.format


but video quality valo na hoile bit rate baray kono luv hoy na........SadSad

BIT0120-ধ্রুব
Release Candidate
Release Candidate

Course(s):
  • BIT

Blood Group: O+
Posts: 191
Points: 831

View user profile http://dhrubo-nisshongokothopokothon.blogspot.com/

Back to top Go down

Re: Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0122-Amit on Fri Oct 15, 2010 11:37 pm

Neutral হুম...
...
বুমম...
...

ভ্রুম ভ্রুম...


মজা করছিলাম।
ভিডিও এর শব্দের উপরে আসলে নির্ভর করে বলতে চাস, তাই না?

_________________________________________________________________
Adminship / Moderatorship is not about power, it is about Responsibility.

|About me|My Blog|

BIT0122-Amit
Founder
Founder

Course(s):
  • BIT

Blood Group: O+
Posts: 4187
Points: 6601

View user profile http://iitdu.forumsmotion.com

Back to top Go down

Re: Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0120-ধ্রুব on Sat Oct 16, 2010 4:24 am

hmm....................printing mistake................Razz:P:P

BIT0120-ধ্রুব
Release Candidate
Release Candidate

Course(s):
  • BIT

Blood Group: O+
Posts: 191
Points: 831

View user profile http://dhrubo-nisshongokothopokothon.blogspot.com/

Back to top Go down

Re: Convert any video file to MP3 format using Terminal in Ubuntu 10.10: a EASY way!

Post by BIT0122-Amit on Wed Oct 20, 2010 8:05 pm


_________________________________________________________________
Adminship / Moderatorship is not about power, it is about Responsibility.

|About me|My Blog|

BIT0122-Amit
Founder
Founder

Course(s):
  • BIT

Blood Group: O+
Posts: 4187
Points: 6601

View user profile http://iitdu.forumsmotion.com

Back to top Go down

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum