Quantcast Avisynth: Msvcr70.dll File - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
08-24-2002, 02:24 AM
ZeppelinFan ZeppelinFan is offline
Free Member
 
Join Date: Apr 2002
Location: Ohio U.S.A. :)
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
About this msvcr70.dll file, It isn't on my comp anywhere. I have windows Me. I don't have any problems with tmpgenc or virtualdub or dvd2avi. So what is this file actually for? Since I don't have it, maybe it is for a program I do't use?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
08-24-2002, 10:37 AM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
hi,

I'm not Kwag but I had this problem before-

Quote:
I found the answer to my problem of the "missing file MSVCR70.dll" error in TMPGenc. I COPIED the file MSVCRT.dll in the WINNT\SYSTEM32 folder to MSVCR70.dll (COPY not Rename!) << i'm using Windows 2000
Reply With Quote
  #3  
08-25-2002, 02:22 AM
ZeppelinFan ZeppelinFan is offline
Free Member
 
Join Date: Apr 2002
Location: Ohio U.S.A. :)
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
I don't have any problems with tmpgenc, or any of the programs. So maybe you don't need that file for Windows Me. I was just curious if anyone maybe knew if it was for tmpgenc or a different program, no big deal really.
Reply With Quote
  #4  
09-12-2002, 11:46 PM
aderunn3r aderunn3r is offline
Free Member
 
Join Date: May 2002
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
kwag ive just recently started using avisynth so i dont know what im doing wrong.. hopefully u can help me.
this is my script

LoadPlugin("c:\windows\system32\mpeg2dec.dll")
mpeg2source("D:\company.d2v")
BilinearResize(496,352,14,0,676,480)
#TemporalSmoother(2,2)
AddBorders(16,64,16,64)
Telecide()
Decimate()

i know u say i shouldnt put the # in front of temporalsmoother but if i dont it doesnt work. the other prob i get when i go to load this script is it says, there is no function named telecide().... where am i going wrong?
Reply With Quote
  #5  
09-13-2002, 12:00 AM
kwag kwag is offline
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 |3|aderunn3r
kwag ive just recently started using avisynth so i dont know what im doing wrong.. hopefully u can help me.
this is my script

LoadPlugin("c:\windows\system32\mpeg2dec.dll")
mpeg2source("D:\company.d2v")
BilinearResize(496,352,14,0,676,480)
#TemporalSmoother(2,2)
AddBorders(16,64,16,64)
Telecide()
Decimate()

i know u say i shouldnt put the # in front of temporalsmoother but if i dont it doesnt work. the other prob i get when i go to load this script is it says, there is no function named telecide().... where am i going wrong?
You're missing the decomb.dll
Get it at videotools.net or doom9.org.
Then your script should look like this:

LoadPlugin("c:\windows\system32\mpeg2dec.dll")
LoadPlugin("c:\encoding\decomb.dll") << Add this line >>
mpeg2source("D:\company.d2v")
BilinearResize(496,352,14,0,676,480)
#TemporalSmoother(2,2)
AddBorders(16,64,16,64)
Telecide()
Decimate()

See that I added the line LoadPlugin("c:\encoding\decomb.dll")
Change that to where you have your decomb.dll
decomb.dll is what supports telecide and decimate functions.

-kwag
Reply With Quote
  #6  
09-13-2002, 01:57 AM
aderunn3r aderunn3r is offline
Free Member
 
Join Date: May 2002
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
thanks for the quick reply kwag i know have decomb.dll but im still getting an error. this time the error says Unrecognized exception! D:\film.avs,line 4
this is the script

LoadPlugin("c:\windows\system32\mpeg2dec.dll")
LoadPlugin("c:\encoding\decomb.dll")
mpeg2source("D:\company.d2v")
BilinearResize(496,352,14,0,676,480)
#TemporalSmoother(2,2)
AddBorders(16,64,16,64)
Telecide()
Decimate()

what am i doing wrong now?
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: MSVCR70.dll could not be found? Jellygoose Avisynth Scripting 8 12-12-2004 03:49 PM
Avisynth: Error opening the avisynth file i76276 Avisynth Scripting 5 10-22-2003 05:56 AM
DVD2SVCD: MSVCR70.dll/Visual C++ Runtime/AVIFIL32.DLL access violation ftin Video Encoding and Conversion 3 09-11-2003 09:09 AM
Sampler.dll is not a avisynth 2.52 file Sykes Avisynth Scripting 4 06-27-2003 08:28 AM
Avisynth: File Size Predition vs Actual file size? Rig R. Mortis Avisynth Scripting 2 10-12-2002 06:04 PM




 
All times are GMT -5. The time now is 03:38 PM  —  vBulletin © Jelsoft Enterprises Ltd