Just wondering if there was one. I would love to have it, but all the programs I have are constant only. Anyone know of any and are they good?
+ Reply to Thread
Results 1 to 3 of 3
-
Don't knock on deaths door, ring the doorbell and run, death hates that!
-
The problem you have is that by capturing you are streaming data to your hard drive and need to encode it as quick as possible (i.e. realtime). To use VBR the encoder needs to grab a chunk of video data and analyse it to work out the bit distribution. Since BR is "bits per second" the encoder would need to gather a seconds worth of data and do it's thing.....meanwhile another second or two have elapsed and you miss out on video data. With a constant bit rate you can encode the video quickly because the encoder doesn't need to worry about how to best distribute the bits.
The problem with video capture is that it is almost always realtime (from a TV card or other input source) and you can't slow it down or speed it up to suit your encoding needs. For realtime VBR to work you need to be able to compute the bit distribution and write the data in 1 second or less. AFAIK this can't be done in software yet."Weekends don't count unless you spend them doing something completely pointless."
Bartman 8) -
Ok, thanks for the fast reply.
:P notice my late oneDon't knock on deaths door, ring the doorbell and run, death hates that!
Similar Threads
-
A good dvd authoring program?
By t_jay17 in forum Authoring (DVD)Replies: 3Last Post: 31st Mar 2010, 21:50 -
What is a good software to encode variable bit rate MP3 files?
By jbitakis in forum AudioReplies: 5Last Post: 24th Jan 2009, 14:58 -
What's a good dvd authoring program to use?
By zanos in forum Authoring (DVD)Replies: 14Last Post: 3rd Mar 2008, 11:11 -
Is there a good Capture program where you can capture in high resolutions?
By Wooooooo in forum Newbie / General discussionsReplies: 1Last Post: 7th Jan 2008, 11:20 -
Is there a program that can safely convert variable frame rate videos?
By darkzero297 in forum Video ConversionReplies: 1Last Post: 17th Jul 2007, 20:01