digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   TMPGEnc: Readavs problem (http://www.digitalfaq.com/archives/encode/13556-tmpgenc-readavs-problem.html)

Zyphon 06-06-2005 02:09 PM

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()'

Dialhot 06-06-2005 02:15 PM

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.

Zyphon 06-06-2005 04:53 PM

Thank you Phil for clearing that up for me, now I fully understand the difference. :)

nicksteel 08-07-2005 05:27 PM

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? :roll:

I've loaded dvd2avi and avisynth 2.5

kwag 08-07-2005 05:51 PM

Put readavs.dll on your TMPEG folder :)

-kwag

nicksteel 08-07-2005 06:22 PM

Thanks, I must be going brain dead :D

Zyphon 08-08-2005 12:21 PM

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.

nicksteel 08-08-2005 01:14 PM

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! :oops:

Prodater64 08-08-2005 01:25 PM

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! :oops:

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!

Zyphon 08-08-2005 02:09 PM

@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.

nicksteel 08-08-2005 02:59 PM

Thanks, Guys :D

Feel like a dummy, having used this for several years, now forgetting how I installed it in the first place! :oops:

Prodater64 08-08-2005 03:52 PM

Quote:

Originally Posted by nicksteel
Thanks, Guys :D

Feel like a dummy, having used this for several years, now forgetting how I installed it in the first place! :oops:

Dont worry, it means that your system is very stable indeed.
:D

kwag 08-08-2005 05:00 PM

Quote:

Originally Posted by Zyphon
Dont you also have to run a reg file to get the readavs.dll to work?

Yes :oops:
I'm the one going brain dead :mrgreen:

-kwag

Prodater64 08-08-2005 05:12 PM

Quote:

Originally Posted by kwag
I'm the one going brain dead :mrgreen:
-kwag

http://www.digitalfaq.com/archives/error.gif

http://www.digitalfaq.com/archives/error.gif

No way, no, no.

kwag 08-08-2005 05:28 PM

But it might have been a brain fart :!:
( :arrow: Don't draw that one Pro :hihi: )

-kwag

Zyphon 08-08-2005 08:20 PM

Quote:

Originally Posted by kwag
Yes :oops:
I'm the one going brain dead :mrgreen:

-kwag

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

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. :oops:
:douh:

nicksteel 08-09-2005 07:04 AM

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 :D , I'm up and running. My new Gateway dual-core 820 is interesting to watch run.

Zyphon 08-09-2005 08:23 AM

Quote:

Originally Posted by nicksteel
Thanks :D , 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. :D

Prodater64 08-09-2005 10:20 AM

It could be a posibility that you send me your old PC?

nicksteel 08-09-2005 11:24 AM

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! :D

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.


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

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