Difference between revisions of "VP6"

From VideoLAN Wiki
Jump to navigation Jump to search
m (The codec id is VP62, see https://git.videolan.org/?p=vlc.git;a=blob;f=include/vlc_fourcc.h;h=62a0a5c3157444023085e5a6d6405cde5885cb44;hb=HEAD#l66)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{codec video|id=vp6|for=[[flv]]}}
+
{{codec video|id=VP62|encoder=n|for=[[flv]]|mod=avcodec}}
 
'''VP6''' is a video format created by [[On2]], which is used in Flash (.swf) files since version 8.
 
'''VP6''' is a video format created by [[On2]], which is used in Flash (.swf) files since version 8.
  
Line 7: Line 7:
  
 
VLC 0.9.0 should support VP61 and VP60. This is still under testing.
 
VLC 0.9.0 should support VP61 and VP60. This is still under testing.
 +
 +
== See also ==
 +
* [[VP3]]
 +
* [[VP6]]
 +
* [[VP8]]
 +
* [[VP9]]

Latest revision as of 08:47, 9 April 2019

VP62
This is a video codec. The name to use at the command line is VP62.
This codec can be used inside the flv containers.
This codec is from the avcodec module.

VP6 is a video format created by On2, which is used in Flash (.swf) files since version 8.

Compatibility

Some VP6 (VP62 and VP6F) are readable with the latest VLC stable release (0.8.6).

VLC 0.9.0 should support VP61 and VP60. This is still under testing.

See also