Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 31st January 2003, 11:37   #61  |  Link
terwin
Registered User
 
Join Date: Oct 2001
Location: Germany
Posts: 14
Thanks for the quick answer.
terwin is offline   Reply With Quote
Old 1st February 2003, 04:23   #62  |  Link
markrb
Old fart
 
markrb's Avatar
 
Join Date: Oct 2001
Posts: 3,589
Just wanted to report that I got avisynth 2.5 to encode fine after some growing pains, but I am having major sync issues that creating the video the exact same way with 2.07 didn't happen to. I did this by hand and not using DVD2SVCD. This was for a DVD->DVD conversion.
Here is my avs file:

LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\MPEGDecoder.dll")
MPEGSource("g:\bourne.d2v")
AddAudio()
ConvertToYUY2()


The d2v file I created using Forced Film with DVD2AVI 1.76. I used the exact same one with the exact same settings with both versions of the avisynth in CCE 2.5 and used Scenerist to author.

Mark
__________________
Oh no Mr. Bill!
markrb is offline   Reply With Quote
Old 1st February 2003, 13:58   #63  |  Link
sh0dan
Retired AviSynth Dev ;)
 
sh0dan's Avatar
 
Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
Were you using MPEGDecoder in 2.07? It has been known to have sync issues. Try with mpeg2dec3 or mpeg2dec.
__________________
Regards, sh0dan // VoxPod
sh0dan is offline   Reply With Quote
Old 1st February 2003, 17:07   #64  |  Link
onesoul
miau
 
onesoul's Avatar
 
Join Date: May 2002
Location: Lisbon
Posts: 594
Quote:
Originally posted by sh0dan
Try with mpeg2dec3 or mpeg2dec.
Which of this would be more stable/recommendable?

Thanks
__________________
"... but where are those missing pieces of eternal soul, I can feel them but I can't reach them with my vision"
Petition for a software patent free Europe
Another vision of what happened at 9/11
onesoul is offline   Reply With Quote
Old 1st February 2003, 17:55   #65  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Both are stable. Only mpeg2dec3 supports YV12.
Guest is offline   Reply With Quote
Old 1st February 2003, 20:26   #66  |  Link
onesoul
miau
 
onesoul's Avatar
 
Join Date: May 2002
Location: Lisbon
Posts: 594
Thanks for clarifying that for me
__________________
"... but where are those missing pieces of eternal soul, I can feel them but I can't reach them with my vision"
Petition for a software patent free Europe
Another vision of what happened at 9/11
onesoul is offline   Reply With Quote
Old 1st February 2003, 23:38   #67  |  Link
markrb
Old fart
 
markrb's Avatar
 
Join Date: Oct 2001
Posts: 3,589
Quote:
Were you using MPEGDecoder in 2.07? It has been known to have sync issues. Try with mpeg2dec3 or mpeg2dec.
I used only the dll's that came from Sourceforge with the dll bundle for 2.5. If I tried any other it warned me, but in this case I had just done a fresh install of the OS on a clean disc so I know there was no rougue dll around.

When I have time I will try the other dll instead.

Mark
__________________
Oh no Mr. Bill!
markrb is offline   Reply With Quote
Old 2nd February 2003, 03:32   #68  |  Link
Black Hole
Registered User
 
Black Hole's Avatar
 
Join Date: Nov 2001
Location: madrid.es
Posts: 23
Has the strange issue about the missing last 3 frames been resolved within AviSynth 2.50 Beta or MPEG2DEC3.DLL?

Thanks in advance.
Black Hole is offline   Reply With Quote
Old 2nd February 2003, 11:42   #69  |  Link
Abnormal
Guest
 
Posts: n/a
I was getting a Entry point not found error with msvcrtd.dll and i found that the Image Sequence Source Plugin was causing the msvcrtd.dll related error.

Last edited by Abnormal; 2nd February 2003 at 15:01.
  Reply With Quote
Old 2nd February 2003, 12:32   #70  |  Link
theReal
Piper at theGates of Dawn
 
theReal's Avatar
 
Join Date: Nov 2001
Posts: 2,136
Quote:
I was getting a Entry point not found error with msvcrtd.dll error and i found that the Image Sequence Source Plugin was causing the msvcrtd.dll error.
Same for me. When I deleted the imagesequence.dll from the plugins directory, the error was gone.

I'm using WinXP Pro SP1, and newest versions of everything (just downloaded from sourceforge a few minutes ago)
__________________
"Under a government which imprisons unjustly, the true place for a just man is also a prison"
Henry David Thoreau, On the duty of civil disobedience, 1849

Last edited by theReal; 2nd February 2003 at 12:38.
theReal is offline   Reply With Quote
Old 2nd February 2003, 20:21   #71  |  Link
sh0dan
Retired AviSynth Dev ;)
 
sh0dan's Avatar
 
Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
I'm looking at WarpEnterprises modified source, that allows missing frames - that's why it isn'y updated yet.
__________________
Regards, sh0dan // VoxPod
sh0dan is offline   Reply With Quote
Old 3rd February 2003, 06:27   #72  |  Link
markrb
Old fart
 
markrb's Avatar
 
Join Date: Oct 2001
Posts: 3,589
I switched to using mpeg2dec3.dll instead of the mpegdecoder.dll and not only do I see a bit of a speed improvement my first tests are in sync. I have only done one full length movie and a couple of tests, but so far so good.

I have not been using this in DVD2SVCD. I have been doing it by hand. Once I am satisfied it's stable and works well outside I will try an encode with DVD2SVCD to see if I can get it to work.

Mark
__________________
Oh no Mr. Bill!
markrb is offline   Reply With Quote
Old 3rd February 2003, 11:17   #73  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,364
Quote:
@Wilbert: I cannot confirm this.

avisource("image.avi",pixel_type="rgb32").converttoyv12() works fine here. Could you post what info() is saying before and after the conversion (only video related stuff, width, height, pitch, colorspace, etc.).

RGB24 also gives ok results here.
I shared a short clip and added the asv1 decoder (win2000).

avisource(clip.avi).converttoyv12 # results in a green clip
avisource(clip.avi).converttoyuy2.converttoyv12 # doesn't result in a green clip

The clip can be found here:
http://www.geocities.com/wilbertdijkhof/clip_asv.zip
Wilbert is offline   Reply With Quote
Old 8th February 2003, 19:30   #74  |  Link
MickeyNBK
Registered User
 
Join Date: Dec 2001
Posts: 249
I'm a bit new to AviSynth but I have been having success with 2.07. I've been using 2.07 on my test machine with no issues then I uninstalled 2.07 and installed 2.50 and all the plugins from the zip file. Using the same AVS file I started to receive the error "This application has failed to start because MSVCRTD.dll was not found. Re-installing the application may fix his problem"

I found this thread when I searched for the error and as stated I deleted imagesequence.dll. Now when opening the AVS file in CCE, CCE just closes with no error. Any idea why it is doing this?

PC Specs and AVS file:

P4 1.8ghz
384mb Ram
WinXP pro SP1
CCE 2.5
AviSynth 2.5

LoadPlugin("C:\WINDOWS\System32\mpeg2dec3.dll")
Mpeg2Source("mr_deeds.d2v")
Convolution3d (preset="movieHQ")
ResampleAudio(44100)

d2v file created with DVD2AVI 1.76 with ForcedFilm on.
MickeyNBK is offline   Reply With Quote
Old 8th February 2003, 20:22   #75  |  Link
theReal
Piper at theGates of Dawn
 
theReal's Avatar
 
Join Date: Nov 2001
Posts: 2,136
I think that mpeg2dec3.dll creates yv12 output which is no problem for avisynth 2.5, but it is a problem for CCE.

Write "converttoyuy2()" at the end of your script.

If this doesn't fix your problem, then you're having the same problem as me. CCE 2.5 just won't load any of my avisynth 2.5.0 beta files, I don't know why - tmpeg doesn't have any problems (only if the output is YUY2, of course).

btw. I have similar specs (WinXP pro SP1, CCE 2.5, AviSynth 2.5)
__________________
"Under a government which imprisons unjustly, the true place for a just man is also a prison"
Henry David Thoreau, On the duty of civil disobedience, 1849
theReal is offline   Reply With Quote
Old 8th February 2003, 20:34   #76  |  Link
sh0dan
Retired AviSynth Dev ;)
 
sh0dan's Avatar
 
Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
Search for AddAudio. Resampleaudio doesn't work as it used to.
__________________
Regards, sh0dan // VoxPod
sh0dan is offline   Reply With Quote
Old 11th February 2003, 01:30   #77  |  Link
MickeyNBK
Registered User
 
Join Date: Dec 2001
Posts: 249
Ok after adding "addaudio()" I am now able to use CCE. Now I'm having sync issues and the video is choppy. I've tried CCE 2.5 and I downloaded and installed CCE 2.66 trial veraion to test. Using the same d2v (forced film) with vfapi it works fine. Below is my AVS file.

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
Mpeg2Source("VTS__01_P01_1.d2v")
Convolution3d (preset="moviehQ")
ConvertToYUY2()
addaudio()
MickeyNBK is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:07.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.