Greetings,
When I try to append an avi to another by using VirtualDub, it states that it cannot perform the requested action because of different audio stream sampling rates (20464.00000 vs 19207.00000)...
Any advice? As usual, this would be deeply appreciated![]()
+ Reply to Thread
Results 1 to 9 of 9
-
-
Ireally hate to disagree with an esteemed colleague, but if you look at this code,you will find easier to join to AVIs with AviSynth than with anything else, regardless if the two video do not not in anything, be it framerate, audio rates, whatever:
Code:AviSource("C:mlandir1.avi")+AviSource("C:mlandir2.avi")
Hello. -
I'm impressed.
So, what audio bitrate will the resulting file actually have? Just curious.To Be, Or, Not To Be, That, Is The Gazorgan Plan -
M'kay, that's what I thought. Direct stream copy the video and convert the audio to some standard bitrate. I didn't think it was quite that simple, but I don't use it very much. I think the original poster just wanted to combine to AVI's, which needs more lines in the script.
To Be, Or, Not To Be, That, Is The Gazorgan Plan -
Throw in my $.02. I think the original poster wanted actually joining two AVIs together, as I have done frequently. The AVISynth way is just to frameserve, which is different from VDub's Direct Stream Copy appending.
If those AVIs were split from one original AVI file, there should be no problem at all. The fact they had different audio sample rates makes me think they were from different original files. there are many ways to work around it, like resample the audio, and some progs using brutal force... -
Just run both files thru virtualdub with direct stream for video and full processing for audio and save both file as and then join.
Similar Threads
-
audio sync problem joining two avi files
By kthan in forum EditingReplies: 11Last Post: 2nd Apr 2011, 12:52 -
Problem joining (concatenating) avi's in virtualdub
By uart in forum EditingReplies: 6Last Post: 21st Nov 2008, 15:44 -
Joining avi's - problem with differing bitrates
By Topher5000 in forum EditingReplies: 6Last Post: 12th Aug 2007, 20:54 -
Audio Sync Problem Joining 2 AVI's Together from a 2 DVD Set
By boofer in forum EditingReplies: 6Last Post: 22nd Jul 2007, 01:29 -
Problem Joining AVI files with MEncoder
By RetSpec in forum EditingReplies: 1Last Post: 6th May 2007, 22:00