Quantcast With What Video Codec Should I Compress my Captured File? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
06-20-2003, 12:16 AM
diablov90street diablov90street is offline
Free Member
 
Join Date: Mar 2003
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to diablov90street
With what video codec should i compress my captured file, maybe im not getting it able to work because im using the wrong codec. (Maybe).

~~~~~~~
Diablov90Street
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  
06-20-2003, 12:25 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
If you have enough disk space, use the HuffYUV (Huffy) CODEC.

-kwag
Reply With Quote
  #3  
06-20-2003, 01:35 AM
diablov90street diablov90street is offline
Free Member
 
Join Date: Mar 2003
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to diablov90street
I used the Huffy CODEC with this scipt:

#================================================= ====#
# -= AviSynth script by MovieStacker v2.0.0 (beta) =- #
#================================================= ====#

LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\MPEG2Dec.dll")
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\TemporalCleanerOld.dll" )
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\GripFit_preview.dll")
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\BlockBuster.dll")
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\DustV5.dll")
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\LegalClip.dll")

AviSource("G:\AVI Stuff\Files\Movie\try.avi")
LegalClip()
GripCrop(528, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
SpaceDust()
TemporalCleaner(5, 10)
BlockBuster(method="noise")
GripBorders()
LegalClip()

And i dont have sampler(length=24) in my script and its still giving me this error:

Sampler: samples must be>=2
(G:\AVISTU~1\VIDEO.avs, line 24)

Sorry if im getting annoying with all of this but i have no idea what to do.
~~~~~~~
Diablov90Street
Reply With Quote
  #4  
06-20-2003, 01:43 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
Can you open the avi on WMP and play it

-kwag
Reply With Quote
  #5  
06-20-2003, 01:45 AM
diablov90street diablov90street is offline
Free Member
 
Join Date: Mar 2003
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to diablov90street
Yeah, but it goes kind of choppy.

~~~~~~~
Diablov90Street
Reply With Quote
  #6  
06-20-2003, 01:48 AM
Krassi Krassi is offline
Free Member
 
Join Date: Mar 2003
Location: Germany
Posts: 390
Thanks: 0
Thanked 0 Times in 0 Posts
Maybe your file is too short. Are you using Tok?
Reply With Quote
  #7  
06-20-2003, 01:21 PM
diablov90street diablov90street is offline
Free Member
 
Join Date: Mar 2003
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to diablov90street
Yeah im using Tok.
Reply With Quote
  #8  
06-20-2003, 03:34 PM
Krassi Krassi is offline
Free Member
 
Join Date: Mar 2003
Location: Germany
Posts: 390
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by diablov90street
Yeah im using Tok.
Then maybe your video is too short to do prediction. I think it is buit-in in Sampler.dll. Try with a fixed cq value in ToK or enter a higher value in "Samples/Minute". Is it working now?
Reply With Quote
  #9  
06-20-2003, 04:56 PM
diablov90street diablov90street is offline
Free Member
 
Join Date: Mar 2003
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to diablov90street
Ill try it with a longer movie compressed with Huffy.
Reply With Quote
  #10  
06-25-2003, 11:15 PM
diablov90street diablov90street is offline
Free Member
 
Join Date: Mar 2003
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to diablov90street
I tried it with a longer movie and it still doesn't work, its still giving me the sampler error. And the video is about 2 min. long.
Reply With Quote
  #11  
06-25-2003, 11:38 PM
diablov90street diablov90street is offline
Free Member
 
Join Date: Mar 2003
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to diablov90street
One more thing, I tried it with acp, and it doesn't give me an error, but it does go really slow. 35 min. for a 2 min. avi.
Reply With Quote
  #12  
06-26-2003, 02:56 AM
Krassi Krassi is offline
Free Member
 
Join Date: Mar 2003
Location: Germany
Posts: 390
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by diablov90street
I tried it with a longer movie and it still doesn't work, its still giving me the sampler error. And the video is about 2 min. long.
A 2 min. Video is too short to make a sampler...
You could try to increase Samples/Minute in ToK but why do you want to make a predicition for a 2 min-video
Reply With Quote
  #13  
06-26-2003, 09:50 AM
diablov90street diablov90street is offline
Free Member
 
Join Date: Mar 2003
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to diablov90street
Because I wanna make a test to see how it looks. How long should i make my movie for a test that works?
Reply With Quote
  #14  
06-26-2003, 12:31 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 diablov90street
Because I wanna make a test to see how it looks. How long should i make my movie for a test that works?
Ypu can have a 2 min video for a test but don't bother with a size prediction !

Do an encode with fixed CQ value (CQ=70 for instance).
Reply With Quote
  #15  
06-26-2003, 11:58 PM
diablov90street diablov90street is offline
Free Member
 
Join Date: Mar 2003
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to diablov90street
I have another question, is there any way the I can downsize my fps from 29.97fps to 23.976fps
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Recording Video: Captured source and too much light? TKS Video Capturing / Recording 1 10-11-2004 06:40 AM
Audio out of sync on .AVI file captured from Virtual VCR Lumsmore Video Capturing / Recording 1 09-27-2004 08:48 PM
Captured Video has too many drop frames ARAGORN Video Capturing / Recording 5 11-23-2002 05:44 PM
Audio Pops in captured video? twobit326 Video Capturing / Recording 2 11-11-2002 12:32 AM
Captured video from DV cameras is jerky Daznic Video Capturing / Recording 1 08-29-2002 02:44 PM




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