Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: HuffYUV revisited (Read 6791 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

HuffYUV revisited

(version 2.2.0 from 19-12-03 by avisynth dev - sh0dan.)
page: http://cultact-server.novi.dk/kpo/huffyuv/huffyuv.html
Quote
* Added "Reduced resolution". This will save your file in HALF the orginal resolution, and upscale the video on the fly. Lossy, but very fast!
* HuffYUV is now storing interlaced mode in the AVI-file. Now interlaced files are properly decoded!
* Added MMX optimized YUV -> RGB conversion routines.
* HuffYUV will now suggest to store RGB32 (RGB with alpha), even if it is disabled. Alpha information will however be removed when on.
* HuffYUV should now support all resolutions flawlessly. Do however not that it is not recommended to use a resolution that isn't divideable by 8, when using Reduced Resolution, and YUY2 naturally must med divideable by 2.
* Minor General speedup of some internal routines. Should be a bit faster than older versions.
release chat: http://forum.doom9.org/showthread.php?s=&threadid=67121
PANIC: CPU 1: Cache Error (unrecoverable - dcache data) Eframe = 0x90000000208cf3b8
NOTICE - cpu 0 didn't dump TLB, may be hung

HuffYUV revisited

Reply #1
I'm really happy development on it continued, since there were some annoying bugs, which were never fixed.
If you don't depend on huffyuv's (incredible) speed CorePNG might be worth a look, too.
"To understand me, you'll have to swallow a world." Or maybe your words.

HuffYUV revisited

Reply #2
Heard anything about the other lossless codec out there?  Alpineairy or somesuch I believe...

 

HuffYUV revisited

Reply #3
On the doom9-board there is a lossless codec floating around called "vble" by MarcFD. It internally uses the YV12 colour space which is also used in mpeg-2 and mpeg-4 codecs. It works pretty well and can spare you colourspace conversions.
Always defragment your MP3s to avoid subtle lack in harmonics.

HuffYUV revisited

Reply #4
I've readed (maybe here in HA) about one called:
Techsmith Ensharpen, for Quicktime... but I didnt proved it.

b:.

HuffYUV revisited

Reply #5
Great, I'm "collecting" lossless video codecs.

Quote
I'm really happy development on it continued, since there were some annoying bugs, which were never fixed.
If you don't depend on huffyuv's (incredible) speed CorePNG might be worth a look, too.

Incredible, an extra codec for cartoon fans! 

From the codecs homepage:
Quote
CorePNG was orignally developed for use with the subtitles, it compresses cartoons and CGI very well and in many cases better than Huffyuv and Loco.


Tho it wasn't developed especially for cartoons, the PNG compression method is very effective on cartoons, like GIF too.

HuffYUV revisited

Reply #6
In most cases FFV1 is the most efficient lossless codec, often gives about half the datarate of Huffyuv, but it's much slower too (but still multiple times faster than CorePNG).

HuffYUV revisited

Reply #7
Quote
In most cases FFV1 is the most efficient lossless codec

any links to win32 compiles? (i cant seem to google anything...)
PANIC: CPU 1: Cache Error (unrecoverable - dcache data) Eframe = 0x90000000208cf3b8
NOTICE - cpu 0 didn't dump TLB, may be hung

HuffYUV revisited

Reply #8
It comes with ffvfw.

HuffYUV revisited

Reply #9
http://athos.leffe.dnsalias.com/ FFV1 it is part of the ffvfw package if you just use the VLC for entropy coding you may be able to use the codec for real time capture if you are lucky and have a reasonably fast computer.  If you are really really lucky you might be able to use the CABAC that will drop the bitrate considerably maybe even 10-15% but I do warn you it is slow I can get approx. 18fps on my P4 1.8 Ghz so in order to use that for capturing you will have to have a smoking machine.  Another interesting lossless codec is Milk by Marc FD here is a link MILK it is reasonably fast, faster than FFV1.  Also there is VBLE which was mentioned earlier which is very fast .
EDIT: Latexxx you beat me to it

HuffYUV revisited

Reply #10
tnx Latexxx & Bonzi. (my main usage for this type of codecs is vertical editing (intermidiates), and speed is the most important...)
PANIC: CPU 1: Cache Error (unrecoverable - dcache data) Eframe = 0x90000000208cf3b8
NOTICE - cpu 0 didn't dump TLB, may be hung