digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker: Audio codecs? (http://www.digitalfaq.com/archives/encode/3429-moviestacker-audio-codecs.html)

sqm 04-29-2003 07:08 AM

MovieStacker: Audio codecs?
 
i cant load the script from moviestacker with tmpgenc.I get this message (error intializing audiostream check to make sure you have the required codec) I have some audiocodec???? I am a newbie

the script

#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("C:\Movie Program\moviestacker_1.1\Filters\MPEG2Dec.dll")

AviSource("C:\Stefan\Movies\Divx\komedi\mr deeds\Mr.Deeds.2002.FS.DVDRip.DivX-RFtA.avi")
BilinearResize(672, 446, 0, 0, 512, 384)
AddBorders(24, 17, 24, 17)

urban tec 04-29-2003 07:44 AM

Re: Audiocedec
 
Quote:

Originally Posted by sqm
i cant load the script from moviestacker with tmpgenc.I get this message (error intializing audiostream check to make sure you have the required codec) I have some audiocodec???? I am a newbie

the script

#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("C:\Movie Program\moviestacker_1.1\Filters\MPEG2Dec.dll")

AviSource("C:\Stefan\Movies\Divx\komedi\mr deeds\Mr.Deeds.2002.FS.DVDRip.DivX-RFtA.avi")
BilinearResize(672, 446, 0, 0, 512, 384)
AddBorders(24, 17, 24, 17)

Hi Sqm,

Tmpgenc will try to use the avi as an audio source as well, this message means that it cant decompress the audio stream in the avi , possibly ac3.

Try extracting the audio with vitual dub and using headac3he to encode it.

Also if you modify your avisource line to this


Code:

AviSource("C:\Stefan\Movies\Divx\komedi\mr deeds\Mr.Deeds.2002.FS.DVDRip.DivX-RFtA.avi", false)
Tmpgenc will only load the video from your avi.

sqm 04-29-2003 12:09 PM

Hi Sqm,

Tmpgenc will try to use the avi as an audio source as well, this message means that it cant decompress the audio stream in the avi , possibly ac3.

Try extracting the audio with vitual dub and using headac3he to encode it.

Also if you modify your avisource line to this


Code:
AviSource("C:\Stefan\Movies\Divx\komedi\mr deeds\Mr.Deeds.2002.FS.DVDRip.DivX-RFtA.avi", false)


Tmpgenc will only load the video from your avi.

The audio source is not ac3 and a did extract the wav and load the script,it did not help.
But with your script it worked.

Many thanx, sorry for my bad english
:-)

urban tec 04-29-2003 06:54 PM

Pleased I could help :D

Btw your english is not so bad and probably a whole lot better than I would speak your native language. :wink:


All times are GMT -5. The time now is 06:21 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.