Quantcast TMPGEnc: ReadAVS Problem - Page 2 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #21  
06-06-2005, 02:09 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
"AVISource("D:\VVCR Cap\video1.avi",pixel_type="YUY2")", 
output will be YUY2 and then good for CCE.
So guys are we saying that if you are working with captures then you should use the above AviSynth command when using YUY2 colorspace?

Or do you use a new line with 'Converttoyuy2()'
__________________
Regards.

Michael.
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
  #22  
06-06-2005, 02:15 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Zyphon
So guys are we saying that if you are working with captures then you should use the above AviSynth command when using YUY2 colorspace?
If you encoded your captures with a codec that is YUY2 (let say huffmann), then yes, you should use the pixel_type parameter to be sure that the format won't be converted by the codec used on your PC to render huffman (let say ffdshow).
Using a "ConvertTo" line in such situation lead to a double space color convertion and should not be used.
Reply With Quote
  #23  
06-06-2005, 04:53 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you Phil for clearing that up for me, now I fully understand the difference.
__________________
Regards.

Michael.
Reply With Quote
  #24  
08-07-2005, 05:27 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Make sure you have the ReadAVS.dll file, and registered, on your TMPGEnc folder.

-kwag
Bringing up a new machine and my memory is about gone. How and where do you load readavs.dll?

I've loaded dvd2avi and avisynth 2.5
Reply With Quote
  #25  
08-07-2005, 05:51 PM
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
Put readavs.dll on your TMPEG folder

-kwag
Reply With Quote
  #26  
08-07-2005, 06:22 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks, I must be going brain dead
Reply With Quote
  #27  
08-08-2005, 12:21 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Dont you also have to run a reg file to get the readavs.dll to work?

I had to edit the regfile to the path where I had TMPGEnc stored and then save it and double click it to enter it into the registry.
__________________
Regards.

Michael.
Reply With Quote
  #28  
08-08-2005, 01:14 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Zyphon
Dont you also have to run a reg file to get the readavs.dll to work?

I had to edit the regfile to the path where I had TMPGEnc stored and then save it and double click it to enter it into the registry.
Where is the regfile located? (Am at work and can't access the computer)

I did check my existing installation last night and I don't have readavs.dll in my tmpgenc directory. It's been so long since I installed it that I've forgotten how!
Reply With Quote
  #29  
08-08-2005, 01:25 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by nicksteel
Quote:
Originally Posted by Zyphon
Dont you also have to run a reg file to get the readavs.dll to work?

I had to edit the regfile to the path where I had TMPGEnc stored and then save it and double click it to enter it into the registry.
Where is the regfile located? (Am at work and can't access the computer)

I did check my existing installation last night and I don't have readavs.dll in my tmpgenc directory. It's been so long since I installed it that I've forgotten how!
Quote:
Originally Posted by Readavs pack readme file
This is an import filter for TMPGEnc version 0.11e. It adds support
for Avisynth AVS files and VirtualDub VDR files to TMPGEnc.


To install this filter, you will have to do the following:

1. Unpack the archive to a temporary directory.

2. Move the ReadAVS.dll file to your TMPGEnc directory.

3. Edit the ReadAVS.reg file with a text editor so that the path to
the DLL is correct for your system.

4. Double-click on the ReadAVS.reg file to add its contents to the
registry.

5. Close and restart TMPGEnc if it's running.


Once you've completed the steps above, you can delete the contents of
the temporary directory.


To compile the source code you will need vfapi.h from the VFAPI SDK.
Use the following command to compile under VC6:

cl /MD /LD /Ox ReadAVS.cpp /link /def:ReadAVS.def vfw32.lib /filealign:512


If you have problems, email benrg@math.berkeley.edu.
For more information about Avisynth, please see
http://www.math.berkeley.edu/~benrg/avisynth.html.


Legal boilerplate:

Copyright 2000 Ben Rudiak-Gould. This program is free software; you
can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

To view the GPL, please see http://www.gnu.org/copyleft/gpl.html .
http://www.kvcd.net/ReadAVS.zip

Take a look where I find out the file!
Reply With Quote
  #30  
08-08-2005, 02:09 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
@nicksteel

download the ReadAVS.zip file that Pro posted and then edit the ReadAVS.reg

Quote:
From the ReadAVS.reg

REGEDIT4

; Replace the path below with the real path to the DLL.
; Be sure to type each backslash twice, as in the example.

[HKEY_CURRENT_USER\Software\VFPlugin]
"Avisynth"="c:\\1flaskmpeg\\TMPGEnc12e\\ReadAVS.dl l"
Edit the line after the "Avisynth"="c:\\ to the path where you have your TMPGEnc stored remembering to use \\ for the path.
__________________
Regards.

Michael.
Reply With Quote
  #31  
08-08-2005, 02:59 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks, Guys

Feel like a dummy, having used this for several years, now forgetting how I installed it in the first place!
Reply With Quote
  #32  
08-08-2005, 03:52 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by nicksteel
Thanks, Guys

Feel like a dummy, having used this for several years, now forgetting how I installed it in the first place!
Dont worry, it means that your system is very stable indeed.
Reply With Quote
  #33  
08-08-2005, 05:00 PM
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 Zyphon
Dont you also have to run a reg file to get the readavs.dll to work?
Yes
I'm the one going brain dead

-kwag
Reply With Quote
  #34  
08-08-2005, 05:12 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
I'm the one going brain dead
-kwag




No way, no, no.
Reply With Quote
  #35  
08-08-2005, 05:28 PM
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
But it might have been a brain fart
( Don't draw that one Pro )

-kwag
Reply With Quote
  #36  
08-08-2005, 08:20 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Yes
I'm the one going brain dead

-kwag
Don't worry your not alone Karl, I think its catching, I think im going brain dead also.

The other day I wanted to run some tests on CQMatic as I wanted to test the new prediction of CQMatic and I almost forgot how TMPGEnc works, its been so long since I used it.

I forgot it was the reverse of CCE in terms of the value in OPV prediction, I forgot the higher the CQ the better the quality was.
__________________
Regards.

Michael.
Reply With Quote
  #37  
08-09-2005, 07:04 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Zyphon
@nicksteel

download the ReadAVS.zip file that Pro posted and then edit the ReadAVS.reg

Quote:
From the ReadAVS.reg

REGEDIT4

; Replace the path below with the real path to the DLL.
; Be sure to type each backslash twice, as in the example.

[HKEY_CURRENT_USER\Software\VFPlugin]
"Avisynth"="c:\\1flaskmpeg\\TMPGEnc12e\\ReadAVS.dl l"
Edit the line after the "Avisynth"="c:\\ to the path where you have your TMPGEnc stored remembering to use \\ for the path.
Thanks , I'm up and running. My new Gateway dual-core 820 is interesting to watch run.
Reply With Quote
  #38  
08-09-2005, 08:23 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by nicksteel
Thanks , I'm up and running. My new Gateway dual-core 820 is interesting to watch run.
Your welcome, im glad I could help out.

Good luck with the new PC, im jealous I think I will have to upgrade soon.
__________________
Regards.

Michael.
Reply With Quote
  #39  
08-09-2005, 10:20 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
It could be a posibility that you send me your old PC?
Reply With Quote
  #40  
08-09-2005, 11:24 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Prodater64
It could be a posibility that you send me your old PC?
The wife has already claimed it. It is a P4 pretty loaded up (with a Sun 21" CAD monitor), so a bit beyond her needs in roaming the internet, but a good excuse for me getting the new one!

The new one appears to be utilizing the dual cores with the Windows XP Home OS so I don't know if I need to load Windows XP Pro or not. It is a stand alone machine.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: Can't open avs files in TMPGEnc, but ReadAVS installed audioslave Video Encoding and Conversion 8 10-05-2003 08:57 PM
TMPGEnc: Location of ReadAVS VFAPI trillium Video Encoding and Conversion 1 07-07-2003 11:53 AM
TMPGEnc: ReadAvs Plugin diablov90street Video Encoding and Conversion 5 06-30-2003 10:18 AM
TMPGEnc: ReadAVS error, LoadPlugin problem DCBJ Video Encoding and Conversion 22 05-19-2003 03:29 PM
TMPGEnc: ReadAVS.dll problems Tutankhamun Video Encoding and Conversion 2 04-12-2003 02:23 PM




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