Quantcast KVCD: Open with TMPGEnc? - Page 2 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #21  
07-17-2004, 05:08 AM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
thanx guys not anybodys fault and i already used dvd shrink. i'll just have to try again but first my next source is widescreen not anophbic(that one word so what would be gripcrops line. example (gripcrop(320, 240widescreen_true?)
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  
07-17-2004, 06:58 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You said it all in your question : the source is non anamorphic, so the line must contain "source_anamorphic=false". That's so simple

Note: NEVER use dvdshrink on a KVCD ! I don't understand how you can do that BTW.
Reply With Quote
  #23  
07-17-2004, 03:08 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
so it is supposed to look like this (Gripcrop(320, 240,overscan=1,source_anamorphic=false)? and why shouldn't I use DVDshrink because I take out the other language, subs, and credits.
Reply With Quote
  #24  
07-17-2004, 03:27 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You said you solved your size problem by using dvdshrink so I assumed that you used it on the KVCD you had encoded. Did you do that or did you use it on the source ?

For the gripcrop line, yes that is okay except that320*240 is used for length above 2h30 ! I don't know what is your source lenght but you can probably use a better resolution.
Reply With Quote
  #25  
07-17-2004, 04:56 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
You said you solved your size problem by using dvdshrink so I assumed that you used it on the KVCD you had encoded. Did you do that or did you use it on the source ?
i used it on my dvd source and i have not solved my problem i am going to try another movie
Quote:
For the gripcrop line, yes that is okay except that320*240 is used for length above 2h30 ! I don't know what is your source lenght but you can probably use a better resolution.
my source is The Matrix, used dvd shrink to edit out the credits so the movie is 2 hours and 9 min and 21 sec. i chosed the res because it has a lot of action. so my script should look like
Quote:
# DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
####
## Main section and static filters ###
#
Mpeg2Source("D:\THE_MATRIX\DVD2AVI_Project_file.d2 v")
#
undot()
asharp(1, 4)
Gripcrop(320, 240,overscan=1,source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

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) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####
i tried with and without those lines and it wont load through TMPGEnc
my DVD drive reads as "THE_MATRIX_16X9LB_N_AMERICA(F: )"
Reply With Quote
  #26  
07-17-2004, 05:02 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 password
i chosed the res because it has a lot of action
Okay. That's not a bad way to think like this. Just try a prediction only with CQMatic at 352*480. On this source that can give great results.
Quote:
Gripcrop(320, 240,overscan=1,source_anamorphic=false)
I am VERY surprised that the matrix is not anamorphic. Are you sure about your statment ?

The script is okay.
Reply With Quote
  #27  
07-17-2004, 05:25 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
thanx Phil but it still wont load through TMPGEnc and should i edit this line to something?
Quote:
GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
because does "16X9LB" mean widescreen letterbox
Reply With Quote
  #28  
07-17-2004, 06:32 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 password
thanx Phil but it still wont load through TMPGEnc
And what is the error ?
Quote:
and should i edit this line to something?
Nope. All is good in this.

Quote:
because does "16X9LB" mean widescreen letterbox
You're right. That's surprising for a such blockbuster. The european edition is anamorphic.
Reply With Quote
  #29  
07-17-2004, 09:13 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
in TMPGEnc an error popped up that said "file "D:/the_matrix.avs" can not open or unsupported" but I changed in the avs to a different .d2v
Reply With Quote
  #30  
07-18-2004, 03:48 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
Quote:
Originally Posted by password
in TMPGEnc an error popped up that said "file "D:/the_matrix.avs" can not open or unsupported" but I changed in the avs to a different .d2v
Be sure that you have correct DVD2AVI.vfp file into your TMPGEnc folder.
Reply With Quote
  #31  
07-18-2004, 05:46 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
that will suprise you but what you missed is the XVID codec. Yes, xvid.
Reply With Quote
  #32  
07-18-2004, 02:54 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Be sure that you have correct DVD2AVI.vfp file into your TMPGEnc folder.
i did that and did not work
Quote:
that will suprise you but what you missed is the XVID codec. Yes, xvid.
why xvid ? and where do i get it at? i downloaded nics xvid codec and keeped closing and opening TMPGEnc unil it worked but when it opened the .avs it says "MPEG-1 476x56 24fps CQ 60" and it looks like a bad tv reception. it varies every time i open it .
Reply With Quote
  #33  
07-18-2004, 03:08 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
thanx for the help Pro and Phil it worked and i found the problem of the color disortion and it was in front of us the whole time and it was
Quote:
Gripcrop(320, 240,overscan=1,source_anamorphic=false)
and not
Quote:
Gripcrop(352, 240,overscan=1,source_anamorphic=false)
but i think it was the xvid codec that made it work but why?
Reply With Quote
  #34  
07-18-2004, 03:28 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
and one more thing i open TMPGEnc and load "KVCD-CQ-352x480-_NTSCFilm_-PLUS" and then open the .avs and checked the settings and i noticed that the video source type changes to interlaced but dvd2avi says the video type is "film" and frame type is "progressive" i am going to change it to progressive anyways . thanx for the help
Reply With Quote
  #35  
07-18-2004, 06:25 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
[quote="password"]
Quote:
Gripcrop(352, 240,overscan=1,source_anamorphic=false)
Correct ! And the ...x56 resolutino you have indicated that tehre was an error. here the error was "Gripcrop don't know this resolution (320*240)" or somethign close.

ANYTIME ytou have something in ...x56, open the script in a mediaplayer or in virtualdub and you will have the error message.

Quote:
but i think it was the xvid codec that made it work but why?
Magic

TMPGENC works in the YUY2 colorspace, the scripts producses a picture in YV12, so you need to have a YV12->YUY2 convertor on your PC. That is were Xvid codec is used. It is not at all for the codec part of the soft, bu only the colorspace convertor
Reply With Quote
  #36  
07-18-2004, 08:30 PM
password password is offline
Invalid Email / Banned / Spammer
 
Join Date: Nov 2003
Posts: 138
Thanks: 0
Thanked 0 Times in 0 Posts
thanx Phil i am also trying 352x480
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: Tmpgenc won't open mpeg2 files jzhao66 Video Encoding and Conversion 1 04-11-2004 02:52 PM
TMPGEnc: Can't open avs files in TMPGEnc, but ReadAVS installed audioslave Video Encoding and Conversion 8 10-05-2003 08:57 PM
KVCD: Tmpgenc can not open my file? big Video Encoding and Conversion 4 10-02-2003 06:59 AM
KVCD: MovieStacker .pst file - can't open in tmpgenc? EnNiS Video Encoding and Conversion 2 06-24-2003 04:01 AM
KVCD: TMPGEnc doesn't open Quicktime videos? serrabastien Video Encoding and Conversion 3 05-16-2003 02:27 AM




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