I'm trying to mux an standard definition AVI (MPEG4) with Wav. AVI Mux GUI says it supports Wav yet when I try to mux the files it says "Could not read from audio source. Although the end of the stream has not been reached yet. A reason could be bad frame headers."
I noticed that MeGUI adds the following onto the end of the AVISource line:
AssumeFPS(25,1)
What does the number 1 do as I can't see that in the AVISource documentation?
+ Reply to Thread
Results 1 to 7 of 7
-
Last edited by VideoFanatic; 21st Nov 2015 at 17:52.
-
Maybe there is a problem with your audio ?
You can try virtualdub, ffmpeg -
Since it's not an AVISource command (I assume the two are separated by a 'dot'), why would you expect to find the explanation there? It's an AssumeFPS command. Anyway, 25 is the numerator and 1 the denominator. It means the same as AssumeFPS(25).
-
Use VirtualDub or ffmpeg, as PDR already said.
VirtualDub accepts even compressed CBR audio in a WAV container, such as MP2, MP3, AC3, DTS, and even ATRAC3
AVI-Mux GUI is good, but it's not perfect, often some of its error messages DO NOT mean what they say.
Besides, it's not being updated anymore, and so it does not support MKVs created with the recent versions of MKVtoolnix -
Could you give me some instructions on how to mux a Wav file with an AVI in VirtualDub or FFMPEG please.
-
There's an option in the script creator under the Filters/Avi Source tab to adjust the frame rate. By default it's the same as the source frame rate but it can be used to adjust the frame rate with Avisynth and AssumeFPS. The frame rate can also be adjusted in the same place when using DirectShowSource but the result is different. For AVISource AssumeFPS is used to speed the video up or slow it down without changing the total frame count so the duration changes. For DirectShowSource adjusting the frame rate in the script creator causes DirectShowSource to convert the frame rate to new one by duplicating or dropping frames as required so the duration remains the same.
Something to be aware of as the same function in the script creator works differently depending on how the video is opened.
Similar Threads
-
Need help with TS Muxer Batch Script
By VideoFanatic in forum Video ConversionReplies: 31Last Post: 29th Sep 2015, 18:40 -
Best Player that supports avi on BR-R
By DrDemento in forum DVD & Blu-ray PlayersReplies: 15Last Post: 12th Nov 2013, 00:36 -
Ts muxer not working
By durkinjt in forum Blu-ray RippingReplies: 4Last Post: 16th Jan 2013, 09:56 -
FLV/mkv muxer
By ayim in forum Video ConversionReplies: 3Last Post: 24th Nov 2012, 09:20 -
Ts Muxer Blues
By romanticwarrior in forum Authoring (Blu-ray)Replies: 3Last Post: 2nd Dec 2010, 08:17