Quantcast TMPGEnc: Whats Wrong with ReadAVS.dll - digitalFAQ.com Forums [Archives]
  #1  
09-19-2005, 09:22 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
I am trying to use readavs.dll to encode a 2 hr movie and it shows me 28 hrs remaining. WTF ???

I have used TMPGEnc with the same settings, same avs script (except readavs.all), using Directshow and I was able to encode appx the same length in appx 4.5 hrs.

Whats wrong, I use avisynth 2.5.6 RC1 and TMPGEnc 2.524.63.181

P4 Centrino 1.6 Ghz, 256 MB RAM
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  
09-19-2005, 09:31 AM
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 supermule
Whats wrong, I use avisynth 2.5.6 RC1 and TMPGEnc 2.524.63.181
I didn't even know that you could open an avs without readavs (using directshow) but your problem is probably that in the longer attempt, you are running in RGB32 and not in YV12. Or something like this. Avisynth is a lot faster in YV12.

The problem is not with readavs but with the codecs installed on your PC and how they are configured.
Reply With Quote
  #3  
09-19-2005, 09:36 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Quote:
Originally Posted by supermule
Whats wrong, I use avisynth 2.5.6 RC1 and TMPGEnc 2.524.63.181
I didn't even know that you could open an avs without readavs (using directshow) but your problem is probably that in the longer attempt, you are running in RGB32 and not in YV12. Or something like this. Avisynth is a lot faster in YV12.
Well I increased the priority in the VFAPI Plugin to the highest for directshow.

Okay let me put a converttoYV12() after reading the source in the avs script.

Will get back soon.....
Reply With Quote
  #4  
09-19-2005, 09:44 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Quote:
Originally Posted by supermule
Whats wrong, I use avisynth 2.5.6 RC1 and TMPGEnc 2.524.63.181
I didn't even know that you could open an avs without readavs (using directshow) but your problem is probably that in the longer attempt, you are running in RGB32 and not in YV12. Or something like this. Avisynth is a lot faster in YV12.

The problem is not with readavs but with the codecs installed on your PC and how they are configured.
Thanks DH, I put converttoYV12() at the begining (ofcourse after the read statement) in the script and the time has reduced to 5hrs 33 min appx.

Reply With Quote
  #5  
09-19-2005, 09:47 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Try to fix your codec for a better result next time.
The YV12 handler we often use is xvid codec. It should be installed even if you never read/encode xvid video. And you have to configure it to output as YV12 anytime.
Reply With Quote
  #6  
09-19-2005, 10:44 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Try to fix your codec for a better result next time.
The YV12 handler we often use is xvid codec. It should be installed even if you never read/encode xvid video. And you have to configure it to output as YV12 anytime.
Can you be more precise...............what do I need to do exactly. I already have the latest Divx release.

What should be the required configuration ?????
Reply With Quote
  #7  
09-19-2005, 11:17 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 supermule

Can you be more precise...............what do I need to do exactly. I already have the latest Divx release.

What should be the required configuration ?????
Not DivX CODECS
Install XviD CODEC.

-kwag
Reply With Quote
  #8  
09-19-2005, 11:27 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Quote:
Originally Posted by supermule

Can you be more precise...............what do I need to do exactly. I already have the latest Divx release.

What should be the required configuration ?????
Not DivX CODECS
Install XviD CODEC.

-kwag
Ah! I should have been precise too, I installed the Divx 6 package, it contains both Divx and Xvid codecs.

Is there anything else I need to configure or be aware of in the configuration.
Reply With Quote
  #9  
09-19-2005, 11:33 AM
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 supermule
I installed the Divx 6 package, it contains both Divx and Xvid codecs.
For sure not !

Did you ever see M$ delivering OpenOffice with M$ Office ?

Edit: but as boulder says just under, Divx can be used also as YV12 handler.
(just have to check the box "extented YuV mode" or something like this.
Reply With Quote
  #10  
09-19-2005, 11:33 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
DivX5 or 6 will decode YV12 as well as XviD. That is, both are equally buggy

However, you should use ConverttoRGB24() at the end of your script if you use TMPGEnc.

What is your source?
Reply With Quote
  #11  
09-19-2005, 11:41 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Quote:
Originally Posted by supermule
I installed the Divx 6 package, it contains both Divx and Xvid codecs.
For sure not !

Did you ever see M$ delivering OpenOffice with M$ Office ?

Edit: but as boulder says just under, Divx can be used also as YV12 handler.
(just have to check the box "extented YuV mode" or something like this.
You are right, I just checked I have installed the Free Divx play bundle. I will install the xvid.

BTW just for my understanding why are these conversions required, in the first place itself and how do you know what your source colourspace is ????
Reply With Quote
  #12  
09-19-2005, 11:45 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
That's why I asked what your source is. Most likely it should already be in YV12 but probably enabling the option Phil mentioned should do the trick.

You can check the colorspace by putting Info() right after the line where you load the source.
Reply With Quote
  #13  
09-19-2005, 11:53 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Boulder
That's why I asked what your source is. Most likely it should already be in YV12 but probably enabling the option Phil mentioned should do the trick.

You can check the colorspace by putting Info() right after the line where you load the source.
Sorry, its an avi source.
Reply With Quote
  #14  
09-19-2005, 11:59 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
If you're talking about XviD/DivX, sorry, we don't deal with them here anymore.
Reply With Quote
  #15  
09-19-2005, 09:19 PM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Boulder
If you're talking about XviD/DivX, sorry, we don't deal with them here anymore.
might be/might not be Xvid/DivX, I really dont know since its Video's in 6 CD-R which I am trying to put into a DVD now.( I am doing it for someone else)

but thanks anyway!!!


EDIT: I think the only thing you shouldnt discuss here is the Quality concerns and outputs from a Divx/Xvid (since you dont get the best out of them). Methodology and ways to do them wont do any harm.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: Readavs problem oxycotton420 Video Encoding and Conversion 40 08-09-2005 11:26 AM
TMPGEnc: Can't open avs files in TMPGEnc, but ReadAVS installed audioslave Video Encoding and Conversion 8 10-05-2003 08:57 PM
TMPGEnc: ReadAvs Plugin diablov90street Video Encoding and Conversion 5 06-30-2003 10:18 AM
Avisynth: Whats wrong with my script? ftin Avisynth Scripting 4 06-05-2003 09:16 AM
TMPGEnc: ReadAVS.dll problems Tutankhamun Video Encoding and Conversion 2 04-12-2003 02:23 PM

Thread Tools



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