Quantcast TMPGEnc - the Resolution of Video is Illegal? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
01-13-2004, 01:41 AM
CaLaFaT CaLaFaT is offline
Free Member
 
Join Date: Jul 2003
Posts: 382
Thanks: 0
Thanked 0 Times in 0 Posts
Well, I try to encode an avi at 544x288 to 352x288 with this script,
Code:
LoadPlugin("C:\Filtros\MPEG2Dec3.dll") 
LoadPlugin("C:\Filtros\grip.dll") 
LoadPlugin("C:\Filtros\atc.dll") 
LoadPlugin("C:\Filtros\Blockbuster.dll") 

AVISource("C:\video.avi",false) 

Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823) 
ATC(1,2,4,0.5,false) 
TemporalSoften(2,7,7,3,2) 
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823) 

gripCrop(352, 288, overscan=1,source_anamorphic=false,dest_anamorphic=false) 
GripSize(resizer="lanczosresize") 
GripBorders() 

converttoyuy2()
And when I put this .avs in TMPGEnc (Video Source), it show me this message:
Quote:
( the resolution of video is illegal.
> THE WINDOWS SIZE NEEDS TO BE SET BETWEEN 8X8 AND 4088 X 4088

> THE WIDTH AND HEIGHT OF WINDOW TO BE MULTIPLE OF
What can I do?

Thanks guys...
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  
01-13-2004, 02:55 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Open the script with vdub or media player 6.4 and you shoud see an error message, tell us what it says!
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #3  
01-13-2004, 04:04 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Note: by the way use are using a very old script (version 1, we are at version 4 ).

http://www.kvcd.net/forum/viewtopic.php?t=7223
Reply With Quote
  #4  
01-13-2004, 04:38 AM
CaLaFaT CaLaFaT is offline
Free Member
 
Join Date: Jul 2003
Posts: 382
Thanks: 0
Thanked 0 Times in 0 Posts
I know it Dialhot, but I dont understand but avisyhtn say me this if I try with an AVISource with both dimensions divisible by 16...

I will try to open .avs with virtualdub...

Thanks.
Reply With Quote
  #5  
01-13-2004, 06:25 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Quote:
Originally Posted by Dialhot
Warning : script V4 and V3 need a source with both dimensions divisible by 16. If your source is not in this case, you can use "Addborders(left,top,0,0)" to adjust the size (the idea is to reach the next value that is divisible by 16. See example just after). Don't worry, this border will be removed by the gripcrop command.

Example : source is 636 * 477, you need to change it to 640 * 480 (640/16 = 40; 480/16 = 30). So just add this after the line Avisource :
Code:
AddBorders(4,3,0,0)
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #6  
01-14-2004, 03:38 AM
CaLaFaT CaLaFaT is offline
Free Member
 
Join Date: Jul 2003
Posts: 382
Thanks: 0
Thanked 0 Times in 0 Posts
But, I tried with v4 script and the dimension's source are divisible by 16!

Vdub say me, Can't load MPEG2Dec3.dll and with another avi I havent any problem!
Reply With Quote
  #7  
01-14-2004, 03:53 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Theres nothing wrong in the script so it must be the source file, can you tell some info about it?
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #8  
01-14-2004, 03:57 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
This is a good tool to check out codec info, http://avicodec.duby.info/ftp/avicod11.exe
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #9  
01-14-2004, 04:06 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 CaLaFaT
But, I tried with v4 script and the dimension's source are divisible by 16!
What are the dimension of the source ?
Reply With Quote
  #10  
01-14-2004, 04:19 AM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
Quote:
Originally Posted by CaLaFaT
Well, I try to encode an avi at 544x288 to 352x288 with this script,
It´s this I think.
__________________
¨¨°şİİş°¨¨°şİCHERONAPHİş°¨¨°şİİş°¨¨
Reply With Quote
  #11  
01-14-2004, 04: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 CheronAph
Quote:
Originally Posted by CaLaFaT
Well, I try to encode an avi at 544x288 to 352x288 with this script,
It´s this I think.
Opps. Not fully awake
So you are right, these values are proabably wrong and avicodec will give the correct ones (or gspot).

An other (and better) idea : use this script
Code:
avisource("your avi.avi")
info()
And see what that gives.
(perhaps it's the codec that screw the dimensions).
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD2SVCD: Error - The resolution of the video is illegal TheDJ Video Encoding and Conversion 4 04-30-2004 11:15 AM
Resolution of video is illegal? ahchagas Video Encoding and Conversion 7 09-26-2003 01:55 PM
TMPGEnc: Illegal resolution? elpotito Video Encoding and Conversion 0 07-29-2003 04:03 AM
TMPGEnc Error: The resolution of the video is illegal emphatic Video Encoding and Conversion 2 07-05-2003 07:44 PM
MovieStacker: tmpgenc gives me an error of illegal resolution? ntirules Video Encoding and Conversion 4 06-16-2003 03:17 PM




 
All times are GMT -5. The time now is 12:23 AM  —  vBulletin İ Jelsoft Enterprises Ltd