Log in

View Full Version : ffvhuff?


QQ
19th June 2005, 18:32
hello,

im sorry if this is a stupid question, but how can i encode using this codec? i tried googling/looking in this forum but didnt come up with an answer..

thanks.

guada 2
19th June 2005, 18:47
Hello QQ,

are you sure that your codec is called "ffvhuff"?

BoNz1
19th June 2005, 19:00
Hello QQ,

are you sure that your codec is called "ffvhuff"?

This codec is available through ffmpeg. It is a huffyuv like codec except it is not backwards compatible with huffyuv. However, it compresses better than huffyuv, supports yv12 colorspace, and is about as fast as huffyuv. If you have ffdshow installed, I think you can use it through the vfw interface. I think it just is called Huffyuv in the ffdshow vfw encoder.

guada 2
19th June 2005, 20:20
BoNz1,

Thank you very much for these explanations.

;)

QQ
19th June 2005, 20:45
This codec is available through ffmpeg. It is a huffyuv like codec except it is not backwards compatible with huffyuv. However, it compresses better than huffyuv, supports yv12 colorspace, and is about as fast as huffyuv. If you have ffdshow installed, I think you can use it through the vfw interface. I think it just is called Huffyuv in the ffdshow vfw encoder.

are you sure about that? cause i checked ffdshow, didn't find ffvhuff, and decided it's not implemented there.. strange, why would they name it like original huffyuv :/ only brings in confusion..

Manao
20th June 2005, 06:54
ffvhuff == ffv1 in ffdshow

Edit : *sigh*, forget that, read the next post, and don't trust what i say if i say it too early :stupid:

akupenguin
20th June 2005, 08:52
no, ffvhuff == huffyuv + "adaptive huffman tables"

Leak
20th June 2005, 17:53
are you sure about that? cause i checked ffdshow, didn't find ffvhuff, and decided it's not implemented there.. strange, why would they name it like original huffyuv :/ only brings in confusion..

Works well for me...

http://img22.echo.cx/img22/4253/ffdshowhuffyuv8xe.th.png (http://img22.echo.cx/my.php?image=ffdshowhuffyuv8xe.png) http://img124.echo.cx/img124/8158/ffdshowhuffyuvabout1tx.th.png (http://img124.echo.cx/my.php?image=ffdshowhuffyuvabout1tx.png)

np: lackluster - live@TBMC,dublin, 26/march/2005

video_magic
20th June 2005, 18:06
From what I read in the past I think this ffvhuff codec can show up as an option if you use Virtualdub in the codecs choice list, or mencoder

Leak
20th June 2005, 23:15
From what I read in the past I think this ffvhuff codec can show up as an option if you use Virtualdub in the codecs choice list, or mencoder

Actually, it's guaranteed to show up if you install a recent version of ffdshow (http://m17n.cool.ne.jp/freeware/mpc/), check "VFW interface" in the installer and then just use VirtualDub or any other program using VfW...

It's called "ffdshow Video Codec", and you have to choose "HuffYUV" from within the codec config page - look at the screenshot I posted above...

np: Lyrics Born - I Can't Wait For Your Love (Limited Time Offer) ft. Joyo Velarde (Same Shit Different Day)

BoNz1
21st June 2005, 03:16
no, ffvhuff == huffyuv + "adaptive huffman tables"

Yeah, I was gonna say that :p. I knew that though, seriously :confused:.