avisnyth script for cce
Page 1 of 1
hoadang




Posts: 13

PostPosted: Sun, 20th Nov 2005 18:55    Post subject: avisnyth script for cce
hi ive been trying to encode my movies useing avisnth but however i dont know how to write a script

ppl say open a notepad and write some script for it can but i dont know how. if any know 1 how then plz give me an example how to write the script for cce so i can encode useing cce

i tried writing a script myself but then i i got many errors so i just need a proper script for it to work on the cce..


[error] frame size is not correct

so basicly i just need an example of the avisnyth script for CCE so that i can encode the avi movie


i tried so manytimes but i failed and i am very new at this ! it would be a pleasure if u wrote me a script for loading"("c:stuff") and all that command and plz set a clear example for me thankyou hope to hear from u soon
Back to top
drugshond




Posts: 168

PostPosted: Sun, 20th Nov 2005 19:58    Post subject:
hey...

the only diff is the "framerate"
use Fit2CD for the calculation

PAL 720x576
NTSC 720x480



* c/p script into Notepad -- Save as: movie.avs
* Open new txt file and c/p :

Code:

function AddAudio(clip v1) {

v2 = Blankclip()

v1 = AudioDub(v1,v2)

return v1

}


* Save as addaudio.avsi and place it in the AviSynth plugin directory
(C:\Program Files\AviSynth 2.5\plugins)
*add the line: AddAudio() at the end of script

Example

Code:

AviSource("D:\moviezz2\dmd-fantastic4.avi")
LanczosResize(688,272,17,0,590,256)
AddBorders(16,104,16,104)
AddAudio()


* save as "movie.avs" (set to all files!!)

* Disabling the audio: (AC3 source)
AviSource("d:\filename.avi", false)

for each xvid, run true Fit2CD and edit ur script

ps: uncheck audio in CCE!!

thats it Wink
Back to top
hoadang




Posts: 13

PostPosted: Mon, 21st Nov 2005 07:11    Post subject:
thankyou sooo much!
Back to top
hoadang




Posts: 13

PostPosted: Mon, 21st Nov 2005 07:58    Post subject:
hmm the scripts works fine but after its done encoding the movie size is kinda like 4:3 its not 16:9 and i did check on the 16:9
Back to top
drugshond




Posts: 168

PostPosted: Mon, 21st Nov 2005 18:29    Post subject:
hmmz mkay ... tick "Anamorphic" in FitCD



or tick 16:9 under Aspect Ratio --- CCE





this should do it Wink
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Encoders Heaven
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group