06-08-2002, 03:54 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
06-08-2002, 04:08 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
06-08-2002, 04:12 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
When using smartripper, can I select RGB or YUV? I see on dvd2avi there is a choice, and it's always been RGB.
|
06-08-2002, 06:19 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Still no luck, I tried the ConvertToYUY2() command and it changed nothing, is there another way to resize before encoding? Thanks kwag!
Mike
|
06-08-2002, 07:30 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
06-08-2002, 08:41 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
06-08-2002, 09:31 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|
06-09-2002, 10:26 AM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
06-09-2002, 11:22 AM
|
Free Member
|
|
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
06-09-2002, 11:24 AM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
The error says cannot open or unsupported. I tried loading it as a .vdr and .avi and got the same error.
|
06-10-2002, 10:03 PM
|
Free Member
|
|
Join Date: Jun 2002
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|
06-10-2002, 11:49 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
06-11-2002, 01:15 AM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
06-11-2002, 01:39 AM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
06-11-2002, 03:21 AM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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 05:01 AM — vBulletin © Jelsoft Enterprises Ltd
|