Hi there, sorry if this is in the wrong section.
Im new to Ubuntu (and Linux) and have a problem, in windows I had some movies in the .avi container that was set at a frame rate of 23.976.
Now what i used to do was de-multiplex the audio re-encode the audio while time stretching it and then remux it back to the video at 25.000fps.
Now the only programme i can find that will time stretch the audio for me in Ubuntu is AviDemux but the problem their is that when it is done the audio sounds terrible, very static, and for the life of me i cant find an alternative.
So if anyone can find an alternative for me please I would be most grateful and if it is difficult set of commands a step by step how to would me most appreciated
I have also tried Audacity and changed the tempo by 4.1% but it goes out of sync when re-muxed back with the video at 25.000fps.
+ Reply to Thread
Results 1 to 2 of 2
-
-
You can use sox
First result from google gives me this
sox in.wav -r42294 -swc2 -t raw - | sox -swc2 -r 44100 -t raw - out.wav
or for 48K audio
sox in.wav -r46034 -swc2 -t raw - | sox -swc2 -r 48000 -t raw - out.wavLinux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
Similar Threads
-
questions about audio normalizing and audio encoding
By codemaster in forum DVD RippingReplies: 2Last Post: 25th Sep 2011, 21:22 -
AVStoDVD crashed on audio encoding.. have m2v video file, but no audio
By arcooke in forum Newbie / General discussionsReplies: 3Last Post: 5th Aug 2010, 14:18 -
encoding with DTS audio stream - Audio not found in AutoGK
By extrabyte in forum DVD RippingReplies: 1Last Post: 7th Jan 2009, 16:42 -
best audio encoding?
By Remyisme in forum Newbie / General discussionsReplies: 4Last Post: 20th Oct 2008, 04:44 -
ffmpeg -- encoding while muxing new audio w/out source's audio, how ?
By vhelp in forum AudioReplies: 8Last Post: 21st Nov 2007, 19:53