I wanna resize my video(mpg format) and then convert it into DVD format.When I convert it without resizing it using fitcd,the audio is playing as usual but when I use fitcd and load the script and convert it,there is no audio!!I am guessing there is something going on with fitcd or avisynth.What should I do to make the audio play when resized with fitcd?
+ Reply to Thread
Results 1 to 6 of 6
-
I can't live without my computer.
-
Why do you need the audio in the script? You're doing MPEG-2 encoding, right? Encode just the video and handle the audio separately. Add it back in during the DVD authoring stage.
-
FitCD doesn't do anything to the audio, so this is not a FitCD problem. The audio is loaded by Avisynth, so if you are not getting any audio from your script you have either manually adjusted your script to stop the audio being passed through, or you do not have the correct codecs for avisynth to read the audio.
As manono has rightly pointed out, audio can be handled separately after the fact if necessary.Read my blog here.
-
here on this forum, I learned to use fitCD and vdub or avisynth, to frame serve to cce to encode my video
the audio is extracted 'demuxed' from my source, then encoded in separate step to AC3 for DVD
the DVD is authored using gui4dvd 'gfd' this is when my audio and video is combined
avisynth does not create my DVD's it is just 1 prg for 1 step of the process
fitCD does not create my dvd's it just makes the process of creating the encode command scripts easier -
Originally Posted by guns1ingerI can't live without my computer.
-
See http://avisynth.org/mediawiki/Importing_media
and http://avisynth.org/mediawiki/Internal_filters#Media_file_filters
Originally Posted by aruwin
However, if the audio in the MPEG is AC3, you should just demux it and mux it back with the new video. Using Avisynth will convert it to wave, and then you'll recompress it, causing some degradation (not much, but if you don't need to, best avoided.)
Similar Threads
-
Fitcd help
By crashdmj in forum Video ConversionReplies: 22Last Post: 8th Sep 2008, 07:34 -
resizing videos using fitCD
By aruwin in forum EditingReplies: 7Last Post: 9th Aug 2008, 08:14 -
FitCD issue (audio won't sync)
By nwfn in forum Newbie / General discussionsReplies: 8Last Post: 9th Jun 2008, 13:03 -
How to use FITCD?
By aruwin in forum Newbie / General discussionsReplies: 4Last Post: 28th Nov 2007, 09:53 -
FitCD / TMPGEnc question
By Seroster in forum Video ConversionReplies: 4Last Post: 3rd Sep 2007, 12:34