OK im using the AVI to DVD MPEG (CCE or TMPGenc encoders) tutorial https://forum.videohelp.com/viewtopic.php?t=222898&postdays=0&postorder=asc&start=0
Here's the situation. I saved the audio as a WAV file. And in the avisynth script I have:
AVISource("C:\happyness\video.avi", False)
LanczosResize(720,360)
AddBorders(0,60,0,60)
ConvertToRGB24()
I'm using TEMPGEnc as the encoder. For the video I just put in the .avs file and for the audio I put it in the wav file. Is it necessary to add: ResampleAudio(48000) in the script to make it work or will it encode properly without doing that?
+ Reply to Thread
Results 1 to 5 of 5
-
-
There is no point putting any audio statements in the script because the AVISource statement doesn't load any audio - that is what the "False" is saying.
Personally, unless you have the tmpgenc AC3 plugin, I would use ffmpeggui to convert the wav to .ac3 format (stereo, 224 kbps), then use this when you author.Read my blog here.
-
ok so lemme jus confirm this. I save the audio as a wav file and convert it to ac3 w/ tht program. And in TEMPGEnc I encode only the video portion. And then how do I go about puttin together the audio and video during authoring? Is there a tutorial?
-
If you use a authoring program that can accept elemental streams (Separate audio and video) you just add them both in. TMPGEnc DVD Author can do that. If not, you would have to mux the AC3 audio with the MPEG-2 video before authoring.
Similar Threads
-
Need help with DVD to AVI conversion
By Chain Reaction in forum Video ConversionReplies: 6Last Post: 12th Apr 2012, 15:46 -
DVD to AVI Conversion ???
By babaki in forum Video ConversionReplies: 2Last Post: 22nd Aug 2010, 23:15 -
AVI to DVD conversion
By nick soapdish in forum Newbie / General discussionsReplies: 1Last Post: 18th Dec 2008, 18:11 -
avi to dvd conversion
By whipleg in forum Video ConversionReplies: 3Last Post: 29th Jul 2007, 05:43 -
AVI to DVD conversion
By mattman1968 in forum Video ConversionReplies: 3Last Post: 22nd May 2007, 09:06