digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Is there an alternative to avisynth? (http://www.digitalfaq.com/archives/avisynth/311-avisynth-alternative-avisynth.html)

Freetza 06-08-2002 03:54 PM

Is there an alternative to avisynth?
 
I have had several failed attempts with avisynth, can't get rid of the solarization. I was wondering if there is an alternative method of resizing the d2v before i encode with tmpeg.
???

Thanks for all the help!
Mike

kwag 06-08-2002 04:08 PM

Re: Is there an alternative to avisynth?
 
Quote:

Originally Posted by Freetza
I have had several failed attempts with avisynth, can't get rid of the solarization. I was wondering if there is an alternative method of resizing the d2v before i encode with tmpeg.
???

Thanks for all the help!
Mike

Could it be that your source is RGB?
And you just need to insert a line like this:

ConvertToYUY2()

in your AviSynth script.

kwag

Freetza 06-08-2002 04:12 PM

When using smartripper, can I select RGB or YUV? I see on dvd2avi there is a choice, and it's always been RGB.

Freetza 06-08-2002 06:19 PM

Still no luck, I tried the ConvertToYUY2() command and it changed nothing, is there another way to resize before encoding? Thanks kwag!
Mike

kwag 06-08-2002 07:30 PM

Quote:

Originally Posted by Freetza
When using smartripper, can I select RGB or YUV? I see on dvd2avi there is a choice, and it's always been RGB.

That's it right there. You have to select YUY in DVD2AVI. Not RGB.
TMPEG can't process RGB.

kwag

Freetza 06-08-2002 08:41 PM

Hmmm...That still didn't seem to do it. this is the script

LoadPlugin("D:\VCD\Tools\fitcd\MPEG2DEC.dll")
mpeg2source("D:\VOB files\jimi.d2v")
BilinearResize(352,480,0,0,720,480)
TemporalSmoother(2,2)
AddBorders(0,0,0,0)

There's also something on dvd2avi that says yuv>rgb and the options in there are tv scale and pc scale. I tried em both with the same results. Any other ideas?
Mike

bigbob2 06-08-2002 09:31 PM

Quote:

Originally Posted by Freetza
Hmmm...That still didn't seem to do it. this is the script

LoadPlugin("D:\VCD\Tools\fitcd\MPEG2DEC.dll")
mpeg2source("D:\VOB files\jimi.d2v")
BilinearResize(352,480,0,0,720,480)
TemporalSmoother(2,2)
AddBorders(0,0,0,0)

There's also something on dvd2avi that says yuv>rgb and the options in there are tv scale and pc scale. I tried em both with the same results. Any other ideas?
Mike

The same thing happens to me, and I don't know why either, but if you do the extra step of frameserving it to Tmpgenc thru Virtualdub, then it should be ok. YMMV.

Freetza 06-09-2002 10:26 AM

Quote:

The same thing happens to me, and I don't know why either, but if you do the extra step of frameserving it to Tmpgenc thru Virtualdub, then it should be ok. YMMV.
I followed the guide on how to frameserve with vdub, but i keep getting an error when i try to open the vdr.avi file with tmpgenc. any ideas?
Mike

rendalunit 06-09-2002 11:22 AM

hi Mike,

What error message are you getting? I was getting an error that there was a missing .dll but that problem was figured out

thx
ren

Freetza 06-09-2002 11:24 AM

The error says cannot open or unsupported. I tried loading it as a .vdr and .avi and got the same error.

gll99 06-10-2002 10:03 PM

AVVISynth
 
:D
I am new to the forum. I joined when I read this post and thought I might help. Used Tmpg a few times. Know very little about scripts for avisynth but I have used the templates with DVDX and TMPG and a DVD source movie.
I find the scripts interesting and will certainly read and learn more.

On to the topic at hand:

When I tried a downloaded file directly into TMPG254, I got the same error you got in TMPG "cannot open or unsupported" I downloaded (Time Machine (smr) .avi (2 files)) and tried to convert them to mpeg1 using TMPG254 directly (no frameserving). I got the same error. I used avidub149 and converted the audio to 44000 / 16 Stereo but I left the video as Direct Stream copy. The resulting file was much larger with
uncompressed Audio but at least it was read by TMPG. I dont recall if the original file was 8bit audio or what the original audio compressor was but converting the audio worked for me. With my P4 1600 and 512 DDR333 it took about 30 minutes to convert the file but I was running other stuff at the time.

I dont know if your problem is/was the same but the msg from tmpg is a little vague it could indicate an audio or video incompatibility.

kwag 06-10-2002 11:49 PM

Quote:

Originally Posted by Freetza
The error says cannot open or unsupported. I tried loading it as a .vdr and .avi and got the same error.

See if you have the file msvcr70.dll under WINDOWS/system32
It must be there. If not, it won't work.

kwag

Freetza 06-11-2002 01:15 AM

Ahhh...You nailed it Kwag! Everything's working great now that I put that dll in there. A million thanks! keep up the great work!
Mike

kwag 06-11-2002 01:39 AM

Quote:

Originally Posted by Freetza
Ahhh...You nailed it Kwag! Everything's working great now that I put that dll in there. A million thanks! keep up the great work!
Mike

Thanks Freetza:

Actually I got the hint from another user that posted the answer here in the forum. Today I installed XP on a machine, and I had the same error! Couldn't figure it out, because my other machine works perfect!. So I found the post related to that dll, and that was it.

kwag

bman 06-11-2002 03:21 AM

Quote:

Originally Posted by kwag
Quote:

Originally Posted by Freetza
Ahhh...You nailed it Kwag! Everything's working great now that I put that dll in there. A million thanks! keep up the great work!
Mike

Thanks Freetza:

Actually I got the hint from another user that posted the answer here in the forum. Today I installed XP on a machine, and I had the same error! Couldn't figure it out, because my other machine works perfect!. So I found the post related to that dll, and that was it.

kwag

Hi KWAG !
If you rememberl I already asked you the same question but then I couldn't succeed to solve the "SOLARIZATION" problem .
I'll try this DLL too and hope that finally I'll be able to use FitCD.
---------------
I think that it would be great if u give us complite list of DLL's or other needed prog's to work with similar or identical systems to avoid different problems.

Don't you?
This can save many questions !!!
------------------
Template updates : laterly they are so many with different tweaks that
will be helpful for everyone of us if u add DATE to the name . Something like This:

KDVD-(NTSC)11-06-02

Keep doing graet job for all of us and many THX

bman


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

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