+ Reply to Thread
Results 1 to 12 of 12
-
It's a lossless codec
In your case, it would be used to speed things up. When you are using slow filters, a 2 pass encode endures the slow filters twice (it's the bottleneck) . By applying those filters to a lossless encode first before the 2pass hcenc encode, often the entire process is much faster because the slow filters are experienced only once -
It's often used as a capture codec. It's lossless, fast, and compressed.
-
Lossless codecs are often used as intermediate files between the source and the destination format. For example, I make multiple passes using CCE. I often have slow filters in the script. Therefore I create a lossless AVI and then use a different AviSynth script on it with AviSource to open that in CCE. The slow script runs once, the fast one five times. Another use is so the quality doesn't degrade over multiple encodes. If I plan on running a series of scripts before doing my final encode in CCE, I'll create a series of lossless AVIs. Apparently you have no use for HuffYUV, but others use lossless codecs quite a lot.
Edit: And just before I posted davexnet mentioned another very important use for them. -
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Sometimes it is marginally faster, but usually it's actually slower overall when you factor in that you're encoding it twice: once for the intermediate, and again for the real encode
It depends on what encoder you are using , and if/how the encoder uses a lookahead analysis for the 1 pass encode . If there is a complex or long look ahead, then you might benefit from an intermediate. Clearly in manono's situation where he's using multiple passes there is a large gain
Different lossless intermediates can impact encoding speed . For example encoding from ut video codec encodes 5-10% faster than lagarith consistently (depending on what encoder you are using). It's even slightly faster than huffyuv. -
Similar Threads
-
huffyuv help
By liquidr0x in forum Video ConversionReplies: 31Last Post: 18th Feb 2015, 06:31 -
How do I install Huffyuv (mt)?
By blud in forum Newbie / General discussionsReplies: 8Last Post: 6th Apr 2012, 06:47 -
HuffYUV Question.....
By vipin in forum Video ConversionReplies: 7Last Post: 7th May 2010, 12:36 -
H.264 to HuffYUV
By PuzZLeR in forum Video ConversionReplies: 13Last Post: 4th Apr 2008, 00:25 -
is it possible to compress HUFFYUV?
By Lee82 in forum Newbie / General discussionsReplies: 3Last Post: 10th Aug 2007, 12:56