coordz
19th September 2008, 19:53
I'm working on a video capture project and have hit a bandwidth problem shunting frames from the capture card to the hard drive. I want to capture uncompressed 1360x1024x24bpp RGB at 30fps (120Mbytes/s) but the hard drive can only cope with 50Mbytes/s. I'm using libavcodec so have a choice of lossless codecs: huffyuv (seems a little old but fast); ffv1 (seems slower but better compression); and ffvhuff (seems somewhere between the other 2 in terms of speed and compression).
I think any of these would fit the bill but I'm now canvassing for people's experiences with these especially as I want to capture RGB (not YUV which seems to be what most comparisons use). I found this (http://forum.doom9.org/showthread.php?p=577067#post577067) on the forums but it's quite old.
Thanks for any help and pointers.
I think any of these would fit the bill but I'm now canvassing for people's experiences with these especially as I want to capture RGB (not YUV which seems to be what most comparisons use). I found this (http://forum.doom9.org/showthread.php?p=577067#post577067) on the forums but it's quite old.
Thanks for any help and pointers.