You are not logged in.

#1 2008-12-29 06:27:24

Selection
Member
From: Dayton, OH
Registered: 2008-12-10
Posts: 34

Stripping audio from an .avi

Hey,
I was just wondering if anyone knew of a program that I could use to strip audio from an .avi file smile

Normally I'd use dbpoweramp, but I'm looking for a more streamlined approach.


Arch64 + Awesome on Compal FL92 Laptop ~ Intel Core 2 Duo 2.2ghz 4gig ram
All HAIL the tiling window manager.

Offline

#2 2008-12-29 06:40:20

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Stripping audio from an .avi

Selection wrote:

Hey,
I was just wondering if anyone knew of a program that I could use to strip audio from an .avi file smile

Normally I'd use dbpoweramp, but I'm looking for a more streamlined approach.

FFmpeg is one solution. To find out what the audio codec is, simply:

ffmpeg -i <your_avi_file>

It will be listed towards the bottom. So if it's mp3:

ffmpeg -i <your_avi_file> -vn -acodec copy <your_new_file>.mp3

Offline

#3 2008-12-29 07:38:54

Selection
Member
From: Dayton, OH
Registered: 2008-12-10
Posts: 34

Re: Stripping audio from an .avi

skottish wrote:
Selection wrote:

Hey,
I was just wondering if anyone knew of a program that I could use to strip audio from an .avi file smile

Normally I'd use dbpoweramp, but I'm looking for a more streamlined approach.

FFmpeg is one solution. To find out what the audio codec is, simply:

ffmpeg -i <your_avi_file>

It will be listed towards the bottom. So if it's mp3:

ffmpeg -i <your_avi_file> -vn -acodec copy <your_new_file>.mp3

Wow, that was much easier than expected, thanks smile


Arch64 + Awesome on Compal FL92 Laptop ~ Intel Core 2 Duo 2.2ghz 4gig ram
All HAIL the tiling window manager.

Offline

Board footer

Powered by FluxBB