Log in

View Full Version : Extract audio and change FrameRate


Rulez
7th March 2013, 01:26
Hello

Anyone know a program to extract the audio from a movie and at the same time convert to 25fps?
I am currently using avidemux but need another.

Thanks!

tebasuna51
7th March 2013, 04:07
From what container?

Rulez
7th March 2013, 04:59
From what container?

How so?

tebasuna51
7th March 2013, 12:19
A movie can be .avi, .mkv, .mp4, .ts, .m2ts, .evo, .flv, .vob, ...
Not all soft work fine with all containers.
What is your problem with AviDemux?

Rulez
7th March 2013, 20:49
A movie can be .avi, .mkv, .mp4, .ts, .m2ts, .evo, .flv, .vob, ...
Not all soft work fine with all containers.
What is your problem with AviDemux?

.mkv, .avi and .mp4.

I need extract audio, but i want add the job to queue list...but I can not do it with just the audio, only audio + video.

tebasuna51
7th March 2013, 23:11
Sorry but I don't know a soft with your requirements:
- Support input .mkv, .avi and .mp4.
- Change audio duration
- Queue system

Maybe others users can help you.

Rulez
8th March 2013, 18:06
Sorry but I don't know a soft with your requirements:
- Support input .mkv, .avi and .mp4.
- Change audio duration
- Queue system

Maybe others users can help you.

Np.

Thanks anyway. :)

jmartinr
8th March 2013, 21:34
Hello

Anyone know a program to extract the audio from a movie and at the same time convert to 25fps?
I am currently using avidemux but need another.

Thanks!

You could use Megui for the audio, followed by remuxing with MKVToolnix.

tebasuna51
9th March 2013, 10:50
MeGUI can't change audio duration like was requested:
"at the same time convert (23.976) to 25fps"

jmartinr
10th March 2013, 13:50
MeGUI can't change audio duration like was requested:
"at the same time convert (23.976) to 25fps"
You'll have to recode the audio of course.
There's a convenient option under audio encoder settings [config] - sample rate: speed-up (23.976 to 25).

Reino
10th March 2013, 14:29
What about...?

movie.avs:
FFMpegSource2("D:\movie.mkv", atrack=-1)
AssumeSampleRate(last, (AudioRate()*1001+480)/960).SSRC(AudioRate(last))

avs2pipemod:
avs2pipemod.exe -extwav "D:\movie.avs" | ffmpeg.exe -i - -acodec ac3 "D:\movie.ac3"