Quantcast Encode DVD Without Resize? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
03-21-2004, 04:46 AM
venkatk venkatk is offline
Free Member
 
Join Date: Jan 2004
Location: Planet Earth
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

I have modified the optimal script like this for DVD re-encodes by omitting GripCrop and Resize.

Code:
MPEG2Source("kkhh.d2v")
#AssumeTFF().SeparateFields()
Telecide(order=1,guide=1,vthresh=25,post=2)
Decimate()
Crop(4, 56, 712, 368)
undot()
asharp(1, 4)
STMedianFilter(3, 3, 1, 1 ) 
MergeChroma(blur(1.5)) 
MergeLuma(blur(0.1)) 
ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ") 
AddBorders(4, 56, 4, 56)
LetterBox(0, 0, 16, 16)
converttoyuy2()
Am I doing something wrong?

Venkat
__________________
venkat
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  
03-21-2004, 07:17 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Non execpt that you should work in border divisible by 8. So

Crop(8, 56, 704, 36 and AddBorders(8, 56, 8, 56)
Reply With Quote
  #3  
03-21-2004, 08:51 AM
venkatk venkatk is offline
Free Member
 
Join Date: Jan 2004
Location: Planet Earth
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Non execpt that you should work in border divisible by 8. So

Crop(8, 56, 704, 36 and AddBorders(8, 56, 8, 56)
Thanks a lot. I will take care of borders next time.

BTW, I was able to feed the encoder with the script I posted without any errors.

The encode is in progress.. Should I expect problems?

Venkat
__________________
venkat
Reply With Quote
  #4  
03-21-2004, 09:46 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 venkatk
The encode is in progress.. Should I expect problems?
None that will be due to the script itself. But tmpgenc has some bugs and sometimes we fall into them (illegal operation error, divide by zero...). But they are rare.
Reply With Quote
  #5  
03-21-2004, 12:07 PM
venkatk venkatk is offline
Free Member
 
Join Date: Jan 2004
Location: Planet Earth
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
None that will be due to the script itself. But tmpgenc has some bugs and sometimes we fall into them (illegal operation error, divide by zero...). But they are rare.
Thanks again.

KVCD Forum is one of the best I have seen New users get quality support in no time.
__________________
venkat
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KDVD: Resize or not resize, that is the question. Prodater64 Video Encoding and Conversion 72 09-19-2005 10:16 AM
how to do a overscan resize? The Untouchable Video Encoding and Conversion 5 01-21-2004 11:05 AM
Resize no KVCD el34 Conversão e Codificação de Vídeo (Português) 2 12-06-2003 05:14 AM
How do you resize an avi? raven2707 Video Encoding and Conversion 5 11-07-2003 12:56 PM
Resize maurus Convertir y Codificar Video (Español) 5 11-04-2003 01:55 AM




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