Difference between revisions of "Snow"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
 
m (Moved to "Video codecs" category.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Snow is a wavelet based video codec being developed by Michael Niedermayer for the ffmpeg project. It's in the early stages of developement and is similiar to 3-D discrete wavelet transform based codecs, like [[Ogg Tarkin]]. It can compress both lossy and lossless data.  
+
Snow is a wavelet based video codec being developed by Michael Niedermayer for the ffmpeg project. It's in the early stages of developement and is similiar to 3-D discrete wavelet transform based codecs, like [[Ogg]] [[Tarkin]]. It can compress both lossy and lossless data.  
  
 
==Technical information==  
 
==Technical information==  
Line 9: Line 9:
  
 
==External links==  
 
==External links==  
* [http://guru.multimedia.cx/category/wavelets/ Snow Developement Page]
+
* [http://guru.multimedia.cx/category/wavelets/ Snow development page]
 +
 
 +
[[Category:Video codecs]]

Latest revision as of 20:45, 24 July 2019

Snow is a wavelet based video codec being developed by Michael Niedermayer for the ffmpeg project. It's in the early stages of developement and is similiar to 3-D discrete wavelet transform based codecs, like Ogg Tarkin. It can compress both lossy and lossless data.

Technical information

  • 9/7 Compact Biorthogonal Wavelets
  • 5/3 Compact Biorthogonal Wavelets
  • 13/7 Compact Biorthogonal Wavelets

Snow uses these wavelets similiar to the Daubechies 9/7 Biorthogonal type, including some experimental motion estimation techniques.

External links