Quantcast KVCD: AVI to KVCD NTSCfilm Plus? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
02-01-2003, 06:08 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
I have done a 3 min 54sec test snippet (using my modified KVCD NTSCFilm PLUS template with 20mb output with sound) of a avi and used this script:

Quote:
LoadPlugin("C:\fitcd\mpeg2dec.dll")
LoadPlugin("C:\fitcd\GripFit_preview.dll")
LoadPlugin("C:\fitcd\blockbuster.dll")
LoadPlugin("C:\fitcd\legalclip.dll")
LoadPlugin("C:\fitcd\convolution3d.dll")
LoadPlugin("C:\fitcd\dustv5.dll")

aviSource("C:\video.avi")
ConvertToYUY2()
LegalClip()
GripCrop( width=352, height=576, overscan=0 )
GripSize()
faerydust()
Convolution3D(preset="movieLQ")
Blockbuster(method="noise", variance=.3, seed=1)
GripBorders()
LegalClip()
when I view the mpg after everything is done through windvd the picture is tres bien but when I view it on my TV its very blocky. Any suggestions to what I can add to the script to get rid of the blocks?? as a side not I'm using a PAL NTSC compatible TV.
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  
02-01-2003, 06:55 PM
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 andybno1
Any suggestions to what I can add to the script to get rid of the blocks??
Probably nothing if your source is a DivX. You probably get excelent quality on your TV with your script if the source was a DVD.

-kwag
Reply With Quote
  #3  
02-01-2003, 08:11 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
ok, just done a test of the file to normal vcd and well it was much better quality and less blocky sorry kwag but its true, I guess kvcd is best with dvd sources and not avi.
Reply With Quote
  #4  
02-01-2003, 09:00 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
You can using Blockbuster with stronger settings to like BlockBuster(method="noise", detail_min=1, detail_max=100,variance=4). This will process all the blocks. If it's too grainy, lower the variance.
Reply With Quote
  #5  
02-01-2003, 09:17 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
cheers I will give it a try and let you know if it helped.
Reply With Quote
  #6  
02-02-2003, 07:46 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
here is the script I used:

Quote:
LoadPlugin("C:\fitcd\mpeg2dec.dll")
LoadPlugin("C:\fitcd\GripFit_preview.dll")
LoadPlugin("C:\fitcd\blockbuster.dll")
LoadPlugin("C:\fitcd\legalclip.dll")
LoadPlugin("C:\fitcd\convolution3d.dll")
LoadPlugin("C:\fitcd\dustv5.dll")

aviSource("C:\video.avi")
ConvertToYUY2()
LegalClip()
GripCrop( width=352, height=480, overscan=0 )
GripSize()
SpaceDust()
FaeryDust()
Convolution3D(preset="movieLQ")
BlockBuster(method="noise", detail_min=1, detail_max=100,variance=4)
GripBorders()
LegalClip()
and when played I got this.

just been watching the source avi file and the avi file has corrupt frames and when encoded to kvcd when the corrupt frame come along, the audio goes out of sync, how do I fix this?
Reply With Quote
  #7  
02-02-2003, 12:30 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
anyone know why the out come is like that in the sample??
Reply With Quote
  #8  
02-02-2003, 12:45 PM
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 andybno1
anyone know why the out come is like that in the sample??
Does your avi file play correctly in WMP? Something is really weird with that "looping" you're getting
Reply With Quote
  #9  
02-03-2003, 05:25 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
nope, how you see it is how I'm seeing it in wmp windvd and standalone. I think its down to that command line rendalunit told me to add, it was encoding fine till that blockbuster command was suggested so its something in the command line: BlockBuster(method="noise", detail_min=1, detail_max=100,variance=4)
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
NTSCfilm -> PAL ???? ( conversão de framerate) Soulman Conversão e Codificação de Vídeo (Português) 1 11-19-2003 09:07 AM
KVCD NTSCFilm - audio that is six seconds longer than the video? Mr. Kravitz Video Encoding and Conversion 5 09-11-2003 02:49 AM
kvcd: good way to convert from PAL 25 fps to NTSCFilm 29 fps ? ezysk Video Encoding and Conversion 10 08-06-2003 05:17 PM
KVCD: NTSC vs. NTSCFilm ? getsome831 Video Encoding and Conversion 3 07-18-2003 02:36 PM
Encoding PAL Capture to NTSCFilm? Tiffy Video Encoding and Conversion 2 06-25-2002 03:28 AM




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