![]() |
anytime you have a ...x56 video, that means that avisynth tries to talk to you :-)
Open the avs in virtualdubmod and you will have the message in plain text. Note : do not hesitate to use the search button of the forum :idea: |
well I cant even check in vdub an i have 4 versions of it an all 4 crash when I load the script lol
|
play the avs in media player or open it into tmpgenc and se the preview.
My idea is that you misses the plugin ! Did you dl them :?: Note: I talk about virtualdubMOD... |
hmm could be the deen and remove grain hmmmm off to the search I go hehehehehe
|
well it turns out it didn't recognise the resize type I changed to BicubicResize and its workin now
|
8O 8O 8O
I hoped you could understand that I typed two times "Resize" by mistake. By the way, avisynth... software... manual... |
I understood u typed it twice but it never recognised it with the one resize either. and for manuals aarrgghh they are a curse hehehehe I'm a learn by mistakes guy lol.
EDIT: nevermind LanczosResize is now working lol |
Quote:
Bt dlp's are not liek thin and usualy are cheaper compared to lcd tv's |
well bein unemployed makes it hard to save up as u get little money anyway an that goes fast, I only have this 500 cause I had an accident claim come through so I'm makin do with what I got and besides the tv is only for my bedroom so not after a big tv an I think a rear projection would take a bit too much room up lol
|
okie dokie the third lotr movie seems to be the most difficult one hehehe now I'm havin probs with the audio goin out of sync when it goes onto the second part I never had this problem with 1 & 2 why now lol theres a strange noise for a second like on a double layer dvd when it switches layers. The video has come out 1.01 seconds shorter than the audio question is how do I sort this problem anyone with ideas?
|
There's 0.474 seconds of silent audio at the end of the audio track on DVD1, at least in the DD5.1 track. Cut it with DelayCut for example.
There's also a couple of black frames at the disc change spot when you combine the two discs, you'll need to use Trim to remove them. |
so how do I find this DelayCut? I have done a search on videohelp.com and yahoo and nothing so tried Delay Cut and still nothing. Also whats the trim command?
|
ok, this is google's first search result for "delay cut" :wink:
http://forum.doom9.org/showthread.php?s=&threadid=71545 about the trim command: you should really start reading the avisynth manual. you'll figure that one out easily i'm sure! 8) |
way to show me up with the google search hehehehehe I tend not to use google always been a pro yahoo user, I would read the manual but I find maybe usin the source range cutting in tmpgenc easier as I just remembered about it lol
|
Hi andy, :)
I don't know, but that sample doesn’t seems to be encoded with that exact script. :roll: I believe there is something wrong with that script, because the sample is anamorphic and this line: Code:
GripCrop(720, 576)You have to use it like this: GripCrop(720, 576, dest_anamorphic=true) if you want GripFit to cut/resize for an anamorphic stream. But I have to agree with Incredible and Dialhot that 704 and some overscan would be much better, but as this is a cinemascope AR, I suggest you to use an "overlap" (or letterbox) overscan. Like this: Code:
GripCrop(704, 576, dest_anamorphic=true)Also, the sample seems to not use GripFit at all :!: , as I can clearly see the "not so black" borders in the video. If you used GipFit and it did not correctly recognize the borders, try cutting the borders (72 lines) by hand... like this: Code:
Crop(8, 72, 704, 432) |
Quote:
Because answering to question that anyone can answer in two seconds reading the fucking manual is... let say... boring ? |
Quote:
.... whats so funny about it? As almost all your sentences do include it, even many People try to explain things to you in here and youre already a member since some time where you shurely figured out that we intend to use/learn techniques where good results do come out. NOONE in here uses TmpgEncs source range cutting ... and for shure IF already an avisynth file is the input. "trim()" is one of the most basic avisynth commands and you SHOULD read the manual or google a bit. |
muaddib I can without a doubt say I did use the script I pasted in original post to do the sample I wouldn't do all that then post a sample of not using the script.
dialhot: guess I shall have to look for the manual an have a little read then or atleast ry an read it :lol: incredible excuse me for usin hehehehe an lol alot its just me and my way an who I am. I also tried delaycut and it didn't do a think to the ac3 file there is still a delay I seen the cut bit in the program but wasnt too sure of the miloseconds where the problem occurs I do know the sync prob happens about 2hrs 2minutes into the film but dont know what that is in miloseconds |
Quote:
|
It's easier to work with two separate d2v projects, which are joined in the Avisynth script. That's because the section where the two discs are joined is usually problemous so having two different audio tracks helps in determining the problem. AC3 tracks can be easily joined with the MS-DOS prompt's copy command.
|
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.